RV56TRST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RV56TRST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VT10 - Select shipments: Start
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: MODE = Mode of report called up
Selection Text: REPORT = Program name
Selection Text: VARIANT = Variant for report
Title: Start of List of Shipments (as F4 help, transport.planning list etc.)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = REPORT VARIANT = US_VARIANT IMPORTING R_C = VARIANT_EXISTS EXCEPTIONS NOT_AUTHORIZED = 0 OTHERS = 99.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = REPORT VARIANT = VARIANT IMPORTING R_C = VARIANT_EXISTS EXCEPTIONS NOT_AUTHORIZED = 0 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RV56TRST - Start of List of Shipments (as F4 help, transport.planning list etc.) RV56TRST - Start of List of Shipments (as F4 help, transport.planning list etc.) RV56TRSP - Definition of separat.criteria, capacity limits, and sort sequences RV56TRSP - Definition of separat.criteria, capacity limits, and sort sequences RV56TRSL - Check in Shipments RV56TRSL - Check in Shipments