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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OI_LV54TFOI_OIG_SHIPMENT_READ - Oil-include: TD FORM-routine OI_LV54TFOI_OIG_SHIPMENTS_DEQU - Oil-include: TD FORM-routine OI_LV54TFOI_OIG_REFOBJ_READ - Oil-include: TD FORM-routine OI_LV54TFOI - Oil-include: TD FORM-routine OI_LV54KFOI_OIG_GET_ACCT_ASSIG - Oil-include: TD FORM-routine OI_LV54KFOI_OIG_DETAIL_ACCT_AS - Oil-include: TD FORM-routine