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

RWLF9060 SAP ABAP Report - List Output of Inbound IDoc for Settlement Request List







RWLF9060 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For IDocs of message type 'SETTRQSLIST_CREATE', this program allows the content to be displayed using ALV technology according to specific business aspects...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 RWLF9060 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WRLI - Issue Inbnd IDoc List StlmntRqstList


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 RWLF9060. "Basic submit
SUBMIT RWLF9060 AND RETURN. "Return to original report after report execution complete
SUBMIT RWLF9060 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: CRETIM = D .
Selection Text: DOCNUM = D .
Selection Text: P_MAXL = D .
Selection Text: P_MESTYP = D .
Selection Text: S_CREDAT = D .
Selection Text: S_CRETIM = D .
Selection Text: S_MESCOD = D .
Selection Text: S_MESFCT = D .
Selection Text: S_RCVPFC = D .
Selection Text: S_RCVPOR = D .
Selection Text: S_RCVPRN = D .
Selection Text: S_RCVPRT = D .
Selection Text: S_REFGRP = D .
Selection Text: S_REFINT = D .
Selection Text: S_REFMES = D .
Selection Text: S_SNDPFC = D .
Selection Text: S_SNDPOR = D .
Selection Text: S_SNDPRN = D .
Selection Text: S_SNDPRT = D .
Selection Text: S_STAMID = D .
Selection Text: S_STAMNO = D .
Selection Text: S_STATUS = D .
Selection Text: S_STATXT = D .
Selection Text: S_STATYP = D .
Selection Text: S_VALUE1 = D .
Selection Text: S_VALUE2 = D .
Selection Text: UPDDAT = D .
Selection Text: UPDTIM = D .
Selection Text: CREDAT = D .
Selection Text: STATUS = Current Status
Selection Text: P_SEGTP2 = Segment Type
Selection Text: P_SEGTP1 = Segment Type
Selection Text: P_LISSTA = Start with Print List
Selection Text: P_LISINT = Start with Interaction List
Selection Text: P_FIELD2 = for Value ...
Selection Text: P_FIELD1 = for Value ...
Selection Text: P_DDSTR2 = Structure Name
Selection Text: P_DDSTR1 = Structure Name





Selection Text: P_ALLSTA = Use all statistics to find
Selection Text: P_AKTSTA = Use current status to find
Title: List Output of Inbound IDoc for Settlement Request List
Text Symbol: EDI = Logical message description
Text Symbol: L01 = Bas.Type:
Text Symbol: L02 = Enhancement:
Text Symbol: L05 = Fields in Segment
Text Symbol: L06 = Structure Name for Enhancements
Text Symbol: PT1 = Payee Information
Text Symbol: PT2 = Sender Information
Text Symbol: RF1 = References
Text Symbol: S01 = Search Crit. I
Text Symbol: S02 = Search Crit. II
Text Symbol: T01 = IDOC Selection
Text Symbol: T02 = Criteria for Data Record Search
Text Symbol: T03 = EDI Parameter (Technical)
Text Symbol: T04 = Select By Error Messages
Text Symbol: T05 = Partner


INCLUDES used within this REPORT RWLF9060

INCLUDE F9060TOP.
INCLUDE F9060S01.
INCLUDE F9060E01.
INCLUDE F9060F01.


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