MOIKMF01_DELETE_LOADID 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 MOIKMF01_DELETE_LOADID 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!
OIK_LID_REFERENCE_GET CALL FUNCTION 'OIK_LID_REFERENCE_GET' EXPORTING I_LIDNR = ROIKLIDW-LIDNO I_LIDADDON = L_LIDADDON I_LIDLOADDATE = L_LOADDATE * IMPORTING * O_ROIKLIDR = EXCEPTIONS LID_NOT_UNIQUE = 1 NO_REFERENCE_ENTRY = 2 OTHERS = 3.
POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING DEFAULTOPTION = 'N' OBJECTVALUE = ROIKLIDW-LIDNO TEXT_AFTER = ' ?'(003) TEXT_BEFORE = 'Really delete Load ID '(001) TITEL = 'Confirm deletion'(002) START_COLUMN = 25 START_ROW = 6 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = G_FLAG-ANSWER EXCEPTIONS TEXT_TOO_LONG = 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 = T_OIKLIDKEY EXCEPTIONS DUPLICATE_POINTER_ID = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIKMF01_DELETE_LOADID - IS-Oil / TAS / General functions MOIKMF01_CREATE_LID - IS-Oil / TAS / General functions MOIKMF01_COPY_MD_TOTAL - IS-Oil / TAS / General functions MOIKMF01_COPY_MD_INFOFIELDS - IS-Oil / TAS / General functions MOIKMF01_COPY_MD_CTRLFLDS - IS-Oil / TAS / General functions MOIKMF01_COPY_MASTER_DATA - IS-Oil / TAS / General functions