SAP Reports / Programs

RSSERP30 SAP ABAP Report - Compare Report Trees at Release Upgrade







RSSERP30 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report performs a cross-client comparison of the tree structure and node contents of an 'original' report tree and a 'copy'...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSSERP30 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 RSSERP30. "Basic submit
SUBMIT RSSERP30 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSERP30 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: Compare Report Trees at Release Upgrade
Text Symbol: 003 = Old position:
Text Symbol: 004 = New position:
Text Symbol: 005 = Parent:
Text Symbol: 006 = Successor:
Text Symbol: 007 = The position and content of the following nodes has changed:
Text Symbol: 008 = The following nodes have probably been renamed (position is unchanged):
Text Symbol: 009 = Old:
Text Symbol: 010 = New:
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: 012 = The following nodes have been added:
Text Symbol: 013 = The following nodes have been deleted in the tree:
Text Symbol: 014 = The following nodes remain unchanged:
Text Symbol: 015 = The following reports have been added:
Text Symbol: 016 = Report
Text Symbol: 017 = Variant
Text Symbol: 018 = The following reports have been deleted:
Text Symbol: 019 = The following reports have been changed (+ = changed, space = not changed)
Text Symbol: 020 = Position
Text Symbol: 021 = Start
Text Symbol: 002 = The position of the following nodes has changed:
Text Symbol: 001 = The following nodes have changed only in content:
Text Symbol: 022 = Sel.scr.
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.


INCLUDES used within this REPORT RSSERP30

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.

RS_VALUES_TREE CALL FUNCTION 'RS_VALUES_TREE' EXPORTING CLIENT = P_MANDT TREE_ID = P_ID IMPORTING SELECTED_TREE_ID = P_TREE_ID EXCEPTIONS INVALID_CLIENT = 1 CANCELED = 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 RSSERP30 or its description.