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

RSSCD302 SAP ABAP Report - Change Documents: Display Information About Generated Source Code







RSSCD302 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 RSSCD302 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 RSSCD302. "Basic submit
SUBMIT RSSCD302 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSCD302 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: OBJECT = Change Document Object
Title: Change Documents: Display Information About Generated Source Code
Text Symbol: 510 = Cannot create control
Text Symbol: 500 = Error
Text Symbol: 250 = Generation Information
Text Symbol: 233 = Structure
Text Symbol: 232 = Table
Text Symbol: 231 = None
Text Symbol: 230 = Dictionary Structures
Text Symbol: 222 = Function Group
Text Symbol: 221 = Name
Text Symbol: 220 = Update Function Module
Text Symbol: 214 = Call Update Function Module
Text Symbol: 213 = Object-Specific Data Declarations
Text Symbol: 212 = Globally Valid Data Declarations
Text Symbol: 211 = TOP (Call Data Declarations)
Text Symbol: 210 = Include Programs
Text Symbol: 209 = Source System
Text Symbol: 208 = Package
Text Symbol: 207 = User
Text Symbol: 206 = Time
Text Symbol: 205 = Date
Text Symbol: 200 = Generation
Text Symbol: 108 = Inactive
Text Symbol: 107 = Active
Text Symbol: 106 = Special Text Handling
Text Symbol: 105 = Error Number
Text Symbol: 104 = Application Area
Text Symbol: 103 = Prefix for DDIC Objects
Text Symbol: 102 = DATA Generation for ABAP OO
Text Symbol: 101 = Update Flag from TCDRP
Text Symbol: 060 = Value
Text Symbol: 050 = Description
Text Symbol: 040 = Row Number
Text Symbol: 030 = Area
Text Symbol: 020 = Area Number
Text Symbol: 011 = Report Name
Text Symbol: 010 = Object





INCLUDES used within this REPORT RSSCD302

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_OBJECT_JUMP_TO_TOOL CALL FUNCTION 'TR_OBJECT_JUMP_TO_TOOL' EXPORTING iv_pgmid = lv_pgmid iv_object = lv_objec iv_obj_name = lv_obj_name iv_action = 'SHOW' EXCEPTIONS jump_not_possible = 1 OTHERS = 2.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = 'Fehler'(500).

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = 'Das Control kann nicht angelegt werden'(510).

RS_NAME_SPLIT_NAMESPACE CALL FUNCTION 'RS_NAME_SPLIT_NAMESPACE' EXPORTING name_with_namespace = lv_include IMPORTING namespace = lv_namespace name_without_namespace = lv_name.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' "#EC * EXPORTING funcname = funcname IMPORTING group = fgroupname EXCEPTIONS function_not_exist = 1 OTHERS = 2.



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