SAP Reports / Programs | Interface to Terminal Automation System | Industry Solution Oil | Interface to Terminal Automation System(IS-OIL-DS-TAS) SAP IS

MOIKPF02 SAP ABAP INCLUDE - Form Routines for Driver/Vehicles Assignment







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


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


Text pool values


Title: Form Routines for Driver/Vehicles Assignment


INCLUDES used within this REPORT MOIKPF02

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


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:

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.



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