MOIKPF01_CREATE_SHIPMENT_GENER 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_CREATE_SHIPMENT_GENER 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!
OIGI_CREATE_SHIPMENT_RFC CALL FUNCTION 'OIGI_CREATE_SHIPMENT_RFC' EXPORTING pi_oigis = i_oigis pi_confirm = p_confirm pi_no_commit = c_flag_on IMPORTING po_shnumber = o_shnumber TABLES pi_oigisv = t_oigisv pi_oigisvd = t_oigisvd pi_oigisi = t_oigisi EXCEPTIONS not_called_for_create = 1 tplst_or_shtype_missing = 2 tplst_or_shtype_invalid = 3 OTHERS = 4.
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_CREATE_SHIPMENT_GENER - IS-Oil / TAS / General functions MOIKPF01_CREATE_NEW_SHIPMENTS - IS-Oil / TAS / General functions MOIKPF01_CONVERT_TIME_2_DURATI - IS-Oil / TAS / General functions MOIKPF01_CONVERT_DURATION_2_TI - IS-Oil / TAS / General functions MOIKPF01_CONVERT_ALPHA_OUTPUT - IS-Oil / TAS / General functions MOIKPF01_CHECK_VEH_TPP - IS-Oil / TAS / General functions