MKCBEF100 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 MKCBEF100 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!
RKD_CONTROL_INTERFACE CALL FUNCTION 'RKD_CONTROL_INTERFACE' EXPORTING i_method = i_method i_t_data = l_t_data i_t_leadcolumn = l_t_lc i_tx_mid = l_tx_mid i_t_print = print[] i_t_text = texte_tab[] i_t_seig = seig[] i_s_seig = seig i_t_kopf = l_t_kopf i_t_lcol = g_t_lcol i_t_lc_help = g_t_lc_help i_t_attr = g_t_attr i_t_field = field_tab[] i_list_type = rkb1d-alist i_col_no = l_col_no i_col_off = print_spoff i_unit = l_unit i_rkb1f = rkb1f i_rkb1d = rkb1d i_rkb1u = rkb1u i_t_header = i_t_header i_t_footer = i_t_footer i_t_bertxt = i_t_bertxt i_t_fix = i_t_fix i_ts_func = l_ts_func CHANGING c_id = c_id.
RKD_CONTROL_INTERFACE CALL FUNCTION 'RKD_CONTROL_INTERFACE' EXPORTING i_method = i_method i_t_data = l_t_data i_tx_mid = l_tx_mid i_t_hierarchy = g_t_hierarchy i_t_print = print[] i_t_text = texte_tab[] i_t_seig = seig[] i_s_seig = seig i_t_kopf = l_t_kopf i_t_lcol = g_t_lcol i_t_lc_help = g_t_lc_help i_t_attr = g_t_attr i_t_field = field_tab[] i_list_type = rkb1d-alist i_col_no = l_col_no i_col_off = print_spoff i_unit = l_unit i_rkb1f = rkb1f i_rkb1d = rkb1d i_rkb1u = rkb1u i_t_header = i_t_header i_t_footer = i_t_footer i_t_bertxt = i_t_bertxt i_t_fix = i_t_fix i_ts_func = l_ts_func CHANGING c_id = c_id.
G_RW_CHECK_ACC_MODE CALL FUNCTION 'G_RW_CHECK_ACC_MODE' IMPORTING E_ACC_ACTIVE = l_acc_flag.
RKD_FILL_DETAIL_HEAD CALL FUNCTION 'RKD_FILL_DETAIL_HEAD' EXPORTING i_t_print = print[] i_t_text = texte_tab[] i_t_form = form_tab[] * I_UNIT = ' ' i_col_off = print_spoff i_col_no = l_col_no i_rkb1f = rkb1f i_rkb1d = rkb1d IMPORTING e_t_col_width = l_t_col_width CHANGING c_t_detail = l_t_detail.
RKD_ELEMENTS_FOR_STYLE_GET CALL FUNCTION 'RKD_ELEMENTS_FOR_STYLE_GET' EXPORTING i_style = rkb1f-style IMPORTING e_s_elements = l_s_elements.
RKD_CONTROL_INTERFACE CALL FUNCTION 'RKD_CONTROL_INTERFACE' EXPORTING i_method = i_method i_t_detail = l_t_detail i_t_print = print[] i_t_text = texte_tab[] i_t_seig = seig[] i_s_seig = seig i_t_kopf = l_t_kopf i_t_lcol = g_t_lcol i_t_lc_help = g_t_lc_help i_t_attr = g_t_attr i_t_field = field_tab[] i_list_type = rkb1d-alist i_col_no = l_col_no i_col_off = print_spoff i_unit = l_unit i_rkb1f = rkb1f i_rkb1d = rkb1d i_rkb1u = rkb1u i_t_header = i_t_header i_t_footer = i_t_footer i_t_bertxt = i_t_bertxt i_t_fix = i_t_fix i_ts_func = l_ts_func CHANGING c_id = c_id.
RKD_ELEMENTS_FOR_STYLE_GET CALL FUNCTION 'RKD_ELEMENTS_FOR_STYLE_GET' EXPORTING i_style = rkb1f-style IMPORTING e_s_elements = l_s_elements.
RKD_ELEMENTS_FOR_STYLE_GET CALL FUNCTION 'RKD_ELEMENTS_FOR_STYLE_GET' EXPORTING i_style = rkb1f-style IMPORTING e_s_elements = l_s_elements.
SCP_GET_CODEPAGE_NUMBER CALL FUNCTION 'SCP_GET_CODEPAGE_NUMBER' IMPORTING GUI_CODEPAGE = l_codepage EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2.
SCP_CODEPAGE_INFO CALL FUNCTION 'SCP_CODEPAGE_INFO' EXPORTING CODEPAGE = l_codepage IMPORTING MIME_NAME = l_charset EXCEPTIONS INVALID_CODEPAGE = 1 INTERNAL_ERROR = 2 OTHERS = 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.