SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

MKCI2F10 SAP ABAP INCLUDE - SAP-EIS: Master data: Forms for sel. list for comments and documents







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


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


Text pool values


Title: SAP-EIS: Master data: Forms for sel. list for comments and documents


INCLUDES used within this REPORT MKCI2F10

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:

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.



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