MOIKMF01_CREATE_LID 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_CREATE_LID 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!
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = G_OIK_LT-NRNR OBJECT = 'OIK_LID' * QUANTITY = '1' * SUBOBJECT = ' ' * TOYEAR = '0000' * IGNORE_BUFFER = ' ' IMPORTING NUMBER = L_LIDNO * QUANTITY = * RETURNCODE = RETURNCODE = returncode "SO6K014124 DJ EXCEPTIONS INTERVAL_NOT_FOUND = 1 NUMBER_RANGE_NOT_INTERN = 2 OBJECT_NOT_FOUND = 3 QUANTITY_IS_0 = 4 QUANTITY_IS_NOT_1 = 5 INTERVAL_OVERFLOW = 6 OTHERS = 7.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = ROIKLIDW-LIDNO IMPORTING OUTPUT = ROIKLIDW-LIDNO 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.
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 MOIKMF01_CONFIRM_LID - IS-Oil / TAS / General functions