SAP Reports / Programs | Cross-Application Components | General Application Functions | Object Dependencies(CA-GTF-DEP) SAP CA

RCUKDXRF SAP ABAP Report - Use of Objects in Dependencies







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


Text pool values


Selection Text: XRFT = FEA, TAB, FKT
Title: Use of Objects in Dependencies
Text Symbol: 002 = Page:
Text Symbol: 003 = Valid on:
Text Symbol: 004 = Status:
Text Symbol: 005 = Table:
Text Symbol: 006 = Function:
Text Symbol: 007 = Char.:
Text Symbol: 010 = Dependency
Text Symbol: 011 = Description
Text Symbol: 012 = Category
Text Symbol: 013 = L
Text Symbol: 100 = Key:
Text Symbol: 101 = Status of dependency


INCLUDES used within this REPORT RCUKDXRF

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:

CLEF_ECM_PROCESSOR_INIT CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' EXPORTING I_FREE_MEMORY = ' ' EXCEPTIONS OTHERS = 0.

CUKD_GET_RELATION_TYPE_TEXT CALL FUNCTION 'CUKD_GET_RELATION_TYPE_TEXT' EXPORTING KNART = DEPTAB-KNART IMPORTING KNART_DESCRI_15 = DESC_M EXCEPTIONS OTHERS = 1.

CTUT_FEATURE_DATA CALL FUNCTION 'CTUT_FEATURE_DATA' EXPORTING FEATURE_ID = ATINN LANGUAGE = SY-LANGU KEY_DATE = DATUB IMPORTING ECABN = CABN ECABNT = CABNT EXCEPTIONS INVALID_CLASS_TYPE = 1 MISSING_FEATURE_INFORMATION = 2 NO_FEATURE_FOUND = 3 NO_FEATURE_VALID = 4 NO_LANGUAGE = 5 OTHERS = 6.

CUTQ_SELECT_CUVTAB CALL FUNCTION 'CUTQ_SELECT_CUVTAB' EXPORTING TABLE_NUMBER = VTINT BYPASSING_BUFFER = SPACE IMPORTING TABLE_HEADER = TABLE_HEADER EXCEPTIONS NOT_FOUND = 1.

CUTQ_SELECT_CUVTAB_TX_SINGLE CALL FUNCTION 'CUTQ_SELECT_CUVTAB_TX_SINGLE' EXPORTING TABLE_NUMBER = VTINT LANGUAGE = SY-LANGU BYPASSING_BUFFER = SPACE IMPORTING TABLE_TEXT = KLAH_TEXT EXCEPTIONS NOT_FOUND = 0.

CTUT_FEATURE_DATA CALL FUNCTION 'CTUT_FEATURE_DATA' EXPORTING * class_type = klart_029 FEATURE_ID = ATINN KEY_DATE = DATUB IMPORTING ECABN = CABN ECABNT = CABNT EXCEPTIONS INVALID_CLASS_TYPE = 01 MISSING_FEATURE_INFORMATION = 02 NO_FEATURE_FOUND = 03 NO_FEATURE_VALID = 04 NO_LANGUAGE = 05.

CUFS_SELECT_CUVFUN CALL FUNCTION 'CUFS_SELECT_CUVFUN' EXPORTING FUNCTION_NUMBER = VFINT BYPASSING_BUFFER = SPACE IMPORTING FUNCTION_HEADER = FUNCTION_HEADER EXCEPTIONS NOT_FOUND = 1.

CUFS_SELECT_CUVFUN_TX_SINGLE CALL FUNCTION 'CUFS_SELECT_CUVFUN_TX_SINGLE' EXPORTING FUNCTION_NUMBER = VFINT LANGUAGE = SY-LANGU BYPASSING_BUFFER = SPACE IMPORTING FUNCTION_TEXT = KLAH_TEXT EXCEPTIONS NOT_FOUND = 0.

CTUT_FEATURE_DATA CALL FUNCTION 'CTUT_FEATURE_DATA' EXPORTING * class_type = klart_036 FEATURE_ID = ATINN KEY_DATE = DATUB IMPORTING ECABN = CABN ECABNT = CABNT EXCEPTIONS INVALID_CLASS_TYPE = 01 MISSING_FEATURE_INFORMATION = 02 NO_FEATURE_FOUND = 03 NO_FEATURE_VALID = 04 NO_LANGUAGE = 05.

CUKD_XREF_CHARC CALL FUNCTION 'CUKD_XREF_CHARC' EXPORTING FROM_DATE = DATUV ATINN = ATINN TO_DATE = DATUB TABLES DEPENDENCIES = DEPTAB EXCEPTIONS NO_DEP_FOUND = 01.

CUKD_XREF_CHARC_SVAL CALL FUNCTION 'CUKD_XREF_CHARC_SVAL' EXPORTING FROM_DATE = DATUV ATINN = ATINN ATWRT = ATWRT TO_DATE = DATUB TABLES DEPENDENCIES = DEPTAB EXCEPTIONS NO_DEP_FOUND = 01.

CUKD_XREF_OBJ CALL FUNCTION 'CUKD_XREF_OBJ' EXPORTING FROM_DATE = DATUV OBJTYPE = OBJTYP OBJKEY = OBJKEY TO_DATE = DATUB TABLES DEPENDENCIES = DEPTAB EXCEPTIONS NO_DEP_FOUND = 01.

CUKD_XREF_OBJ_CHARC CALL FUNCTION 'CUKD_XREF_OBJ_CHARC' EXPORTING FROM_DATE = DATUV OBJTYPE = OBJTYP OBJKEY = OBJKEY ATINN = ATINN TO_DATE = DATUB TABLES DEPENDENCIES = DEPTAB EXCEPTIONS NO_DEP_FOUND = 01.

CUKD_XREF_OBJ_CHARC_SVAL CALL FUNCTION 'CUKD_XREF_OBJ_CHARC_SVAL' EXPORTING FROM_DATE = DATUV OBJTYPE = OBJTYP OBJKEY = OBJKEY ATINN = ATINN ATWRT = ATWRT TO_DATE = DATUB TABLES DEPENDENCIES = DEPTAB EXCEPTIONS NO_DEP_FOUND = 01.



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