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

RSSCD300 SAP ABAP Report - Change documents: Display information about generated sources







RSSCD300 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 RSSCD300 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 RSSCD300. "Basic submit
SUBMIT RSSCD300 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSCD300 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 sources
Text Symbol: 250 = Generation Information
Text Symbol: 232 = Structure/Table Type
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: 100 = Selecting data...
Text Symbol: 060 = Value
Text Symbol: 050 = Description
Text Symbol: 040 = Row Number
Text Symbol: 030 = Area
Text Symbol: 020 = Area Number
Text Symbol: 010 = Object


INCLUDES used within this REPORT RSSCD300

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:

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' exporting funcname = funcname IMPORTING GROUP = fgroupname EXCEPTIONS FUNCTION_NOT_EXIST = 1 OTHERS = 2 .

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_CALLBACK_PROGRAM = sy-repid I_GRID_TITLE = 'Generierungsinfo'(250) I_BACKGROUND_ID = 'ALV_BACKGROUND' i_buffer_active = 'X' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = g_tab_fieldcat IT_SORT = G_TAB_SORT TABLES T_OUTTAB = gt_outtab_ginfo EXCEPTIONS PROGRAM_ERROR = 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 RSSCD300 or its description.