MKCGDF06 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 MKCGDF06 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_POPUP_MASTER_DATA CALL FUNCTION 'RKC_POPUP_MASTER_DATA' CHANGING c_check_box_txt_modules = l_check_box_txt_modules c_check_box_upd_modules = l_check_box_upd_modules c_radio_view_new = l_radio_view_new c_radio_view_all = l_radio_view_all c_radio_view_no_gen = l_radio_view_no_gen EXCEPTIONS cancel = 1.
SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * text = 'Textlesebausteine generieren'(005).
RKD_SHORT_TEXT_GENERATE * CALL FUNCTION 'RKD_SHORT_TEXT_GENERATE' * EXPORTING * applclass = kcdb_c_applc_fc * mode = 'N' * table = space.
SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * text = 'Pflegeroutinen generieren'(004).
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Viewpflegebausteine generieren'(007).
RKC_VIEW_MAINT_GEN_APPLC CALL FUNCTION 'RKC_VIEW_MAINT_GEN_APPLC' EXPORTING i_applc = g_applc i_systp = g_systp_user i_delete = kcdb_true i_test_mode = kcdb_false i_t_viewn = l_t_viewn i_write_list = kcdb_false.
RKC_VIEW_MAINT_GEN_APPLC CALL FUNCTION 'RKC_VIEW_MAINT_GEN_APPLC' EXPORTING i_applc = g_applc i_systp = g_systp_user i_delete = kcdb_false i_test_mode = kcdb_false i_t_viewn = l_t_viewn i_write_list = kcdb_true.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'K6' msgty = 'W' msgv1 = l_othfi msgv2 = l_s_fie-fienm txtnr = 462 EXCEPTIONS message_type_not_valid = 0 not_active = 0.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'K6' msgty = 'W' msgv1 = l_othat msgv2 = l_othfi msgv3 = l_s_fie-fienm txtnr = 391 EXCEPTIONS message_type_not_valid = 0 not_active = 0.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'K6' msgty = 'W' msgv1 = l_othat msgv2 = l_othfi msgv3 = l_s_fie-fienm msgv4 =
-attri txtnr = 463 EXCEPTIONS message_type_not_valid = 0 not_active = 0.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING show_linno = ' '.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G00' msgty = 'E' txtnr = '858'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G00' msgty = 'E' txtnr = '886' msgv1 = l_s_dep-dpfie msgv2 = l_s_dep-fienm msgv3 = ld_max_length.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = ls_messages-arbgb msgty = ls_messages-msgty txtnr = ls_messages-txtnr msgv1 = ls_messages-msgv1 msgv2 = ls_messages-msgv2 msgv3 = ls_messages-msgv3 msgv4 = ls_messages-msgv4.
ENQUEUE_E_RKC_CHTAB CALL FUNCTION 'ENQUEUE_E_RKC_CHTAB' EXPORTING chtab = cht_wrk-chtab _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2.
DEQUEUE_E_RKC_CHTAB CALL FUNCTION 'DEQUEUE_E_RKC_CHTAB' EXPORTING chtab = cht_old-chtab _scope = '1'.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = ls_tf91f-rolnm state = 'M' IMPORTING dd04v_wa = ls_dd04v.
CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = ls_dd04v-domname state = 'M' IMPORTING dd01v_wa = ls_dd01v.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = id_dokclass dokname = id_dokname TABLES links = lt_links.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name MKCGDF06 or its description.