File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22<asx : abap xmlns : asx =" http://www.sap.com/abapxml" version =" 1.0" >
33 <asx : values >
44 <DATA >
5+ <NAME >mbt-transport-request</NAME >
56 <MASTER_LANGUAGE >E</MASTER_LANGUAGE >
67 <STARTING_FOLDER >/src/</STARTING_FOLDER >
78 <FOLDER_LOGIC >PREFIX</FOLDER_LOGIC >
1112 <MIN_RELEASE >731</MIN_RELEASE >
1213 </item >
1314 </REQUIREMENTS >
15+ <VERSION_CONSTANT >/MBTOOLS/CL_TOOL_BC_CTS_REQ=> C_TOOL-VERSION</VERSION_CONSTANT >
1416 <PACKAGING >
1517 <NAME >mbt-transport-request</NAME >
16- <VERSION >1.4.0 </VERSION >
18+ <VERSION >1.4.1 </VERSION >
1719 <DESCRIPTION >The ultimate enhancement for displaying of transport requests in SAP GUI</DESCRIPTION >
1820 <TARGET_PACKAGE >/MBTOOLS/BC-CTS-REQ</TARGET_PACKAGE >
1921 <LOGO >/MBTOOLS/MBT_TRANSPORT_REQUEST_TN</LOGO >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ CLASS /mbtools/cl_tool_bc_cts_req DEFINITION
1515
1616 CONSTANTS :
1717 BEGIN OF c_tool,
18- version TYPE string VALUE '1.4.0 ' ##NO_TEXT ,
18+ version TYPE string VALUE '1.4.1 ' ##NO_TEXT ,
1919 title TYPE string VALUE 'MBT Transport Request' ##NO_TEXT ,
2020 description TYPE string
2121 VALUE 'The ultimate enhancement for transport requests in SAP GUI' ##NO_TEXT ,
You can’t perform that action at this time.
0 commit comments