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

MKCGDF20 SAP ABAP INCLUDE - documentation and ABAP source code







MKCGDF20 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 MKCGDF20 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 MKCGDF20. "Basic submit
SUBMIT MKCGDF20 AND RETURN. "Return to original report after report execution complete
SUBMIT MKCGDF20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MKCGDF20

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:

RKC_ATR_DEP_GET CALL FUNCTION 'RKC_ATR_DEP_GET' EXPORTING i_applc = g_applc i_fienm = l_s_fie-fienm i_attri = -attri i_tx_atr_tra = l_tx_atr_tra i_ts_atr = l_ts_tkcq EXCEPTIONS atr_dep_missing = 4.

RKC_ATR_DEP_GET CALL FUNCTION 'RKC_ATR_DEP_GET' EXPORTING i_applc = g_applc i_fienm = g_s_fie_act-fienm i_attri = -attri i_tx_atr_tra = g_tx_afi i_ts_atr = l_ts_tkcq EXCEPTIONS atr_dep_missing = 4.

RKC_TBHD_GET_TAB_EXISTS_DATA * CALL FUNCTION 'RKC_TBHD_GET_TAB_EXISTS_DATA' * EXPORTING * TABNM = G_S_FIE_ACT-CHTAB * STATE = KCDB_C_M_STATE * IMPORTING * EXP_CDITAB = L_S_TAB * EXCEPTIONS * HEADER_NOT_FOUND = 1 * HEADER_ERROR = 2 * OTHERS = 3.

RKC_CDITAB_GET CALL FUNCTION 'RKC_CDITAB_GET' EXPORTING tabnm = g_s_fie_act-chtab state = kcdb_c_m_state IMPORTING cditab = l_s_tab got_state = l_got_state EXCEPTIONS header_error = 1 OTHERS = 2.

DD_DB_OPERATION CALL FUNCTION 'DD_DB_OPERATION' EXPORTING fct = 'DEL' obj_name = g_s_fie_act-chtab obj_type = kcdb_c_obj_tabl prid = 0 IMPORTING subrc = l_subrc EXCEPTIONS OTHERS = 6.

RKC_TBFD_GET CALL FUNCTION 'RKC_TBFD_GET' EXPORTING i_tabnm = i_tabnm i_state = kcdb_c_a_state i_with_dtel = kcdb_false i_with_includes = kcdb_true IMPORTING e_t_dd03p = l_t_etab_atr EXCEPTIONS tabnm_not_found = 4.

RKC_DTEL_GET CALL FUNCTION 'RKC_DTEL_GET' EXPORTING rolnm = c_sx_atr-rolnm IMPORTING cdirol = l_cdirol EXCEPTIONS OTHERS = 4.

RKC_ATR_GET CALL FUNCTION 'RKC_ATR_GET' EXPORTING i_fienm = '*' i_atr_refresh = kcdb_true i_applc = g_applc IMPORTING e_t_atr = l_t_tkcq e_ts_atr_ste = g_ts_fat_ste.

RKC_DTEL_SET_GET CALL FUNCTION 'RKC_DTEL_SET_GET' EXPORTING state = kcdb_c_m_state with_doma = kcdb_true TABLES dtel_tab = l_t_dtel EXCEPTIONS dtel_error = 4.

RKC_POP_UP_FCAT_SET_GET CALL FUNCTION 'RKC_POP_UP_FCAT_SET_GET' EXPORTING i_pop_up_headl = 'Attribute folgender Merkmale weden mitgepflegt !'(069) i_select = kcdb_false CHANGING c_t_pen = l_t_pen EXCEPTIONS cancel = 1.



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