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

RSSERP80 SAP ABAP Report - Migration of old report trees







RSSERP80 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for RSSERP80 - 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 RSSERP80 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 RSSERP80. "Basic submit
SUBMIT RSSERP80 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSERP80 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
Selection Text: PA_DEVCL = Package
Title: Migration of old report trees
Text Symbol: 316 = Reports from private nodes:
Text Symbol: 315 = Node contents not migrated:
Text Symbol: 304 = Variants:
Text Symbol: 303 = Reports:
Text Symbol: 302 = Nodes:
Text Symbol: 222 = Inconsistent trees:
Text Symbol: 223 = Trees with no root node:
Text Symbol: 224 = Trees with a cycle:
Text Symbol: 300 = Migrated trees:
Text Symbol: 301 = Trees:
Text Symbol: 212 = In the following dialog, you must enter a
Text Symbol: 211 = Languages selected:
Text Symbol: 202 = Technical name:
Text Symbol: 201 = Root node text:
Text Symbol: 200 = Migratable trees
Text Symbol: 221 = Trees already migrated:
Text Symbol: 220 = A tree with the ID SPACE was discovered!
Text Symbol: 219 = The following trees could not be migrated:
Text Symbol: 214 = Package:
Text Symbol: 213 = package for each tree!
Text Symbol: 317 = Variants from private nodes:
Text Symbol: 364 = - not in this node!
Text Symbol: 363 = List
Text Symbol: 362 = Creator
Text Symbol: 361 = Date
Text Symbol: 351 = TreeName
Text Symbol: 321 = Forms:
Text Symbol: 320 = Lists:
Text Symbol: 319 = Non-migratable trees containing errors (compared to preselection)
Text Symbol: 318 = Migration for client:
Text Symbol: 360 = Nodes
Text Symbol: 355 = Variant





Text Symbol: 354 = Report
Text Symbol: 353 = User
Text Symbol: 352 = Private node


INCLUDES used within this REPORT RSSERP80

INCLUDE ERP80TOP.
INCLUDE ERP80EVT.
INCLUDE ERP80F01.
INCLUDE ERP80F02.
INCLUDE ERP80F03.
INCLUDE ERP80F04.
INCLUDE ERP80O01.


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