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

MKCI2F20 SAP ABAP INCLUDE - SAP-EIS :Master data maint.: Forms for connecting comments + documents







MKCI2F20 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 MKCI2F20 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 MKCI2F20. "Basic submit
SUBMIT MKCI2F20 AND RETURN. "Return to original report after report execution complete
SUBMIT MKCI2F20 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 maint.: Forms for connecting comments + documents


INCLUDES used within this REPORT MKCI2F20

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:

RKC_FCAT_GET_FIELDS CALL FUNCTION 'RKC_FCAT_GET_FIELDS' EXPORTING USG_SEL = 'D' TIM_SEL = '*' * REFRESH_FCAT = ' ' APPLC = 'KC ' TABLES FCAT_TAB = CRIT_INFO_FCAT.

KYCO_CHARACTERISTIC_COMMENTARY CALL FUNCTION 'KYCO_CHARACTERISTIC_COMMENTARY' EXPORTING I_FIENM = KEY-FIELDNAME I_KEYID = KEY-KEY I_MODE = 'E'.

KYCO_CHARACTERISTIC_COMMENTARY CALL FUNCTION 'KYCO_CHARACTERISTIC_COMMENTARY' EXPORTING I_FIENM = KOMKEY-FIELDNAME I_KEYID = KOMKEY-KEY I_MODE = SPACE IMPORTING E_TFLAG = TFLAG E_MODE = TEXT_OPERA.

TEXT_LIST_DISPLAY CALL FUNCTION 'TEXT_LIST_DISPLAY' EXPORTING TABLE_KEY = KOMKEY TABLE_NAME = TABNAM TABLES TEXT_LINES = TEXT_LINES EXCEPTIONS NO_TEXT_FOUND = 4.

TEXT_DISPLAY_DYNPRO CALL FUNCTION 'TEXT_DISPLAY_DYNPRO' EXPORTING POPUP = KOMKEY TITLE = TABNAM TABLES TEXT_TAB = TEXT_LINES.

TEXT_COPY_INTERNAL CALL FUNCTION 'TEXT_COPY_INTERNAL' EXPORTING TABLE_KEY_SOURCE = S_KOMKEY TABLE_KEY_TARGET = KOMKEY TABLE_NAME = TABNAM TFLAG = TFLAG IMPORTING FUNCTION = TEXT_OPERA EXCEPTIONS TEXT_NOT_COPIED = 4.

DOKUMENTE_ZU_OBJEKT CALL FUNCTION 'DOKUMENTE_ZU_OBJEKT' EXPORTING KEY = DO_OBJKY OBJEKT = DO_DOKOB TABLES DOKTAB = DO_TAB EXCEPTIONS KEIN_DOKUMENT = 01.

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING APPLCLASS = 'KC' I_GET_TABLE = '0' I_RKB1X = L_RKB1X IMPORTING E_RKB1X = L_RKB1X.

RKC_READ_ALL_ENTRIES_FOR_FIELD CALL FUNCTION 'RKC_READ_ALL_ENTRIES_FOR_FIELD' EXPORTING FIELDNAME = G_FIENM-FNAM LANGU = SY-LANGU I_RKB1X = L_RKB1X I_PERIV = 'K1' TABLES FIELD_TAB = CRIT_INFO_TAB FDEP_TAB = I_T_FDEP CRIT_VALUE_TAB = G_VALUE_TAB EXCEPTIONS FIELD_NOT_FOUND = 1 FIELD_NOT_VALID = 2 CHECKTABLE_NOT_FOUND = 3 OTHERS = 4.

KYCO_READ_ALL_TKEC1 CALL FUNCTION 'KYCO_READ_ALL_TKEC1' EXPORTING I_APPLCLASS = 'KC' I_FIENM = G_FIENM-FNAM IMPORTING E_TKEC1 = L_TKEC1.

RKC_FDEP_GET_ATTR CALL FUNCTION 'RKC_FDEP_GET_ATTR' EXPORTING APPLC = 'KC ' STATE = 'A' CHF_INFO = ' ' FIENM = FIENM ROL_INFO = 'X' * REFRESH_FDEP = ' ' * REFRESH_FCAT = ' ' TABLES FDEP_TAB = FDEP_TAB .

KYCO_CHARACTERISTIC_COMMENTARY CALL FUNCTION 'KYCO_CHARACTERISTIC_COMMENTARY' EXPORTING I_FIENM = P_KOMDOKKEY-FIELDNAME I_KEYID = P_KOMDOKKEY-KEY I_MODE = 'E' IMPORTING E_MODE = UPD_FLAG EXCEPTIONS DOCUMENT_NOT_DELETED = 1 OTHERS = 2.



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