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

MOIKNF01 SAP ABAP INCLUDE - Include MOIKNF01







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


Text pool values


Title: Include MOIKNF01


INCLUDES used within this REPORT MOIKNF01

No INCLUDES are used within this REPORT code!


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:

CUA_PARAMETER_READ CALL FUNCTION 'CUA_PARAMETER_READ' EXPORTING PROGRAMM = T185F-AGIDV BILDGRUPPE = T185-BLDGR BILD = T185-PANEL TYP = T185F-TRTYP IMPORTING CUA_STATUS = T185V-STATUS CUA_TITEL = T185V-CTITEL CUA_PARA1 = T185V-PARA1 CUA_PARA2 = T185V-PARA2 CUA_PARA3 = T185V-PARA3 CUA_PARA4 = T185V-PARA4.

OIK_CHANGEPTR_OILLID_CREATE CALL FUNCTION 'OIK_CHANGEPTR_OILLID_CREATE' EXPORTING "SODK003088,SK I_CHNGIND = L_CHANGE_ID "SODK003088,SK TABLES T_OBJECTS = L_ROIKLIDKEY_TAB EXCEPTIONS DUPLICATE_POINTER_ID = 1 OTHERS = 2.

OIK_CHANGEPTR_OILLID_CREATE CALL FUNCTION 'OIK_CHANGEPTR_OILLID_CREATE' EXPORTING "SODK003088,SK I_CHNGIND = L_CHANGE_ID "SODK003088,SK TABLES T_OBJECTS = L_ROIKLIDKEY_TAB EXCEPTIONS DUPLICATE_POINTER_ID = 1 OTHERS = 2.

ENQUEUE_E_OIKLW CALL FUNCTION 'ENQUEUE_E_OIKLW' EXPORTING MODE_OIKLIDW = ENQ_MODE CLIENT = SY-MANDT LIDNO = P_LIDNO * X_LIDNO = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ENQUEUE_E_OIKL CALL FUNCTION 'ENQUEUE_E_OIKL' EXPORTING MODE_OIKLID = ENQ_MODE CLIENT = SY-MANDT LIDNO = P_LIDNO * X_LIDNO = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_E_OIKLW CALL FUNCTION 'DEQUEUE_E_OIKLW' EXPORTING * MODE_OIKLIDW = 'E' CLIENT = SY-MANDT LIDNO = P_LIDNO * X_LIDNO = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' EXCEPTIONS OTHERS = 1.

DEQUEUE_E_OIKL CALL FUNCTION 'DEQUEUE_E_OIKL' EXPORTING * MODE_OIKLIDW = 'E' CLIENT = SY-MANDT LIDNO = P_LIDNO * X_LIDNO = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' EXCEPTIONS OTHERS = 1.

DDIF_TABL_GET * CALL FUNCTION 'DDIF_TABL_GET' * EXPORTING * NAME = G_TABLE * TABLES * DD03P_TAB = GT_DD03P * EXCEPTIONS * ILLEGAL_INPUT = 1 * OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION'DDIF_NAMETAB_GET' EXPORTING tabname = G_TABLE TABLES dfies_tab = LT_DD03P_TAB "<-DFIES-structure EXCEPTIONS others = 0. "RD not used.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING POPUP_TITLE = 'Determination Direct Load'(010) IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = GT_FIELDS EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2.



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