SAP Reports / Programs

ROIGDISPCH SAP ABAP Report - Display Vehicle Changes (TD shipment)







ROIGDISPCH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Vehicle Changes You can use report ROIGDISPCH to create a list of changes that you have made to a shipment...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter ROIGDISPCH 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

O4B5 - Vehicle change


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 ROIGDISPCH. "Basic submit
SUBMIT ROIGDISPCH AND RETURN. "Return to original report after report execution complete
SUBMIT ROIGDISPCH 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: P_SHNUM = D .
Title: Display Vehicle Changes (TD shipment)
Text Symbol: 100 = Scheduled
Text Symbol: 101 = Loaded
Text Symbol: 102 = Delivered
Text Symbol: 104 = Vehicle
Text Symbol: 105 = Shift
Text Symbol: 106 = Trip
Text Symbol: 107 = Plant
Text Symbol: 108 = Shipment
Text Symbol: 109 = Shipment No.:
Text Symbol: 110 = SCrel. veh.
Text Symbol: 111 = Status


INCLUDES used within this REPORT ROIGDISPCH

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:

OIGC_SHIPMENT_VERSION CALL FUNCTION 'OIGC_SHIPMENT_VERSION' EXPORTING I_SHNUMBER = P_SHNUM I_OIG_SSTSF = STATUS IMPORTING ANZ_VEH = G_ANZ_VEH TABLES T_OUTPUT = G_LISTE.



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