MKCGGF70 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 MKCGGF70 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.
Title: Structure Generation: Saving / Activating / Deleting / Editing Mode
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKE_POPUP_TEXT_DECIDE_VARTEXT CALL FUNCTION 'RKE_POPUP_TEXT_DECIDE_VARTEXT' EXPORTING options = 'CS' object_id = 'NA' object = 'KE016' na_shorttext = 'X' titel = text-dt3 IMPORTING answer = l_answer TABLES t_params = l_t_params.
EWU_VIEW_DROP_EIS CALL FUNCTION 'EWU_VIEW_DROP_EIS' "Lei EXPORTING "Lei i_object = 'TABL' "Lei i_obj_name = l_ikcgs_wa-st_tab "Lei IMPORTING "Lei e_subrc = l_subrc "Lei TABLES "Lei e_obj_del = lt_obj_del "Lei e_obj_err = lt_obj_err. "Lei
RKC_STRUCTURE_SAVE CALL FUNCTION 'RKC_STRUCTURE_SAVE' EXPORTING i_applc = cgg_par-applc i_systp = cgg_par-systp i_tabnm = cgg_par-tabnm i_tabcl = cgg_par-tabcl i_txt_m = cgg_str-txt_m i_inc_tab = cgg_inc_tab i_perbl = cgg_par-perbl IMPORTING e_subrc = fm_subrc CHANGING c_t_dim = cha_tab c_t_dep = cde_tab c_t_bas = kyf_tab c_t_atr = atr_tab.
APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = appl_log_obj subobject = ikcge-subobject external_number = l_extnumber object_attribute = 2 subobject_attribute = 1 date_from = l_date time_from = '000000' date_to = sy-datum time_to = sy-uzeit title_selection_screen = text-al1 title_list_screen = text-al2 suppress_selection_dialog = kcdb_true EXCEPTIONS no_authority = 1.
RKE_WUL_CHECK_FOR_FIELD * call function 'RKE_WUL_CHECK_FOR_FIELD' * *---------------------------------------------------------------------* FORM call_check_for_field USING value(fm_erkrs) LIKE tkeb-erkrs value(fm_fienm) LIKE kyf_wa-fienm fm_subrc LIKE sy-subrc.
RKE_WUL_CHECK_FOR_FIELD CALL FUNCTION 'RKE_WUL_CHECK_FOR_FIELD' EXPORTING i_erkrs = fm_erkrs i_fieldname = fm_fienm IMPORTING e_subrc = l_subrc e_message = l_msg EXCEPTIONS erkrs_not_exist = 0 field_not_in_erkrs = 0 where_used_not_possible = 4.
... * CALL FUNCTION '...'
RKC_STRUCTURE_ACTIVATE CALL FUNCTION 'RKC_STRUCTURE_ACTIVATE' EXPORTING i_applc = cgg_par-applc i_systp = cgg_par-systp i_tabnm = cgg_str-tabnm IMPORTING e_subrc = fm_subrc e_no_objects_found = l_nof e_batch_activation = l_ba e_t_tab_cnv = l_t_tab_cnv.
RKC_FGROUP_ACTIVATE CALL FUNCTION 'RKC_FGROUP_ACTIVATE' EXPORTING i_applc = cgg_par-applc i_systp = cgg_par-systp i_fgroup = cgg_fgrp-fgroup i_txt_l = cgg_fgrp-txt_l IMPORTING e_subrc = fm_subrc e_cnt = l_cnt CHANGING c_t_dim = cha_tab c_t_bas = kyf_tab EXCEPTIONS error_in_activation = 1 OTHERS = 2.
RKC_STRUCTURE_DELETE CALL FUNCTION 'RKC_STRUCTURE_DELETE' EXPORTING i_applc = cgg_par-applc i_systp = cgg_par-systp i_tabnm = cgg_str-tabnm IMPORTING e_subrc = l_subrc e_no_objects_found = l_no_objects_found.
RKC_FGROUP_DELETE CALL FUNCTION 'RKC_FGROUP_DELETE' EXPORTING i_applc = cgg_par-applc i_fgroup = cgg_fgrp-fgroup IMPORTING e_subrc = l_subrc.
RKC_STRUCTURE_DEL_DB_TABS CALL FUNCTION 'RKC_STRUCTURE_DEL_DB_TABS' EXPORTING i_applc = cgg_par-applc i_systp = cgg_par-systp i_tabnm = cgg_str-tabnm i_create = kcdb_false IMPORTING e_subrc = l_subrc.
RKC_STRUCTURE_DEL_DB_TABS CALL FUNCTION 'RKC_STRUCTURE_DEL_DB_TABS' EXPORTING i_applc = cgg_par-applc i_systp = cgg_par-systp i_tabnm = cgg_str-tabnm i_create = kcdb_true IMPORTING e_subrc = subrc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKCGGF70 - Structure Generation: Saving / Activating / Deleting / Editing Mode MKCGGF60 - Structure generation: Logs MKCGGF55 - documentation and ABAP source code MKCGGF50 - Structure generation: Field detail functions MKCGGF45 - Structure generation: Print functions MKCGGF40 - Structure generation: Dialog boxes for confirmation