FKCIME00 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 FKCIME00 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!
KCD_MAPPING_INIT CALL FUNCTION 'KCD_MAPPING_INIT' EXPORTING REPID = OEP_REPID GRPID = OEP_GRPID EXCEPTIONS INITIALIZATION_FAILED = 1.
KCD_MAPPING_EXECUTE CALL FUNCTION 'KCD_MAPPING_EXECUTE' TABLES VARVL = VARVL_TAB EXCEPTIONS ERROR_OCCURED = 1.
KCD_SENDER_SET_TRANSFER CALL FUNCTION 'KCD_SENDER_SET_TRANSFER' EXPORTING SENDER_SET = TER_CSEND.
KCD_CONVERT_TO_INTERN_FORMAT CALL FUNCTION 'KCD_CONVERT_TO_INTERN_FORMAT' EXPORTING URECORD = CTF_RECORD IMPORTING CRECORD = CTF_CRECORD.
KCD_RECONVERT_SENDER CALL FUNCTION 'KCD_RECONVERT_SENDER' CHANGING CRECORD = CS_CRECORD.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FKCIME00 - documentation and ABAP source code FKCIMD00 - documentation and ABAP source code FKCIKTOP - SAP-EIS: Prog. SAPFKCIK, top module of program FKCIKF80 - SAP-EIS: Prog. SAPFKCIK, evaluation of formulas FKCIKF70 - SAP-EIS: Prog. SAPFKCIK, set table of valid fields FKCIKF63 - SAP-EIS: Prog. SAPFKCIK, stage help variables