MKCGDF15 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 MKCGDF15 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!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING collect_and_send = space reset = kcdb_true.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = 'Prüfergebnisse'(090) show_linno = kcdb_false EXCEPTIONS inconsistent_range = 0 no_messages = 0.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message = 1 e_message = 1 i_message = 2 w_message = 2.
RKC_DIMENSIONS_SAVE CALL FUNCTION 'RKC_DIMENSIONS_SAVE' EXPORTING i_applc = g_applc i_systp = g_systp_user i_write_protocol = i_write_protocol IMPORTING e_subrc = c_subrc e_t_tabnm_viewn = l_tab_view e_t_msg = c_t_msg CHANGING c_t_dim = g_t_fie c_t_dep = g_t_dep c_tsx_atr = g_tsx_atr.
RKC_KEYFIGURES_SAVE CALL FUNCTION 'RKC_KEYFIGURES_SAVE' EXPORTING i_applc = g_applc i_systp = g_systp_user i_write_protocol = i_write_protocol IMPORTING e_subrc = c_subrc e_t_msg = c_t_msg CHANGING c_t_bas = g_t_fie.
APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = g_c_appl_log_object subobject = ikcge-subobject external_number = l_extnumber object_attribute = 2 subobject_attribute = 2 date_from = sy-datum time_from = l_time_from date_to = sy-datum time_to = l_time_to column_selection = g_c_appl_log_column_sel title_selection_screen = 'Sichern von Feldern: Protokollselektion'(042) title_list_screen = 'Sichern von Feldern: Protokollanzeige'(043) suppress_selection_dialog = kcdb_true EXCEPTIONS no_authority = 1.
RKC_FIELDS_ACTIVATE CALL FUNCTION 'RKC_FIELDS_ACTIVATE' EXPORTING i_applc = g_applc i_systp = g_systp_user i_t_msg = i_t_msg IMPORTING e_chtab_activated = l_chtab_activated e_gen_chtab_activated = l_gen_chtab_activated e_no_objects_found = l_no_objects_found e_t_tab_cnv = g_t_tab_cnv CHANGING c_t_fie = g_t_fie c_tsx_atr = g_tsx_atr EXCEPTIONS error_in_activation = 4.
FC_GENERATE_CONSOLIDATION CALL FUNCTION 'FC_GENERATE_CONSOLIDATION' "wms037619 EXPORTING "wms037619 IT_FIELDS = g_t_fie "wms037619 ID_DELETE = space. "wms037619
APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = g_c_appl_log_object subobject = ikcge-subobject external_number = l_extnumber object_attribute = 2 subobject_attribute = 2 date_from = sy-datum time_from = l_time_from date_to = sy-datum time_to = l_time_to column_selection = g_c_appl_log_column_sel title_selection_screen = 'Sichern von Feldern: Protokollselektion'(042) title_list_screen = 'Sichern von Feldern: Protokollanzeige'(043) suppress_selection_dialog = kcdb_true EXCEPTIONS no_authority = 1.
DD_MASS_REQUESTS_INSERT CALL FUNCTION 'DD_MASS_REQUESTS_INSERT' EXPORTING objname = l_tabnm objtype = kcdb_c_obj_tabl fct = 'CNV' success_mess_type = ' ' EXCEPTIONS unexpected_error = 1.
RKC_TBHD_GET_TAB_EXISTS_DATA * CALL FUNCTION 'RKC_TBHD_GET_TAB_EXISTS_DATA' * EXPORTING * tabnm = i_tabnm * state = kcdb_c_m_state * IMPORTING * exp_cditab = l_s_tab * got_state = l_got_state * EXCEPTIONS * header_not_found = 1 * header_error = 2 * OTHERS = 3.
RKC_CDITAB_GET CALL FUNCTION 'RKC_CDITAB_GET' EXPORTING tabnm = i_tabnm state = kcdb_c_m_state IMPORTING cditab = l_s_tab got_state = l_got_state EXCEPTIONS header_error = 1 OTHERS = 2.
RKD_WORD_WRAP CALL FUNCTION 'RKD_WORD_WRAP' EXPORTING textline = g_text IMPORTING out_line1 = g_textline1 out_line2 = g_textline2 out_line3 = g_textline3 EXCEPTIONS OTHERS = 2.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING titel = 'Datenbanktabelle löschen'(071) textline1 = g_textline1 textline2 = g_textline2 textline3 = g_textline3 text_option1 = 'Löschen'(073) text_option2 = 'Löschen, neu anlegen'(074) start_column = 15 IMPORTING answer = g_answer.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = kcdb_no diagnosetext1 = g_textline1 diagnosetext2 = g_textline2 diagnosetext3 = g_textline3 textline1 = 'DB-Tabelle(n) löschen ?'(075) titel = 'Datenbanktabelle löschen'(071) IMPORTING answer = g_answer.
DD_DB_OPERATION CALL FUNCTION 'DD_DB_OPERATION' EXPORTING fct = 'DEL' obj_name = i_tabnm obj_type = kcdb_c_obj_tabl prid = 0 IMPORTING subrc = l_subrc EXCEPTIONS OTHERS = 6.
DD_DB_OPERATION CALL FUNCTION 'DD_DB_OPERATION' EXPORTING fct = 'CRE' obj_name = i_tabnm obj_type = kcdb_c_obj_tabl prid = 0 IMPORTING subrc = l_subrc EXCEPTIONS OTHERS = 6.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'K6' msgty = 'W' msgv1 =
-fienm txtnr = 474 EXCEPTIONS message_type_not_valid = 0 not_active = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.