MKCGDF00 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 MKCGDF00 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_GET_SYSTYPE CALL FUNCTION 'RKC_GET_SYSTYPE' IMPORTING sys_type = g_systp_system.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Initialisierung'(iik).
RKC_TAB_ENQUEUE CALL FUNCTION 'RKC_TAB_ENQUEUE' EXPORTING i_enqmode = g_c_enqmode tabnm = ikcge-tabnm_fcat with_message = kcdb_false IMPORTING uname = c_uname EXCEPTIONS locking_not_possible = 4.
RKC_TAB_ENQUEUE CALL FUNCTION 'RKC_TAB_ENQUEUE' EXPORTING i_enqmode = g_c_enqmode tabnm = ikcge-tabnm_fdep with_message = kcdb_false IMPORTING uname = c_uname EXCEPTIONS locking_not_possible = 4.
RKC_TAB_DEQUEUE CALL FUNCTION 'RKC_TAB_DEQUEUE' EXPORTING i_enqmode = g_c_enqmode tabnm = ikcge-tabnm_fcat.
RKC_TAB_DEQUEUE CALL FUNCTION 'RKC_TAB_DEQUEUE' EXPORTING i_enqmode = g_c_enqmode tabnm = ikcge-tabnm_tfr.
RKC_TAB_DEQUEUE CALL FUNCTION 'RKC_TAB_DEQUEUE' EXPORTING i_enqmode = g_c_enqmode tabnm = ikcge-tabnm_fcat.
RKC_TAB_DEQUEUE CALL FUNCTION 'RKC_TAB_DEQUEUE' EXPORTING i_enqmode = g_c_enqmode tabnm = ikcge-tabnm_fdep.
RKC_POP_UP_FCAT_SET_GET * CALL FUNCTION 'RKC_POP_UP_FCAT_SET_GET' * EXPORTING * I_POP_UP_HEADL = 'Feste Felder'(087) * I_SELECT = KCDB_FALSE * CHANGING * C_T_PEN = L_T_PEN * EXCEPTIONS * CANCEL = 1 * OTHERS = 2.
RKC_FIX_FIELDS CALL FUNCTION 'RKC_FIX_FIELDS' EXPORTING i_applc = g_applc EXCEPTIONS OTHERS = 1.
ENQUEUE_E_RKC_FIE CALL FUNCTION 'ENQUEUE_E_RKC_FIE' EXPORTING tabnm = ikcge-tabnm_fcat fienm = l_s_fie-fienm _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2.
ENQUEUE_E_RKC_FIE CALL FUNCTION 'ENQUEUE_E_RKC_FIE' EXPORTING tabnm = ikcge-tabnm_fcat fienm = i_fienm _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2.
DEQUEUE_E_RKC_FIE CALL FUNCTION 'DEQUEUE_E_RKC_FIE' EXPORTING tabnm = ikcge-tabnm_fcat fienm = i_s_fie-fienm _scope = '1'.
ENQUEUE_E_RKC_FIE CALL FUNCTION 'ENQUEUE_E_RKC_FIE' EXPORTING tabnm = ikcge-tabnm_fcat fienm = c_s_fie-fienm _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2.
DEQUEUE_E_RKC_FIE CALL FUNCTION 'DEQUEUE_E_RKC_FIE' EXPORTING tabnm = ikcge-tabnm_fcat fienm = l_s_fie-fienm _scope = '1'.
DEQUEUE_E_RKC_CHTAB CALL FUNCTION 'DEQUEUE_E_RKC_CHTAB' EXPORTING chtab = l_s_fie-chtab _scope = '1'.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING collect_and_send = space reset = kcdb_true.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = l_s_msg-msgid msgty = l_s_msg-msgty msgv1 = l_s_msg-msgv1 msgv2 = l_s_msg-msgv2 msgv3 = l_s_msg-msgv3 msgv4 = l_s_msg-msgv4 txtnr = l_s_msg-msgno EXCEPTIONS message_type_not_valid = 0 not_active = 0.
CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = 'Löschen'(073) show_linno = kcdb_false EXCEPTIONS inconsistent_range = 0 no_messages = 0.
RPY_DYNPRO_READ CALL FUNCTION 'RPY_DYNPRO_READ' EXPORTING progname = l_repid dynnr = s_dynnr TABLES fields_to_containers = g_t_act_dynp_fields EXCEPTIONS cancelled = 1 not_found = 2 permission_error = 3.
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 MKCGDF00 or its description.