SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

MKCGGF70 SAP ABAP INCLUDE - Structure Generation: Saving / Activating / Deleting / Editing Mode







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MKCGGF70. "Basic submit
SUBMIT MKCGGF70 AND RETURN. "Return to original report after report execution complete
SUBMIT MKCGGF70 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Structure Generation: Saving / Activating / Deleting / Editing Mode


INCLUDES used within this REPORT MKCGGF70

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 MKCGGF70 or its description.