MOIKPF02 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 MOIKPF02 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.
Title: Form Routines for Driver/Vehicles Assignment
INCLUDE MOIKPF02_FCODE_CHNG . " FCODE_CHNG
INCLUDE MOIKPF02_FCODE_CREA . " FCODE_CREA
INCLUDE MOIKPF02_FCODE_DSPL . " FCODE_DSPL
INCLUDE MOIKPF02_FCODE_ENTV . " FCODE_ENTV
INCLUDE MOIKPF02_FCODE_SOR2 . " FCODE_SOR2
INCLUDE MOIKPF02_FCODE_SOR1 . " FCODE_SOR1
INCLUDE MOIKPF02_FCODE_EXPL . " FCODE_EXPL
INCLUDE MOIKPF02_FCODE_CRE1 . " FCODE_CRE1
INCLUDE MOIKPF02_FCODE_MODE . " FCODE_MODE
INCLUDE MOIKPF02_FCODE_DEL1 . " FCODE_DEL1
INCLUDE MOIKPF02_FCODE_DEL2 . " FCODE_DEL2
INCLUDE MOIKPF02_FCODE_COPY . " FCODE_COPY
INCLUDE MOIKPF02_FCODE_CRE2 . " FCODE_CRE2
INCLUDE MOIKPF02_FCODE_MAR2 . " FCODE_MAR2
INCLUDE MOIKPF02_FCODE_MAR1 . " FCODE_MAR1
INCLUDE MOIKPF02_FCODE_SAVE_DVA . " FCODE_SAVE_DVA
INCLUDE MOIKPF02_SET_FIELDS_0500 . " SET_FIELDS_0500
INCLUDE MOIKPF02_SET_FIELD_ATTRIBUTES_ . " SET_FIELD_ATTRIBUTES_SCREE
INCLUDE MOIKPF02_GET_DRIVER_VEHICLE_AS . " GET_DRIVER_VEHICLE_ASSIGNM
INCLUDE MOIKPF02_SSC_SET_CUA_EXCLUDE_6 . " SSC_SET_CUA_EXCLUDE_600
INCLUDE MOIKPF02_SET_SCREEN_FIELDS_600 . " SET_SCREEN_FIELDS_600
INCLUDE MOIKPF02_SET_FIELDS_0600 . " SET_FIELDS_0600
INCLUDE MOIKPF02_CREATE_CHANGEPOINTER_ . " CREATE_CHANGEPOINTER_ENTRI
INCLUDE MOIKPF02_UPDATE_GLOBAL_DATA ." UPDATE_GLOBAL_DATA
INCLUDE MOIKPF02_T_OIKVD_DEQUEUE . " T_OIKVD_DEQUEUE
INCLUDE MOIKPF02_T_OIKVD_ENQUEUE . " T_OIKVD_ENQUEUE
INCLUDE MOIKPF02_CREATE_NEW_ASSIGNME02 . " CREATE_NEW_ASSIGNMENTS
INCLUDE MOIKPF02_SSC_READ_T180_DVA . " SSC_READ_T180_DVA
INCLUDE MOIKPF02_SSC_CUA_PAR_READ_DVA . " SSC_CUA_PAR_READ_DVA
INCLUDE MOIKPF02_CREATE_NEW_ASSIGNMENT . " CREATE_NEW_ASSIGNMENTS_2
INCLUDE MOIKPF02_UPDATE_TIME_DATE_DATA . " UPDATE_TIME_DATE_DATA
INCLUDE MOIKPF02_POPUP_CHECK_FURTHER_P . " POPUP_CHECK_FURTHER_PROCES
INCLUDE MOIKPF02_CHECK_DVA_KEYS . " CHECK_DVA_KEYS
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_OIKVD CALL FUNCTION 'ENQUEUE_E_OIKVD' EXPORTING LOADDATE = P_LOADDATE SHIFT = P_SHIFT DRIVERCODE = P_DRIVERCODE VEHICLE = P_VEHICLE EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = L_MESSAGE-MSGID * EXCEPTION_IF_NOT_ACTIVE = 'X' MSGTY = L_MESSAGE-MSGTY MSGV1 = L_MESSAGE-MSGV1 TXTNR = L_MESSAGE-MSGNO ZEILE = P_ITEM EXCEPTIONS OTHERS = 0.
DEQUEUE_E_OIKVD CALL FUNCTION 'DEQUEUE_E_OIKVD' EXPORTING LOADDATE = P_LOADDATE SHIFT = P_SHIFT DRIVERCODE = P_DRIVERCODE VEHICLE = P_VEHICLE EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIKPF02 - Form Routines for Driver/Vehicles Assignment MOIKPF01_UPDATE_ITAB_LINE - IS-Oil / TAS / General functions MOIKPF01_T_UNIT_CONVERSION_SIM - IS-Oil / TAS / General functions MOIKPF01_T_SET_CURSOR - Include MOIKPF01_T_SET_CURSOR MOIKPF01_T_LFA1_READ - IS-Oil / TAS / General functions MOIKPF01_T_KNA1_READ - IS-Oil / TAS / General functions