SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Report Tree(BC-SRV-REP) SAP BC

RSSERP85 SAP ABAP Report - Migration of old report trees







RSSERP85 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for SSERP85 - Report Tree Migration This report transforms report trees that were created using the old version of transaction SERP (Release 4...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 RSSERP85 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RTTREE_MIGRATION - Report tree migration


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


Text pool values


Migration of report trees
Selection Text: SEL_TREE = Report Trees
Selection Text: SEL_LANG = Languages
Selection Text: PA_MLANG = Master language (area menu)
Selection Text: PA_DEVCL = Package (Area Menu)
Title: Migration of old report trees
Text Symbol: 220 = A tree with the ID SPACE was discovered!
Text Symbol: 221 = Trees already migrated:
Text Symbol: 222 = Inconsistent trees:
Text Symbol: 200 = Migratable trees
Text Symbol: 201 = Root node text:
Text Symbol: 202 = Technical name:
Text Symbol: 203 = New name:
Text Symbol: 211 = Languages selected:
Text Symbol: 212 = In the following dialog, you must enter a
Text Symbol: 303 = Reports:
Text Symbol: 302 = Nodes:
Text Symbol: 301 = Trees:
Text Symbol: 300 = Migrated trees:
Text Symbol: 224 = Trees with a cycle:
Text Symbol: 304 = Variants:
Text Symbol: 315 = Node contents not migrated:
Text Symbol: 316 = Reports from private nodes:
Text Symbol: 317 = Variants from private nodes:
Text Symbol: 318 = Migration for client:
Text Symbol: 319 = Non-migratable trees containing errors (compared to preselection)
Text Symbol: 223 = Trees with no root node:
Text Symbol: 219 = The following trees could not be migrated:
Text Symbol: 214 = Package:
Text Symbol: 213 = package for each tree!
Text Symbol: 320 = Lists:
Text Symbol: T06 = Master language
Text Symbol: T05 = New ID
Text Symbol: T04 = Package
Text Symbol: T03 = Description
Text Symbol: T02 = Tree
Text Symbol: T01 = Report tree for migration
Text Symbol: 355 = Variant





Text Symbol: 354 = Report
Text Symbol: 353 = User
Text Symbol: 352 = Private node
Text Symbol: 351 = TreeName
Text Symbol: 321 = Forms:
Text Symbol: PR1 = Migrating...
Text Symbol: 364 = - not in this node!
Text Symbol: 363 = List
Text Symbol: 362 = Creator
Text Symbol: 361 = Date
Text Symbol: 360 = Nodes


INCLUDES used within this REPORT RSSERP85

INCLUDE ERP85TOP.
INCLUDE ERP85EVT.
INCLUDE ERP85F01.
INCLUDE ERP85F02.
INCLUDE ERP85F03.
INCLUDE ERP85F04.
INCLUDE ERP85O01.


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