SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Change Documents(BC-SRV-ASF-CHD) SAP BC

RSSCD_CHECK_OBJECT SAP ABAP Report - Check Change Document Objects







RSSCD_CHECK_OBJECT 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 RSSCD_CHECK_OBJECT 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 RSSCD_CHECK_OBJECT. "Basic submit
SUBMIT RSSCD_CHECK_OBJECT AND RETURN. "Return to original report after report execution complete
SUBMIT RSSCD_CHECK_OBJECT 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: P_STRUC = Check Structures
Selection Text: P_OBJECT = Change Document Object
Selection Text: P_OBJ = Check Object State
Title: Check Change Document Objects
Text Symbol: 502 = structures
Text Symbol: 501 = :No
Text Symbol: 404 = Green Light
Text Symbol: 403 = Yellow Light
Text Symbol: 402 = Red Light
Text Symbol: 401 = Empty Light
Text Symbol: 400 = Do you want to delete the change document objects?
Text Symbol: 321 = Generated
Text Symbol: 320 = Not generated
Text Symbol: 319 = Exists
Text Symbol: 318 = Exists and is new
Text Symbol: 317 = Exists and was revised
Text Symbol: 316 = Exists and is active
Text Symbol: 315 = Error
Text Symbol: 314 = Change date older than generation
Text Symbol: 313 = Changed after generation
Text Symbol: 312 = Does not exist
Text Symbol: 311 = TADIR missing, GTADIR exists
Text Symbol: 503 = found
Text Symbol: 504 = Structure still being used.
Text Symbol: 505 = Structure no longer used.
Text Symbol: 507 = Structures now unused
Text Symbol: 508 = Check Usage of Generated Structures
Text Symbol: 509 = None
Text Symbol: 512 = Structure
Text Symbol: 515 = INFOTEXT
Text Symbol: 516 = Results of Deletion of Unused Structures
Text Symbol: 519 = deleted
Text Symbol: 520 = Deleted from TCDRS
Text Symbol: 521 = Not deleted from TCDRS
Text Symbol: 522 = Deletion error
Text Symbol: 523 = Deleted from DDIC
Text Symbol: 525 = Include not included
Text Symbol: 527 = Include





Text Symbol: 528 = does not exist
Text Symbol: 550 = Delete Structures
Text Symbol: 551 = The selected structures will be deleted. Do you want to continue?
Text Symbol: 001 = &1% (&2 of &3) of the change document objects checked
Text Symbol: 010 = Object
Text Symbol: 011 = Yes
Text Symbol: 012 = No
Text Symbol: 013 = OK
Text Symbol: 020 = Area Number
Text Symbol: 030 = Range
Text Symbol: 040 = Line Number
Text Symbol: 050 = Description
Text Symbol: 060 = Value
Text Symbol: 070 = Status
Text Symbol: 200 = Generation
Text Symbol: 201 = Definition
Text Symbol: 202 = Incomplete
Text Symbol: 204 = Includes
Text Symbol: 205 = Date
Text Symbol: 206 = Time
Text Symbol: 207 = User
Text Symbol: 208 = Package
Text Symbol: 209 = Source System
Text Symbol: 210 = Include Programs
Text Symbol: 211 = TOP (Call Data Declarations)
Text Symbol: 212 = Globally Valid Data Declarations
Text Symbol: 213 = Object-Specific Data Declarations
Text Symbol: 214 = Call Update Function Module
Text Symbol: 220 = Update Function Module
Text Symbol: 221 = Name
Text Symbol: 222 = Function Group
Text Symbol: 230 = Dictionary Structures
Text Symbol: 231 = None
Text Symbol: 232 = Structure/Table Type
Text Symbol: 233 = Table
Text Symbol: 250 = Generation Details
Text Symbol: 251 = Check Result
Text Symbol: 252 = Inconsistent Objects
Text Symbol: 253 = Check Change Document Objects





Text Symbol: 300 = OK
Text Symbol: 301 = Result
Text Symbol: 302 = Check
Text Symbol: 303 = Warning
Text Symbol: 310 = TADIR entry missing


INCLUDES used within this REPORT RSSCD_CHECK_OBJECT

INCLUDE RSSCD_CHECK_OBJECT_TOP.


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:

No SAP FUNCTION MODULES are executed within this report code!



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