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
Below is a list of transaction codes which are relevant to this SAP report
PRS_REM - Delete Job for Engagement Management
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.
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)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PRS_REM - Delete job for deleting additional data PRS_REM - Delete job for deleting additional data PRS_GET_STRUCT_FIELDS=========FT - PRSGETSTRUCTFIELDS=========FT PRS_GET_GLOBAL_VBAK===========FT - PRSGETGLOBALVBAK===========FT PRS_GET_FIELDS_WIP============FT - PRSGETFIELDSWIP============FT PRS_GET_CHARACTERISTICS=======FT - PRSGETCHARACTERISTICS=======FT