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

RKCDSDDGF05 SAP ABAP INCLUDE - documentation and ABAP source code







RKCDSDDGF05 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 RKCDSDDGF05 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 RKCDSDDGF05. "Basic submit
SUBMIT RKCDSDDGF05 AND RETURN. "Return to original report after report execution complete
SUBMIT RKCDSDDGF05 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 RKCDSDDGF05

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_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING USG_SEL = 'BDFSUV' TABNM = L_TABNM STATE = 'A' APPLC = 'KC' FUNC = 'FCAT' TABLES FIELD_TAB = G_T_FIE EXCEPTIONS NO_INFO = 1 SELECTION_ERROR = 2 FTAB_EMPTY = 3 OTHERS = 4.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = L_TABNM STATE = 'A' LANGU = SY-LANGU IMPORTING DD02V_WA = L_S_DD02V TABLES DD03P_TAB = G_T_DD03P EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

RKC_DTEL_GET CALL FUNCTION 'RKC_DTEL_GET' EXPORTING ROLNM = G_C_FYVARROL STATE = 'A' IMPORTING CDIROL = L_S_CDIROL EXCEPTIONS DOMAIN_NOT_FOUND = 1 DATA_ELEMENT_NOT_FOUND = 2 DATA_ELEMENT_ERROR = 3 OTHERS = 4.

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING NAME = L_ISOURCE_STRUCT DD02V_WA = L_S_DD02V TABLES DD03P_TAB = G_T_DD03P EXCEPTIONS TABL_NOT_FOUND = 1 NAME_INCONSISTENT = 2 TABL_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

DDIF_TABL_ACTIVATE CALL FUNCTION 'DDIF_TABL_ACTIVATE' EXPORTING NAME = L_ISOURCE_STRUCT AUTH_CHK = G_C_FALSE IMPORTING RC = L_SUBRC EXCEPTIONS NOT_FOUND = 1 PUT_FAILURE = 2 OTHERS = 3.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_TEST_MODUS = SPACE WI_TADIR_PGMID = G_T_TADIR-PGMID WI_TADIR_OBJECT = G_T_TADIR-OBJECT WI_TADIR_OBJ_NAME = G_T_TADIR-OBJ_NAME WI_READ_ONLY = G_C_TRUE IMPORTING NEW_TADIR_ENTRY = L_S_TADIR EXCEPTIONS OTHERS = 4.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_TEST_MODUS = G_C_FALSE WI_TADIR_PGMID = G_T_TADIR-PGMID WI_TADIR_OBJECT = G_T_TADIR-OBJECT WI_TADIR_OBJ_NAME = G_T_TADIR-OBJ_NAME WI_TADIR_AUTHOR = SY-UNAME WI_TADIR_DEVCLASS = IKCGR-DEVCL WI_TADIR_MASTERLANG = SY-LANGU WI_SET_GENFLAG = IKCGR-GEN_FLAG EXCEPTIONS OTHERS = 4.

RKC_ASPET_INFO CALL FUNCTION 'RKC_ASPET_INFO' EXPORTING ASPET = I_ASPET CLIENT_INDEP = 'X' STATUS = 'A' IMPORTING ATEXT = LS_DATASOURCETEXT-TXTSH EXCEPTIONS NOT_EXIST = 1 NOT_IN_CLIENT = 2 NOT_IN_STATE = 3 OTHERS = 4.

RSA1_OLTPSOURCE_GENERATE CALL FUNCTION 'RSA1_OLTPSOURCE_GENERATE' EXPORTING i_save_despite_warning = 'X' i_s_oltpsource = ls_datasource i_t_oltpsourcefields = lt_datasourcefields I_T_OSTEXT = LT_DATASOURCETEXT I_WITH_DYNPRO = RSAOT_C_FLAG-OFF I_DEVCLASS = L_DEVC IMPORTING e_t_messages = et_mess E_DEVCLASS = L_DEVC EXCEPTIONS internal_error = 1 transport_error = 2 locked = 3 inconsistent = 4 cancelled = 5 OTHERS = 6.



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