MKCI2F10 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 MKCI2F10 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: SAP-EIS: Master data: Forms for sel. list for comments and documents
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = TABNAME EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
RKC_FDEP_GET_ATTR CALL FUNCTION 'RKC_FDEP_GET_ATTR' EXPORTING APPLC = 'KC ' STATE = 'A' CHF_INFO = 'X' FIENM = '*' ROL_INFO = 'X' * REFRESH_FDEP = ' ' * REFRESH_FCAT = ' ' TABLES FDEP_TAB = IFDEP.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING VIEW_NAME = VNAME ACTION = 'E' ENQUEUE_MODE = 'E' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING VIEWNAME = VNAME TABLES X_HEADER = HEADER X_NAMTAB = NAMTAB SELLIST = RANGETAB.
VIEW_MAINTENANCE_LOW_LEVEL CALL FUNCTION 'VIEW_MAINTENANCE_LOW_LEVEL' EXPORTING CORR_NUMBER = CORRECTION_NUMBER FCODE = 'READ' VIEW_ACTION = ACTION VIEW_NAME = VNAME * IMPORTING * LAST_ACT_ENTRY = IX * UCOMM = FUNCTION * UPDATE_REQUIRED = UPD_REQU TABLES CORR_KEYTAB = E071K_TAB DBA_SELLIST = RANGETAB DPL_SELLIST = RANGETAB EXCL_CUA_FUNCT = FU_TO_EXCL EXTRACT = EXTRACT TOTAL = TOTAL X_HEADER = HEADER X_NAMTAB = X_NAMTAB EXCEPTIONS FUNCTION_NOT_FOUND = 01 MISSING_CORR_NUMBER = 02 NO_VALUE_FOR_SUBSET_IDENT = 03 SAVING_CORRECTION_FAILED = 04.
RKC_FDEP_GET_ATTR CALL FUNCTION 'RKC_FDEP_GET_ATTR' EXPORTING APPLC = 'KC ' STATE = 'A' CHF_INFO = 'X' FIENM = G_FIENM-FNAM ROL_INFO = 'X' TABLES FDEP_TAB = L_T_FDEP.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKCI2F10 - SAP-EIS: Master data: Forms for sel. list for comments and documents MKCGGVR0 - documentation and ABAP source code MKCGGTYP - Structure generation: Type definitions MKCGGTOP - documentation and ABAP source code MKCGGOKC - Structure generation: OK codes MKCGGO04 - Structure generation: Application-specific screen numbers