SAP Reports / Programs

PRS_REM SAP ABAP Report - Delete job for deleting additional data







PRS_REM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter PRS_REM 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

PRS_REM - Delete Job for Engagement Management


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 PRS_REM. "Basic submit
SUBMIT PRS_REM AND RETURN. "Return to original report after report execution complete
SUBMIT PRS_REM 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: SO_VBELN = Debit Memo Request no.
Title: Delete job for deleting additional data
Text Symbol: 001 = Select data to be deleted
Text Symbol: 002 = Delete job will be based on
Text Symbol: 003 = There were no records to be deleted
Text Symbol: 004 = records were deleted from
Text Symbol: 005 = records were deleted from PRSD_CO_MAPPING (Mapping original DMR lines to Carry Over lines)
Text Symbol: 006 = records were deleted from PRSD_DLIEF_EXT ( DLI Document Flow Extension)
Text Symbol: 007 = records were deleted from PRSD_DMRP_ACC_CH (Engagement Mgmt: Accrual Characteristics for DMR)
Text Symbol: 008 = records were deleted from PRSD_DMRP_CO_CHR ( Engagement Mgmt: Grouping Characteristics for Copy over lines)
Text Symbol: 009 = records were deleted from PRSD_DMRP_EXT (Extended DMR Line Information)
Text Symbol: 010 = records were deleted from PRSD_GRP (Grouping, Sorting values for DLI)
Text Symbol: 011 = records were deleted from PRSD_VBAK_EXT (Engagement mgmt: Extended DMR Head Information)


INCLUDES used within this REPORT PRS_REM

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:

SD_VBAK_SINGLE_READ CALL FUNCTION 'SD_VBAK_SINGLE_READ' EXPORTING i_vbeln = ls_vbak_ext-vbeln * I_BYPASSING_BUFFER = ' ' * I_REFRESH_BUFFER = * IMPORTING * E_VBAK = EXCEPTIONS record_not_found = 1 OTHERS = 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 PRS_REM or its description.