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
Below is a list of transaction codes which are relevant to this SAP report
VT19 - Shipment Tendering Status Monitor
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.