RWLF9061 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 'SINGLESETTRQS_CREATE', this program allows you to use ALV technology to display the content 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 RWLF9061 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WZRI - Issue Inbnd IDoc List of Pymt Docs
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: 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: CRETIM = 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_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
INCLUDE F9060TOP.
INCLUDE F9061S01.
INCLUDE F9061E01.
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.
RWLF9061 - List Output of Inbound IDocs for Payment Documents RWLF9061 - List Output of Inbound IDocs for Payment Documents RWLF9060 - List Output of Inbound IDoc for Settlement Request List RWLF9060 - List Output of Inbound IDoc for Settlement Request List RWLF9053 - Process Complaints RWLF9053 - Process Complaints