Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools committed Feb 15, 2024
1 parent 3faca8f commit 85ca524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .abapgit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<DATA>
<NAME>mbt-logical-object-lister</NAME>
<MASTER_LANGUAGE>E</MASTER_LANGUAGE>
<STARTING_FOLDER>/src/</STARTING_FOLDER>
<FOLDER_LOGIC>PREFIX</FOLDER_LOGIC>
Expand All @@ -11,9 +12,10 @@
<MIN_RELEASE>731</MIN_RELEASE>
</item>
</REQUIREMENTS>
<VERSION_CONSTANT>/MBTOOLS/CL_TOOL_BW_LOL=&gt;C_TOOL-VERSION</VERSION_CONSTANT>
<PACKAGING>
<NAME>mbt-logical-object-lister</NAME>
<VERSION>1.4.0</VERSION>
<VERSION>1.4.1</VERSION>
<DESCRIPTION>Display the metadata of SAP BW, SAP BPC, or SAP BW/4HANA object models</DESCRIPTION>
<TARGET_PACKAGE>/MBTOOLS/BW-LOL</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_LOGICAL_OBJECT_LISTER_TN</LOGO>
Expand Down
2 changes: 1 addition & 1 deletion src/#mbtools#cl_tool_bw_lol.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CLASS /mbtools/cl_tool_bw_lol DEFINITION

CONSTANTS:
BEGIN OF c_tool,
version TYPE string VALUE '1.4.0' ##NO_TEXT,
version TYPE string VALUE '1.4.1' ##NO_TEXT,
title TYPE string VALUE 'MBT Logical Object Lister' ##NO_TEXT,
description TYPE string
VALUE 'Display the metadata of SAP BW, SAP BPC, or SAP BW/4HANA object models' ##NO_TEXT,
Expand Down

0 comments on commit 85ca524

Please sign in to comment.