RKCDMNNN is a standard Executable ABAP Report 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 RKCDMNNN 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.
T241A-ATEXT Data area &0..
Selection Text: BNDLE = Sender structure package
Selection Text: DAT01 = Key figure
Selection Text: DISP = Display records
Selection Text: KEY01 = Characteristic
Selection Text: MDELE = Delete existing data slice
Title: Summarization:T241A-ATEXT
Text Symbol: ACT = No. of records protected....
Text Symbol: ASV = Aspect summarized
Text Symbol: ER2 = --> Initialization of data transfer unsuccessful
Text Symbol: ER4 = --> Summarization and update unsuccessful
Text Symbol: RCT = No. of records selected.....
Text Symbol: VAR = Variables
001 KEY01_TEXT
002 DAT01_TEXT
INCLUDE RKCDVDAT.
INCLUDE RKCDVOPT .
INCLUDE RKCDVOUT.
INCLUDE RKCDVOUT.
INCLUDE RKCDVSCS.
No SAP DATABASE tables are accessed within this REPORT code!
SLICE_INIT call function 'SLICE_INIT' exporting mdele = mdele tables parvl = iparvl[].
KCD_SENDER_SET_TRANSFER call function 'KCD_SENDER_SET_TRANSFER' exporting sender_set = r.
KCD_SENDER_SET_TRANSFER call function 'KCD_SENDER_SET_TRANSFER' exporting sender_set = r.
RKC_ASP_ENV_CHECK call function 'RKC_ASP_ENV_CHECK' exporting aspet = 'NNN'.
RKC_TBHD_GET call function 'RKC_TBHD_GET' exporting tabnm = cfname importing cdithe = icdithe exceptions header_not_found = 1 header_error = 2 others = 3.
RKC_FDEP_GET call function 'RKC_FDEP_GET' tables fdep_tab = icdidep.
RKC_FTAB_GET call function 'RKC_FTAB_GET' exporting usg_sel = 'BU' tabnm = 'CFNNN' func = 'FCAT' tables field_tab = icdifie exceptions no_info = 1 selection_error = 2 ftab_empty = 3 others = 4.
RKC_GET_UNIT_CURR_FOR_CHAR_VAL call function 'RKC_GET_UNIT_CURR_FOR_CHAR_VAL' exporting gu_rftab = icdifie-rftab gu_rffie = icdifie-rffie tables gu_fdep_tab = icdidep gu_ref_unicur = unicur exceptions no_unit_cuky = 1 entry_not_found = 2 others = 3.
HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'DE' dokname = data_element tables links = links exceptions others = 0.
KCD_MAPPING_INIT call function 'KCD_MAPPING_INIT' exporting repid = repid grpid = 'SELEC' exceptions initialization_failed = 1.
KCD_MAPPING_EXECUTE call function 'KCD_MAPPING_EXECUTE' tables varvl = var_tab[] exceptions error_occured = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.