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
Below is a list of transaction codes which are relevant to this SAP report
SRCN - Delete Country-Specific Reports
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSRPCNTR - Delete Country-Specific Reports in Report Trees RSRPCNTR - Delete Country-Specific Reports in Report Trees RSROSTRT - Program for Object Type STREET: Street RSROSTRT - Program for Object Type STREET: Street RSROPSCD - Program for Object Type POSTCODE: Postal code RSROPSCD - Program for Object Type POSTCODE: Postal code