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
Below is a list of transaction codes which are relevant to this SAP report
WRLI - Issue Inbnd IDoc List StlmntRqstList
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: 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
INCLUDE F9060TOP.
INCLUDE F9060S01.
INCLUDE F9060E01.
INCLUDE F9060F01.
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.