RMSTRA00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Package Sequence You can use this report to graphically display the package sequence of a
If you would like to execute this report or see the full code listing simply enter RMSTRA00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IP13 - Package Order
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: WSTRA = Maintenance strategy
Title: Package Sequence
Text Symbol: 001 = Strategy:
Text Symbol: 002 = Pk
Text Symbol: 003 = Description
Text Symbol: 005 = Offset:
Text Symbol: 006 = Day
Text Symbol: A01 = Start Offset
Text Symbol: A02 = Due Date of Packages
Text Symbol: A03 = Offset set
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = t351p-offzt unit_out = t351-zeieh importing output = zyklus_p exceptions conversion_not_found = 1.
UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = t351p-zykzt unit_out = t351-zeieh importing output = zyklus_p exceptions conversion_not_found = 1.
UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = t351p-zykzt unit_out = t351-zeieh importing output = zyklus_p exceptions conversion_not_found = 1.
UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = zyklus round_sign = 'X' unit_out = t351-zeieh importing output = zyklus exceptions conversion_not_found = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.