RWLF9051 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In report "RWLF9051" (processing complaints for agency documents) you have a suitable tool for processing complaints for agency documents, without having to process every complaint individually and having to start processing manually...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 RWLF9051 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: BUKRS = D Company Code
Selection Text: CLAIMNR = D Complaint Number
Selection Text: CLAIMRE = D Reason for Complaint
Selection Text: CLAIMST = D Complaints Status
Selection Text: EKORG = D Purchasing Organization
Selection Text: KUNRE = D Invoice Recipient
Selection Text: LIFRE = D Invoicing Party
Selection Text: P_ASYNC = Asynchronous Posting
Selection Text: S_DEPRO = D Detail Log
Selection Text: S_FATAL = D Cancellation at Fatal Error
Selection Text: S_MAXL = Maximum Number of Hits (List)
Selection Text: S_PREV = Preview of List
Selection Text: S_PROC = Processing
Selection Text: S_PRUEF = D Check Run Only
Selection Text: S_SPERR2 = Lock All Complaints
Selection Text: S_SYNCH = Simultaneous Update
Selection Text: VKORG = D Sales Organization
Selection Text: WBELN = D Document Number
Selection Text: WFDAT = D Posting Date
Title: Process Complaints for Agency Documents
Text Symbol: W16 = (Block Complaints Individually)?
Text Symbol: W15 = Not All Complaints
Text Symbol: W14 = Process Immediately?
Text Symbol: 001 = This Is Only a Test Run
Text Symbol: 002 = Should the Function Be Executed?
Text Symbol: 003 = Information
Text Symbol: 032 = Open Runs, Table &
Text Symbol: 071 = Create Document
Text Symbol: 072 = Change Document
Text Symbol: 073 = Display Document
Text Symbol: 074 = Unknown
Text Symbol: 075 = No Authorization
Text Symbol: S01 = Complaints Data
Text Symbol: S02 = Agency Docs
Text Symbol: S03 = Processing Control
Text Symbol: S04 = Preview of List Output
Text Symbol: S08 = Commit Control
Text Symbol: UP1 = Posting Control
INCLUDE F9051TOP.
INCLUDE F9051S01.
INCLUDE F9051E01.
INCLUDE F2001F00.
INCLUDE F9051F00.
INCLUDE F9051F01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWLF9051 - Process Complaints for Agency Documents RWLF9051 - Process Complaints for Agency Documents RWLF9050 - List Complaints Data RWLF9050 - List Complaints Data RWLF9041 - Update conditions and index for extended remuneration lists RWLF9041 - Update conditions and index for extended remuneration lists