RFCORR57 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 RFCORR57 into the relevant SAP transactions such as SE38 or SE80
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: BELNR = Document number
Selection Text: BUKRS = Company code
Selection Text: GJAHR = Fiscal year
Title: Mark Parked Documents as Irrelevant for Document Release (WF)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PP_WF_EVENT CALL FUNCTION 'PP_WF_EVENT' EXPORTING EVENT = 'DELETED' BELNR = VBKPF-BELNR BUKRS = VBKPF-BUKRS GJAHR = VBKPF-GJAHR XWFFR = SAVE_XWFFR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFCORR57 - Mark Parked Documents as Irrelevant for Document Release (WF) RFCORR57 - Mark Parked Documents as Irrelevant for Document Release (WF) RFCORR56 - Line Items: Delete FELDTAB Information on RFDT RFCORR56 - Line Items: Delete FELDTAB Information on RFDT RFCORR53 - FI: Delete Key Words for Archived/Deleted General Ledger Accounts RFCORR53 - FI: Delete Key Words for Archived/Deleted General Ledger Accounts