SAP Reports / Programs

RCUKDDSP SAP ABAP Report - Object Dependencies Overview







RCUKDDSP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays a list of dependencies for certain selection criteria...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RCUKDDSP 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 RCUKDDSP. "Basic submit
SUBMIT RCUKDDSP AND RETURN. "Return to original report after report execution complete
SUBMIT RCUKDDSP 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: X_KNSTA = Status
Selection Text: X_KNNAM = Dependency
Selection Text: X_KNGRP = Dependency Group
Selection Text: X_KNEUS = Created By
Selection Text: X_KNART = Dependency Type
Selection Text: X_DATE = Validity Date
Selection Text: X_CVERS3 = Current Code Format
Selection Text: X_CVERS2 = Code format to 3.1I
Selection Text: X_CVERS1 = Code format to 3.0D
Selection Text: X_CVERS0 = Code format 2.2
Selection Text: X_AENNR = Change Number
Selection Text: RKNNUM = Internal Dependency Number
Selection Text: RKNNAM = Dependency
Selection Text: RKNEDT = Creation Date
Selection Text: N_MAX = Maximum Number of Hits
Title: Object Dependencies Overview
Text Symbol: 570 = Validity Date
Text Symbol: 560 = Change Number
Text Symbol: 550 = Status
Text Symbol: 540 = Created By
Text Symbol: 530 = Dependency
Text Symbol: 520 = Dependency Type
Text Symbol: 510 = Creation Date
Text Symbol: 500 = Selection Criterion
Text Symbol: 210 = Local
Text Symbol: 200 = Global
Text Symbol: 120 = Total Runtime / Mics
Text Symbol: 110 = Maximum Number of Hits Reached
Text Symbol: 100 = No. of Dependencies Found
Text Symbol: 063 = Change Number
Text Symbol: 062 = Dependency Type
Text Symbol: 061 = Legend
Text Symbol: 011 = Page:
Text Symbol: 007 = Assigned Locally
Text Symbol: 006 = Description
Text Symbol: 005 = Chg.No.
Text Symbol: 004 = S
Text Symbol: 003 = Dependency





Text Symbol: 002 = Dep.Type


INCLUDES used within this REPORT RCUKDDSP

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:

CUKD_GET_RELATION_TYPE_TEXT CALL FUNCTION 'CUKD_GET_RELATION_TYPE_TEXT' EXPORTING KNART = KNART IMPORTING KNART_DESCRI = KNART_LONG.

CUKD_GET_CUKBT CALL FUNCTION 'CUKD_GET_CUKBT' EXPORTING LANGU = SY-LANGU KNNUM = KNNUM DATE = DATE IMPORTING CUKBT_ENTRY = ICUKBT EXCEPTIONS NO_REC_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 RCUKDDSP or its description.