SAP Reports / Programs | Transportation and Distribution | Industry Solution Oil | Transportation and Distribution(IS-OIL-DS-TD) SAP IS

OI_LV54TFOI_OIG_SHIPMENT_READ SAP ABAP INCLUDE - Oil-include: TD FORM-routine







OI_LV54TFOI_OIG_SHIPMENT_READ is a standard ABAP INCLUDE 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 OI_LV54TFOI_OIG_SHIPMENT_READ into the relevant SAP transactions such as SE38 or SE80


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 OI_LV54TFOI_OIG_SHIPMENT_READ. "Basic submit
SUBMIT OI_LV54TFOI_OIG_SHIPMENT_READ AND RETURN. "Return to original report after report execution complete
SUBMIT OI_LV54TFOI_OIG_SHIPMENT_READ VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT OI_LV54TFOI_OIG_SHIPMENT_READ

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:

OIG_F_SHPMNT_READ_AND_MAP CALL FUNCTION 'OIG_F_SHPMNT_READ_AND_MAP' EXPORTING I_SHNUMBER = L_SHNUMBER I_OPTION_TVTK = 'X' I_OPTION_TTDS = 'X' I_OPTION_PARTNERS = 'X' I_OPTION_FLOW = 'X' I_OPTION_QTY_ASSGN = L_OPTION_QTY_ASSGN IMPORTING E_VTTKF = C_REFOBJ-VTTKF E_TVTK = C_REFOBJ-TVTK E_TTDS = C_REFOBJ-TTDS * e_ttdst = E_QTY_ASSGN = L_QTY_ASSGN TABLES E_VTTP = C_REFOBJ-VTTP E_VTRLK = C_REFOBJ-VTRLK E_VTRLP = C_REFOBJ-VTRLP E_VTTSF = C_REFOBJ-VTTSF E_VTSP = C_REFOBJ-VTSP E_VBPA = C_REFOBJ-VBPA E_VBADR = C_REFOBJ-VBADR * e_vtfa = E_OIGSV_TAB = C_REFOBJ-OIGSV E_OIGSVIIS_TAB = C_REFOBJ-OIGSVIIS E_OIGFIIQ_TAB = C_REFOBJ-OIGFIIQ E_OIGFIIQS_TAB = C_REFOBJ-OIGFIIQS EXCEPTIONS SHIPMENT_READ_ERROR = 1 SHIPMENT_DATA_MISSING = 2 OTHERS = 99.

SD_SCD_MESSAGE_PROTOCOL_CONFIG CALL FUNCTION 'SD_SCD_MESSAGE_PROTOCOL_CONFIG' EXPORTING I_PROTOCOL_ACTIVE = TRUE.

SD_SCD_MESSAGE_HANDLE CALL FUNCTION 'SD_SCD_MESSAGE_HANDLE' EXPORTING I_SEVERITY = MSG_TYPE-INFO I_MSGNR = '534' I_AG = 'O9'.

SD_SCD_MESSAGE_PROTOCOL_CONFIG CALL FUNCTION 'SD_SCD_MESSAGE_PROTOCOL_CONFIG' EXPORTING I_PROTOCOL_ACTIVE = FALSE.



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