RWLF1012 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RWLF1012 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WLRB - Rel. Invoices for Remuneration Lists
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: S_BLDAT = D Document date
Selection Text: S_BUKRS = D Company code
Selection Text: S_EKGRP = D Purchasing group
Selection Text: S_EKORG = D Purchasing organization
Selection Text: S_ERDAT = D Created on
Selection Text: S_ERNAM = D Created by
Selection Text: S_KIDNO = D Payment reference
Selection Text: S_LFART = D Billing type
Selection Text: S_LIFRE = D Invoicing Party
Selection Text: S_LNRZB = D Alternative payee
Selection Text: S_MAXL = D Maximum no. of hits
Selection Text: S_WBELN = D Billing document
Selection Text: S_WFDAT = D Posting date
Selection Text: S_XBLNR = D Reference
Selection Text: S_ZUONR = D Assignment
Title: Display Relevant Billing Documents for Creation of Remuneration Lists
Text Symbol: S01 = Vendor billing documents
Text Symbol: S02 = Organizational data
Text Symbol: S04 = Administration data
Text Symbol: S10 = Program run control
INCLUDE RWLF12TOP.
INCLUDE WLFRE012.
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.
RWLF1012 - Display Relevant Billing Documents for Creation of Remuneration Lists RWLF1012 - Display Relevant Billing Documents for Creation of Remuneration Lists RWLF1011 - Display Relevant Payment Documents for Remuneration List Creation RWLF1011 - Display Relevant Payment Documents for Remuneration List Creation RWLF1010 - Posting lists (with item data) RWLF1010 - Posting lists (with item data)