SAP Reports / Programs | Logistics Execution | Transportation(LE-TRA) SAP LE

RV56STSM SAP ABAP Report - Shipment Tendering Status Monitor







RV56STSM 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 RV56STSM into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

VT19 - Shipment Tendering Status Monitor


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RV56STSM. "Basic submit
SUBMIT RV56STSM AND RETURN. "Return to original report after report execution complete
SUBMIT RV56STSM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: REJ_RESP = D Reply expected after:
Selection Text: REJ_CRIT = D Critical number of shipments
Selection Text: P_REJ = D Forwarding agent rejected
Selection Text: P_OVER = D New offer fr. shipper rejectes
Selection Text: P_NW = D New offer for shipper
Selection Text: P_NA = D Forwarding agent not assigned
Selection Text: P_EXC = D Exceptions forwarding agent
Selection Text: P_COND = D Accepted with condition
Selection Text: P_CNL = D Offer canceled
Selection Text: P_CF = D Confirms day's date
Selection Text: P_ACC = D Accepted forwarding agent
Selection Text: OVR_RESP = D Reply expected after:
Selection Text: OVR_CRIT = D Critical number of shipments
Selection Text: L_VSTEL = D Shipping point/receiving pt
Selection Text: K_TPLST = D Transportation planning point
Selection Text: K_TDLNR = D Service agent
Selection Text: K_SHTYP = D Shipment type
Selection Text: K_ROUTE = D Shipment route
Selection Text: EXC_RESP = D Reply expected after:
Selection Text: EXC_CRIT = D Critical number of shipments
Selection Text: CNL_RESP = D Reply expected after:
Selection Text: CNL_CRIT = D Critical number of shipments
Selection Text: AC_RESP = D Reply expected after:
Selection Text: AC_CRIT = D Critical number of shipments
Selection Text: ACD_RESP = D Reply expected after:
Selection Text: ACD_CRIT = D Critical number of shipments
Title: Shipment Tendering Status Monitor
Text Symbol: S05 = Alert after:
Text Symbol: S04 = Critical number
Text Symbol: S03 = Display
Text Symbol: S02 = Status data
Text Symbol: S01 = General data
Text Symbol: 009 = Confirmed today
Text Symbol: 008 = Not assigned to forwarding agent
Text Symbol: 007 = New offer from shipper expired
Text Symbol: 006 = Refresh
Text Symbol: 005 = Change
Text Symbol: 004 = Details





Text Symbol: 003 = Warning
Text Symbol: 002 = Total
Text Symbol: 001 = Tender status


INCLUDES used within this REPORT RV56STSM

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RV56STSM or its description.