RWLF9053 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With report "RWLF9053" (process complaints) you have a suitable tool for processing complaints, without having to process each 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 RWLF9053 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: P_BELEG = D By Document
Selection Text: S_AB = Only Agency Documents
Selection Text: S_ALL = Agency Documents + Complaints
Selection Text: S_BLSTP = No. Complaints Rsns Per Pckage
Selection Text: S_BUKRS = D Company Code
Selection Text: S_CLAIM = D Complaint Number
Selection Text: S_DEPRO = D Detail Log
Selection Text: S_EKORG = D Purchasing Organization
Selection Text: S_ENDDAT = D Termination Date
Selection Text: S_ENDTIM = D Termination Time
Selection Text: S_ERDAT = D Created On
Selection Text: S_ERNAM = D Created By
Selection Text: S_FATAL = D Cancellation at Fatal Error
Selection Text: S_KUNRE = D Invoice Recipient
Selection Text: S_KUNRG = D Payer
Selection Text: S_LFART = D Billing Type
Selection Text: S_LFNAME = D Name of Run
Selection Text: S_LIFRE = D Invoicing Party
Selection Text: S_MAXBEL = D Maximum Number of Documents
Selection Text: S_MAXL = Maximum Number of Hits (List)
Selection Text: S_NEULF = D New Run
Selection Text: S_NOTAB = Only Complaints Data
Selection Text: S_PAKET = D Per Package
Selection Text: S_POSNR = D Queried Document Item
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_STATUS = D Complaints Status
Selection Text: S_SYNCH = Simultaneous Update
Selection Text: S_VKORG = D Sales Organization
Selection Text: S_WBELN = D Doc. to Which the Complaint
Selection Text: S_WFDAT = D Posting Date
Selection Text: P_ASYNC = Asynchronous Posting
Title: Process Complaints
Text Symbol: 001 = This Is Only a Test Run
Text Symbol: 002 = Should the Function Be Executed?
Text Symbol: 003 = Information
INCLUDE F9053TOP.
INCLUDE F9053S01.
INCLUDE F9053E01.
INCLUDE F2001F00.
INCLUDE F9051F00.
INCLUDE F9053F01.
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.