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

MKCGGF80 SAP ABAP INCLUDE - Structure generation: Setting/modifying of the databasis tables







MKCGGF80 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 MKCGGF80 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 MKCGGF80. "Basic submit
SUBMIT MKCGGF80 AND RETURN. "Return to original report after report execution complete
SUBMIT MKCGGF80 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: Setting/modifying of the databasis tables


INCLUDES used within this REPORT MKCGGF80

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_CDITAB_GET CALL FUNCTION 'RKC_CDITAB_GET' EXPORTING TABNM = CGG_PAR-TABNM STATE = M_STATE IMPORTING CDITAB = CDITAB_WA EXCEPTIONS OTHERS = 2.

RKC_FGROUP_GET CALL FUNCTION 'RKC_FGROUP_GET' EXPORTING I_APPLC = CGG_PAR-APPLC I_FGROUP = CGG_PAR-TABNM IMPORTING E_S_FGRP = FGRP_WA EXCEPTIONS FIELDGROUP_NOT_FOUND = 1 OTHERS = 2.

RKC_CDITAB_GET CALL FUNCTION 'RKC_CDITAB_GET' EXPORTING TABNM = IKCGS_WA-ST_TAB STATE = M_STATE IMPORTING CDITAB = CDITAB_WA EXCEPTIONS OTHERS = 4.

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING USG_SEL = KCDB_C_DIMFL TABNM = LC_FORCT STATE = A_STATE APPLC = CGG_PAR-APPLC FUNC = 'FCAT' TABLES FIELD_TAB = CDIFIE_TAB EXCEPTIONS OTHERS = 4.

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING USG_SEL = KCDB_C_BASFL TABNM = LC_FORCT STATE = A_STATE APPLC = CGG_PAR-APPLC FUNC = 'FCAT' TABLES FIELD_TAB = CDIFIE_TAB EXCEPTIONS OTHERS = 4.

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING USG_SEL = KCDB_C_DIMFL TABNM = LC_TABNM STATE = M_STATE APPLC = CGG_PAR-APPLC FUNC = 'FCAT' TABLES FIELD_TAB = CDIFIE_TAB EXCEPTIONS OTHERS = 4.

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING USG_SEL = KCDB_C_BASFL TABNM = LC_TABNM STATE = M_STATE APPLC = CGG_PAR-APPLC FUNC = SPACE TABLES FIELD_TAB = CDIFIE_TAB EXCEPTIONS OTHERS = 4.

RKC_ASP_REL_DDIC CALL FUNCTION 'RKC_ASP_REL_DDIC' EXPORTING I_ASPET = L_ASPET IMPORTING E_SAPRL_ASPET = L_SAPRL EXCEPTIONS OTHERS = 4.

RKC_ASP_REL_DDIC CALL FUNCTION 'RKC_ASP_REL_DDIC' EXPORTING I_ASPET = L_ASPET IMPORTING E_SAPRL_ASPET = L_SAPRL EXCEPTIONS OTHERS = 4.

RKC_FGROUP_GET CALL FUNCTION 'RKC_FGROUP_GET' EXPORTING I_APPLC = CGG_PAR-APPLC I_FGROUP = LC_FGROUP IMPORTING E_T_FGRPF = LC_T_FGRPF EXCEPTIONS FIELDGROUP_NOT_FOUND = 1 OTHERS = 2.

RKC_CDITAB_GET CALL FUNCTION 'RKC_CDITAB_GET' EXPORTING TABNM = CGG_PAR-TABNM STATE = M_STATE IMPORTING CDITAB = CDITAB_WA EXCEPTIONS OTHERS = 4.

RKC_BUFFER_REFRESH CALL FUNCTION 'RKC_BUFFER_REFRESH' EXPORTING I_REFRESH_FTAB = kcdb_true.

RKC_FGROUP_GET CALL FUNCTION 'RKC_FGROUP_GET' EXPORTING I_APPLC = CGG_PAR-APPLC I_REFRESH_FGRP = KCDB_TRUE I_FGROUP = CGG_PAR-TABNM IMPORTING E_S_FGRP = FGRP_WA EXCEPTIONS FIELDGROUP_NOT_FOUND = 1 OTHERS = 2.

RKC_TAB_LEN_GET CALL FUNCTION 'RKC_TAB_LEN_GET' EXPORTING I_TABNM = CGG_PAR-TABNM IMPORTING E_TABLEN = STR_BYT_ACT EXCEPTIONS OTHERS = 4.

RKC_CDITAB_GET CALL FUNCTION 'RKC_CDITAB_GET' EXPORTING TABNM = CGG_PAR-TABNM STATE = M_STATE IMPORTING CDITAB = CDITAB_WA EXCEPTIONS OTHERS = 4.

DD_MASS_REQUESTS_INSERT CALL FUNCTION 'DD_MASS_REQUESTS_INSERT' EXPORTING OBJNAME = L_TABNM OBJTYPE = KCDB_C_OBJ_TABL FCT = 'CNV' SUCCESS_MESS_TYPE = ' ' EXCEPTIONS UNEXPECTED_ERROR = 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 MKCGGF80 or its description.