Skip to content

Commit

Permalink
Update 2 objects
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools committed Apr 6, 2021
1 parent 37f99fa commit 2456fe4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .abapgit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@
</REQUIREMENTS>
<PACKAGING>
<NAME>MBT-Logical-Object-Lister</NAME>
<VERSION>1.0.0</VERSION>
<VERSION>1.1.0</VERSION>
<SEM_VERSION>
<MAJOR>1</MAJOR>
<MINOR>1</MINOR>
</SEM_VERSION>
<DESCRIPTION>Display the Metadata of SAP BW, SAP BPC, or SAP BW/4HANA Object Models</DESCRIPTION>
<DESCRIPTION>Display the metadata of SAP BW, SAP BPC, or SAP BW/4HANA object models</DESCRIPTION>
<GIT_URL>https://github.com/Marc-Bernard-Tools/MBT-Logical-Object-Lister</GIT_URL>
<TARGET_PACKAGE>/MBTOOLS/BW_LOL</TARGET_PACKAGE>
<DEPENDENCIES>
<item>
<NAME>MBT-Base</NAME>
<VERSION>1.0.0</VERSION>
<VERSION>1.1.0</VERSION>
<SEM_VERSION>
<MAJOR>1</MAJOR>
<MINOR>1</MINOR>
</SEM_VERSION>
<GIT_URL>https://github.com/Marc-Bernard-Tools/MBT-Base</GIT_URL>
<TARGET_PACKAGE>/MBTOOLS/BC</TARGET_PACKAGE>
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 @@ -14,7 +14,7 @@ CLASS /mbtools/cl_tool_bw_lol DEFINITION

CONSTANTS:
BEGIN OF c_tool,
version TYPE string VALUE '1.0.0' ##NO_TEXT,
version TYPE string VALUE '1.1.0' ##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 2456fe4

Please sign in to comment.