SAP Reports / Programs

RSSCD000 SAP ABAP Report - Generate Update Program to Create Change Documents







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


Text pool values


Title: Generate Update Program to Create Change Documents
Text Symbol: 320 = and will be created during
Text Symbol: 330 = generation
Text Symbol: 340 = Continue
Text Symbol: 350 = generation?
Text Symbol: 360 = Generate change document update program
Text Symbol: 400 = You are in the $ - namespace.
Text Symbol: 401 = Change document object $ is not in your namespace;
Text Symbol: 402 = do you still want to generate the object?
Text Symbol: 403 = Function group $ is not in your namespace,
Text Symbol: 770 = Generate DDIC Objects
Text Symbol: 771 = Do you want to delete the object
Text Symbol: 772 = ?
Text Symbol: 801 = changed
Text Symbol: 802 = Created
Text Symbol: 901 = will be changed
Text Symbol: 902 = will be created
Text Symbol: 903 = will be deleted
Text Symbol: 904 = will be created and activated
Text Symbol: 905 = will be changed and activated
Text Symbol: 906 = will be activated
Text Symbol: 907 = no actions
Text Symbol: 913 = deleted
Text Symbol: 914 = created and activated
Text Symbol: 915 = changed and activated
Text Symbol: 916 = Activated
Text Symbol: 920 = created. Please activate
Text Symbol: 930 = changed. Please activate
Text Symbol: 940 = deleted
Text Symbol: 950 = Activate
Text Symbol: 960 = None
Text Symbol: 310 = Function group does not exist
Text Symbol: 001 = Change Document Structure; Generated by RSSCD000
Text Symbol: 002 = Change Document Table Type; Generated by RSSCD000
Text Symbol: 003 = Generated by program RSSCD000
Text Symbol: 004 = This module is not to be changed.
Text Symbol: 006 = CHDO
Text Symbol: 007 = => Gen. by RSSCD000





Text Symbol: 010 = The following actions will be carried out for generation:
Text Symbol: 020 = Source generation
Text Symbol: 030 = Data declaration, TOP
Text Symbol: 040 = consisting of
Text Symbol: 050 = and
Text Symbol: 060 = Update funct.module
Text Symbol: 070 = Call update function module
Text Symbol: 080 = DDIC generation:
Text Symbol: 090 = The following DDIC objects remain unchanged
Text Symbol: 110 = Log of the generation of an update program
Text Symbol: 120 = function module for change document creation
Text Symbol: 130 = Input Parameter
Text Symbol: 140 = Object
Text Symbol: 150 = Include Name
Text Symbol: 160 = Function Group
Text Symbol: 165 = Package
Text Symbol: 170 = Prefix for DDIC Objects
Text Symbol: 180 = Incl.text changes
Text Symbol: 185 = ProcType
Text Symbol: 186 = DATA Generation Active
Text Symbol: 190 = Application area
Text Symbol: 200 = Error number
Text Symbol: 210 = Sources generated
Text Symbol: 220 = DDIC objects generated
Text Symbol: 230 = DDIC objects unchanged


INCLUDES used within this REPORT RSSCD000

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:

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