MOIKPF01_GET_DELIVERY_DATA 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 MOIKPF01_GET_DELIVERY_DATA 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!
MB_READ_RESERVATION_POSITION CALL FUNCTION 'MB_READ_RESERVATION_POSITION' EXPORTING RSNUM = L_RSNUM TABLES SEQTAB = L_RESB_TAB EXCEPTIONS NO_ITEM = 1.
OIJ_RKPF_SINGLE_READ call function 'OIJ_RKPF_SINGLE_READ' "200503 KH exporting iv_rsnum = L_RSNUM "200503 KH importing es_rkpf = l_rkpf "200503 KH exceptions others = 0. "RC not used "200503 KH
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIKPF01_GET_DELIVERY_DATA - IS-Oil / TAS / General functions MOIKPF01_GET_DATA_FROM_BUFFER - IS-Oil / TAS / General functions MOIKPF01_GET_ASSIGNED_VEHICLES - IS-Oil / TAS / General functions MOIKPF01_FILL_CUA_EXCLUDE - IS-Oil / TAS / General functions MOIKPF01_FCODE_STAG - IS-Oil / TAS / General functions MOIKPF01_FCODE_SEQU - IS-Oil / TAS / General functions