SAP Reports / Programs | Logistics - General | Agency Business (Global Trade)(LO-AB) SAP LO

RWLF9053 SAP ABAP Report - Process Complaints







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


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 RWLF9053. "Basic submit
SUBMIT RWLF9053 AND RETURN. "Return to original report after report execution complete
SUBMIT RWLF9053 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: 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





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 = Missing Authorizations
Text Symbol: B03 = Complaints Reason
Text Symbol: B04 = to
Text Symbol: S01 = Complaints
Text Symbol: S02 = Complaints Docs
Text Symbol: S03 = Agency Docs
Text Symbol: S04 = Program Run Control
Text Symbol: S08 = Commit Control
Text Symbol: UP1 = Posting Control
Text Symbol: W01 = Not All Documents
Text Symbol: W02 = Could Be Blocked
Text Symbol: W04 = Do You Still Wish to Process?
Text Symbol: W05 = (Block Docs Individlly)?
Text Symbol: W06 = Confirmat. Prompt
Text Symbol: W11 = Many Documents Are To
Text Symbol: W12 = Be Processed
Text Symbol: W13 = Be Processed
Text Symbol: W14 = Process Immediately?
Text Symbol: W15 = Not All Complaints
Text Symbol: W16 = (Block Complaints Individually)?
Text Symbol: W21 = Many Complaints Are Being Processed
Text Symbol: W23 = Process Immediately?
Text Symbol: W24 = Selection Criteria for Agency Docs Are Ignored


INCLUDES used within this REPORT RWLF9053

INCLUDE F9053TOP.
INCLUDE F9053S01.
INCLUDE F9053E01.
INCLUDE F2001F00.
INCLUDE F9051F00.
INCLUDE F9053F01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RWLF9053 or its description.