SAP Reports / Programs

RSSERP31 SAP ABAP Report - Comparison of Report Trees at Release Upgrade







RSSERP31 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 RSSERP31 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 RSSERP31. "Basic submit
SUBMIT RSSERP31 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSERP31 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: TREE_2 = Changed tree
Selection Text: TREE_1 = Original tree
Selection Text: CLIENT_2 = Client of changed tree
Selection Text: CLIENT_1 = Client of original tree
Title: Comparison of Report Trees at Release Upgrade
Text Symbol: 038 = Copy
Text Symbol: 037 = Original
Text Symbol: 036 = Authorization group:
Text Symbol: 035 = New authorization group:
Text Symbol: 034 = (inherited)
Text Symbol: 033 = Old authorization group:
Text Symbol: 032 = The following nodes have changed attributes:
Text Symbol: 031 = The following nodes have probably been renamed (same position) with other attributes and changed content:
Text Symbol: 030 = The following nodes have probably been renamed (nodes at the same position) and have changed attributes:
Text Symbol: 029 = The position, attributes and content of the following nodes has changed:
Text Symbol: 028 = The position and attributes of the following nodes have changed:
Text Symbol: 027 = The content and attributes of the following nodes have changed:
Text Symbol: 026 = The selected node does not contain any reports
Text Symbol: 025 = Var.new.
Text Symbol: 024 = Deleted
Text Symbol: 023 = Var.pos.
Text Symbol: 022 = Sel.scr.
Text Symbol: 021 = Start
Text Symbol: 020 = Position
Text Symbol: 019 = The following reports have been changed:
Text Symbol: 018 = The following reports have been deleted:
Text Symbol: 017 = Variant
Text Symbol: 016 = Report
Text Symbol: 015 = The following reports have been added:
Text Symbol: 014 = The following nodes remain unchanged:
Text Symbol: 013 = The following nodes have been deleted in the tree:
Text Symbol: 012 = The following nodes have been added to the tree:
Text Symbol: 011 = The following nodes have probably been renamed (nodes at the same position) and changes have been made to the contents:
Text Symbol: 010 = New:
Text Symbol: 009 = Old:
Text Symbol: 008 = The following nodes have probably been renamed (position is unchanged):
Text Symbol: 007 = The position and content of the following nodes has changed:
Text Symbol: 006 = Successor:





Text Symbol: 005 = Parent:
Text Symbol: 004 = New position:
Text Symbol: 003 = Old position:
Text Symbol: 002 = The position of the following nodes has changed:
Text Symbol: 001 = The following nodes have changed only in content:


INCLUDES used within this REPORT RSSERP31

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = P_PROG DYNUMB = P_DNUM TABLES DYNPFIELDS = P_SELDYREAD EXCEPTIONS INVALID_DYNPROFIELD = 1 INVALID_DYNPRONAME = 2 INVALID_DYNPRONUMMER = 3 OTHERS = 4.



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