MKCIAF20 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 MKCIAF20 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: Edit aspect, OK code processing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKC_CONVERT_RULES_30_40 CALL FUNCTION 'RKC_CONVERT_RULES_30_40' EXPORTING ASPET = CFASG-ASPET.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'. "QEH
RKC_CONVERT_LAYOUT_30_40 CALL FUNCTION 'RKC_CONVERT_LAYOUT_30_40' EXPORTING ASPECT = CFASG-ASPET EXCEPTIONS OTHERS = 6.
RKC_MODIFY_FORMS CALL FUNCTION 'RKC_MODIFY_FORMS' EXPORTING I_ASPET = CFASG-ASPET EXCEPTIONS OTHERS = 6.
RKC_ASP_REL_UPG_DONE CALL FUNCTION 'RKC_ASP_REL_UPG_DONE' EXPORTING I_ASPET = CFASG-ASPET I_SAPRL = KCDB_SAPRL_40.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' "QEH begin EXPORTING ARBGB = 'KX' MSGTY = 'S' MSGV1 = CFASG-ASPET TXTNR = '475' ZEILE = '475'.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW'. "QEH end
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 100 TEXT = TEXT-TT1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKCIAF20 - SAP-EIS: Edit aspect, OK code processing MKCIAF00 - SAP-EIS: Edit aspect, Lock function, Online parameters MKCIAD00 - SAP-EIS: Process aspect, Data definition MKCI2TOP - SAP-EIS: Master data maintenance: Data declaration MKCI2T20 - SAP-EIS Master data maint.: Data statements for comment + docu.admin. MKCI2T10 - SAP-EIS Master data maint.: Data statements for comment + docu.admin.