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

RV56OSSM SAP ABAP Report - Overall Shipment Status Monitor







RV56OSSM 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 RV56OSSM 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

VT20 - Overall Shipment Process 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 RV56OSSM. "Basic submit
SUBMIT RV56OSSM AND RETURN. "Return to original report after report execution complete
SUBMIT RV56OSSM 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: LOS_CRIT = D .
Selection Text: LOS_OVER = D .
Selection Text: PM_CHECK = D .
Selection Text: PM_DAY = D .
Selection Text: PM_LOADE = D .
Selection Text: PM_LOADS = D .
Selection Text: PM_MORE = D .
Selection Text: PM_ONE = D .
Selection Text: PM_PLAN = D .
Selection Text: PM_ROUTE = D .
Selection Text: PM_SHIPC = D .
Selection Text: PM_SHIPE = D .
Selection Text: PM_SHIPS = D .
Selection Text: PM_SHTYP = D .
Selection Text: PM_TDLNR = D .
Selection Text: PM_TPLST = D .
Selection Text: PM_VSTEL = D .
Selection Text: SHC_CRIT = D .
Selection Text: SHC_OVER = D .
Selection Text: SHE_CRIT = D .
Selection Text: SHE_OVER = D .
Selection Text: SHS_CRIT = D .
Selection Text: SHS_OVER = D .
Selection Text: LOE_OVER = D .
Selection Text: LOE_CRIT = D .
Selection Text: CHE_OVER = D .
Selection Text: RG_TIME = Time
Selection Text: RG_DAYS = Date
Selection Text: CHE_CRIT = D .
Title: Overall Shipment Status Monitor
Text Symbol: 004 = Time
Text Symbol: A01 = Set status:
Text Symbol: A02 = Total
Text Symbol: A03 = Due
Text Symbol: A04 = Planned (Total)
Text Symbol: B01 = Show details
Text Symbol: B02 = Detail
Text Symbol: B03 = Change





Text Symbol: B04 = Refresh
Text Symbol: G01 = General selection criteria
Text Symbol: G02 = Time span
Text Symbol: S01 = Status selection
Text Symbol: S02 = Select process status for displ.:
Text Symbol: S03 = Critical no. of shipments per period:
Text Symbol: S04 = Overdue after:
Text Symbol: T01 = Date and time selection


INCLUDES used within this REPORT RV56OSSM

INCLUDE RV56DOVA.


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 RV56OSSM or its description.