MOIKMF01 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 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: Include MOIKMF01
INCLUDE MOIKMF01_SET_VISIBLE_FIELDS . " SET_VISIBLE_FIELDS
INCLUDE MOIKMF01_READ_OIKCGFP . " READ_OIKCGFP
INCLUDE MOIKMF01_SET_INVISIBLE_FLAG . " SET_INVISIBLE_FLAG
INCLUDE MOIKMF01_FCODE_SUBSCREEN_PROVI . " FCODE_SUBSCREEN_PROVIDE
INCLUDE MOIKMF01_SSC_READ_T180 . " SSC_READ_T180
INCLUDE MOIKMF01_SSC_CUA_PAR_READ . " SSC_CUA_PAR_READ
INCLUDE MOIKMF01_SET_FIELDS . " SET_FIELDS
INCLUDE MOIKMF01_SSC_SET_CUA_EXCLUDE . " SSC_SET_CUA_EXCLUDE
INCLUDE MOIKMF01_INIT_LID_SCREEN . " INIT_LID_SCREEN
INCLUDE MOIKMF01_INIT_SCREEN100 . " INIT_SCREEN100
INCLUDE MOIKMF01_FC_BACK_STACK . " FC_BACK_STACK
INCLUDE MOIKMF01_FILL_CUA_EXCLUDE . " FILL_CUA_EXCLUDE
INCLUDE MOIKMF01_FILL_USERFIELDS . " FILL_USERFIELDS
INCLUDE MOIKMF01_CREATE_LID . " CREATE_LID
INCLUDE MOIKMF01_SAVE_LID_DATA . " SAVE_LID_DATA
INCLUDE MOIKMF01_CHECK_LID_UNIQUE . " CHECK_LID_UNIQUE
INCLUDE MOIKMF01_CHECK_LID_AVAILABLE . " CHECK_LID_AVAILABLE
INCLUDE MOIKMF01_CALL_BILD_SENDEN . " CALL_BILD_SENDEN
INCLUDE MOIKMF01_COPY_MD_TOTAL . " COPY_MD_TOTAL
INCLUDE MOIKMF01_COPY_MD_INFOFIELDS . " COPY_MD_INFOFIELDS
INCLUDE MOIKMF01_COPY_MD_CTRLFLDS . " COPY_MD_CTRLFLDS
INCLUDE MOIKMF01_COPY_MASTER_DATA . " COPY_MASTER_DATA
INCLUDE MOIKMF01_CLEAR_MASTER_DATA . " CLEAR_MASTER_DATA
INCLUDE MOIKMF01_DELETE_LOADID . " DELETE_LOADID
INCLUDE MOIKMF01_GET_LID_MASTER_DATA . " GET_LID_MASTER_DATA
INCLUDE MOIKMF01_GET_DD_TEXT . " GET_DD_TEXT
INCLUDE MOIKMF01_SET_FIELD_STATE . " SET_FIELD_STATE
INCLUDE MOIKMF01_SET_SCREEN_FIELDS . " SET_SCREEN_FIELDS
INCLUDE MOIKMF01_CONFIRM_LID . " CONFIRM_LID
INCLUDE MOIKMF01_NEW_MASTER_DATA . " NEW_MASTER_DATA
INCLUDE MOIKMF01_CHECK_LID_UPD . " CHECK_LID_UPD
INCLUDE MOIKMF01_LOCK_REF_TABLES . " LOCK_REF_TABLES
INCLUDE MOIKMF01_DELOCK_REF_TABLES . " DELOCK_REF_TABLES
INCLUDE MOIKMF01_SET_DELOCK_FLAG . " SET_DELOCK_FLAG
INCLUDE MOIKMF01_GET_CTR_DD_TXT . " GET_CTR_DD_TXT
INCLUDE MOIKMF01_GET_CTR_DD_TXT . " GET_CTR_DD_TXT
INCLUDE MOIKMF01_GET_PLANT_DESCR . " GET_PLANT_DESCR
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.