SAP Reports / Programs | Basis Components | Change & Transport System | Transport Organizer(BC-CTS-ORG) SAP BC

RDDKOR56 SAP ABAP Report - Analysis of Delivery Classes of Tables







RDDKOR56 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report evaluates the tables of the SAP System with regard to their delivery classes...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 RDDKOR56 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 RDDKOR56. "Basic submit
SUBMIT RDDKOR56 AND RETURN. "Return to original report after report execution complete
SUBMIT RDDKOR56 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: WITH_TSP = With request evaluation
Selection Text: UPGRFILE = Selection for upgrade file
Selection Text: SRT_DEVC = Sort acc. to dev. class admin.
Selection Text: SRT_ADIR = Sort acc. to table admin.
Selection Text: SEL_VIEW = Also evaluate views
Selection Text: SEL_IDEP = Cross-client tables
Selection Text: SEL_DEP = Client-specific tables
Selection Text: ONLYCONT = Delivery class only
Selection Text: DATTILL = To date, request release
Selection Text: DATFROM = From date, request release
Title: Analysis of Delivery Classes of Tables
Text Symbol: 017 = System name
Text Symbol: 016 = Pers. resp. dev. class:
Text Symbol: 015 = Person resp. for table:
Text Symbol: 014 = Delivery class
Text Symbol: 013 = Object is not contained in any task of the defined area.
Text Symbol: 012 = Cross-client
Text Symbol: 011 = client-specific
Text Symbol: 010 = Total sums ;;
Text Symbol: 009 = Invalid delivery classes ;;
Text Symbol: 008 = "W" system table, maintenance with transp. object ;;
Text Symbol: 007 = "S" system table, maintenance only at SAP ;;
Text Symbol: 006 = "L" temporary data, is delivered empty ;;
Text Symbol: 005 = "G" Customizing table no overwrite for customer ;;
Text Symbol: 004 = "E" control table, customer has a key area ;;
Text Symbol: 003 = "C" Customizing table maintenance only by customer;;
Text Symbol: 002 = "A" appl. table (master and transaction data) ;;
Text Symbol: 001 = Delivery class No. ClientSpecif CrossClient Total
002 Type CliSpcfc Delivery class Originalsys. Pers. resp. table
001 Table Name Description Dev. Class Responsible


INCLUDES used within this REPORT RDDKOR56

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:

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING SYSTEMNAME = W_SYSTEM_NAME.



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