MKCPL2F01 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 MKCPL2F01 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!
RKC_ASPET_INFO CALL FUNCTION 'RKC_ASPET_INFO' EXPORTING aspet = ca_aspect * CLIENT_INDEP = ' ' status = 'A' IMPORTING * ATEXT = atype = atype * TABCL = tabnm = global_parameters-tabnm fyvcha = fyvcha fyvar0 = fyvar0 saprl = saprl.
RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING usg_sel = 'DFBU' tabnm = global_parameters-tabnm applc = 'KC ' i_with_atr = 'X' * IMPORTING * GOT_STATE = * E_SAPRL = TABLES field_tab = field_tab EXCEPTIONS no_info = 1 selection_error = 2 ftab_empty = 3 OTHERS = 4.
RKC_FDEP_GET_FROM_FTAB CALL FUNCTION 'RKC_FDEP_GET_FROM_FTAB' EXPORTING tabnm = global_parameters-tabnm applc = 'KC ' i_with_atr = 'X' TABLES fdep_tab = fdep_tab.
RKC_CQFIETAB_GET_FROM_FTAB CALL FUNCTION 'RKC_CQFIETAB_GET_FROM_FTAB' EXPORTING tabnm = global_parameters-tabnm applc = 'KC ' i_with_atr = 'X' * IMPORTING * GOT_STATE = * E_SAPRL = TABLES cqfie_tab = cqfie_tab.
VERSION_GET CALL FUNCTION 'VERSION_GET' EXPORTING i_verso = cv_verso * i_row_col_verso = IMPORTING e_verso = cv_verso EXCEPTIONS OTHERS = 0.
RKE_GET_NEXT_PERIOD CALL FUNCTION 'RKE_GET_NEXT_PERIOD' EXPORTING periv = global_parameters-periv perio = zwperio IMPORTING nextperio = zwperio.
RKE_GET_NEXT_PERIOD CALL FUNCTION 'RKE_GET_NEXT_PERIOD' EXPORTING periv = global_parameters-periv perio = rezwperio IMPORTING nextperio = rezwperio.
RKC_CQFIETAB_GET_FROM_FTAB CALL FUNCTION 'RKC_CQFIETAB_GET_FROM_FTAB' EXPORTING applc = 'KC ' tabnm = aspektname TABLES cqfie_tab = icqfietab EXCEPTIONS no_info = 1 selection_error = 2 cqfie_no_dimension_in_ftab = 3 dpfie_no_dimension_in_ftab = 4 OTHERS = 5.
EIS_TR_SENDER_STRUCTURE_MAINTA CALL FUNCTION 'EIS_TR_SENDER_STRUCTURE_MAINTA' EXPORTING repid = genrepnam i_with_dialog = ' ' i_aspet = i_cfparmp-aspect
* INITIALISE = 'X' * ANWDG = '1' * RULE_MAINTENANCE = 'X' * DDIC_STRUCTURE = IMPORTING changed_structure = rule_mainta_required aspet = aspet grpid = grpid TABLES send_struct = data_tab_fields * DEFRL = EXCEPTIONS exit_wanted = 1 not_saved = 2 OTHERS = 3.
KCD_MAPPING_RULES_SET CALL FUNCTION 'KCD_MAPPING_RULES_SET' EXPORTING repid = genrepnam.
RKC_ATR_GET CALL FUNCTION 'RKC_ATR_GET' IMPORTING e_t_atr = itkcq[].
RKC_FDEP_GET_FROM_FTAB CALL FUNCTION 'RKC_FDEP_GET_FROM_FTAB' EXPORTING tabnm = global_parameters-tabnm applc = 'KC ' i_with_atr = 'X' * I_WITH_DISP_ATR = ' ' * REFRESH_FCAT = ' ' * REFRESH_FDEP = ' ' * IMPORTING * GOT_STATE = * E_SAPRL = TABLES fdep_tab = icdidep EXCEPTIONS no_info = 1 selection_error = 2 OTHERS = 3 .
APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = 'FDU1' * SUBOBJECT = ' ' * EXTERNAL_NUMBER = ' ' object_attribute = 2 subobject_attribute = 2 external_number_attribute = 2 * DATE_FROM = SY-DATUM * TIME_FROM = '000000' * DATE_TO = SY-DATUM * TIME_TO = SY-UZEIT * TITLE_SELECTION_SCREEN = ' ' * TITLE_LIST_SCREEN = ' ' * COLUMN_SELECTION = '11112221122 ' * suppress_selection_dialog = 'X' * COLUMN_SELECTION_MSG_JUMP = '1' * EXTERNAL_NUMBER_DISPLAY_LENGTH = 100 * IMPORTING * NUMBER_OF_PROTOCOLS = * EXCEPTIONS * NO_AUTHORITY = 1 * OTHERS = 2 .
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPMKCPL2' dynumb = '0100' translate_to_upper = 'X' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' TABLES dynpfields = dynpfields EXCEPTIONS OTHERS = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.