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

RWLF9051 SAP ABAP Report - Process Complaints for Agency Documents







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


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





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 Individual Docs)?
Text Symbol: W06 = Confirmat. Prompt
Text Symbol: W11 = Many Documents Are To
Text Symbol: W12 = Be Processed
Text Symbol: W13 = Be Processed


INCLUDES used within this REPORT RWLF9051

INCLUDE F9051TOP.
INCLUDE F9051S01.
INCLUDE F9051E01.
INCLUDE F2001F00.
INCLUDE F9051F00.
INCLUDE F9051F01.


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