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

RSSERP32 SAP ABAP Report - Reporting trees: Copy node contents







RSSERP32 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report copies various specified objects and/or attributes from a source tree to a target tree...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 RSSERP32 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 RSSERP32. "Basic submit
SUBMIT RSSERP32 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSERP32 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 = Target tree
Selection Text: TREE_1 = Source tree
Selection Text: TEST = Test run
Selection Text: REPOATTR = Change reprort attributes
Selection Text: NODENAME = Node name
Selection Text: CONTENTS = Add reports and variants
Selection Text: CLIENT_2 = Target client
Selection Text: CLIENT_1 = Source client
Selection Text: ATTRIBUT = Change node attributes
Title: Reporting trees: Copy node contents
Text Symbol: 023 = No nodes exist with this name
Text Symbol: 022 = No report attributes have been copied
Text Symbol: 021 = Error copying report attributes
Text Symbol: 020 = No report attributes have been copied
Text Symbol: 019 = No node contents have been copied
Text Symbol: 018 = No node contents have been copied
Text Symbol: 017 = No node contents have been copied
Text Symbol: 016 = Error copying node contents
Text Symbol: 015 = Skip selection screen
Text Symbol: 014 = No node attributes have been copied
Text Symbol: 013 = Error copying node attributes
Text Symbol: 012 = Start only via variant
Text Symbol: 011 = Variant
Text Symbol: 010 = New reports
Text Symbol: 009 = Changed reports
Text Symbol: 008 = The following nodes have been changed:
Text Symbol: 006 = New authorization group:
Text Symbol: 005 = Old authorization group:
Text Symbol: 004 = The following nodes have been changed:
Text Symbol: 003 = Selection
Text Symbol: 002 = to
Text Symbol: 001 = Copy from


INCLUDES used within this REPORT RSSERP32

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:

ENQUEUE_ESSERP CALL FUNCTION 'ENQUEUE_ESSERP' EXPORTING MANDT = P_MANDT TREE_ID = P_TREE_ID EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ENQUEUE_ESSERPNODE CALL FUNCTION 'ENQUEUE_ESSERPNODE' EXPORTING MANDT = P_MANDT TREE_ID = P_TREE_ID EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_ESSERP CALL FUNCTION 'DEQUEUE_ESSERP' EXPORTING MANDT = P_MANDT TREE_ID = P_TREE_ID.

DEQUEUE_ESSERPNODE CALL FUNCTION 'DEQUEUE_ESSERPNODE' EXPORTING MANDT = P_MANDT TREE_ID = P_TREE_ID.

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