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

RSRPCNTR SAP ABAP Report - Delete Country-Specific Reports in Report Trees







RSRPCNTR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Deletes country-specific reports from reporting trees...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 RSRPCNTR 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

SRCN - Delete Country-Specific Reports


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


Text pool values


Select Countries/Reports not Required
Selection Text: DELMODE = Change database
Selection Text: PSUSER = Delete in user trees
Selection Text: PTREE = Report tree
Selection Text: REPORTNM = Reports to be deleted
Title: Delete Country-Specific Reports in Report Trees
Text Symbol: 005 = Reports of the selected countries will be deleted!
Text Symbol: 010 = Report list for country selection
Text Symbol: 020 = W/o report heading
Text Symbol: 030 = No reports available for country selection
Text Symbol: 040 = Current report tree:
Text Symbol: 050 = Delete reports from tree?
Text Symbol: 052 = Delete
001 Ctry Description


INCLUDES used within this REPORT RSRPCNTR

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = 'Reports aus Berichtsbaum löschen?'(050) TEXTLINE2 = ' ' TITEL = 'Löschen'(052) IMPORTING ANSWER = ANSWER.

ENQUEUE_ESSERP CALL FUNCTION 'ENQUEUE_ESSERP' EXPORTING TREE_ID = TREE_ID EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

DEQUEUE_ESSERP CALL FUNCTION 'DEQUEUE_ESSERP' EXPORTING TREE_ID = TREE_ID.



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