RWLF9088 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report vendor billing documents can be canceled and copied...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 RWLF9088 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WLFKORR - VendorBillingDocument Correction WB
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: P_JPRAEF = Job Name Prefix
Selection Text: P_ONLINE = Dialog Processing
Selection Text: P_SERVER = D .
Selection Text: P_SUBPRO = D .
Selection Text: P_TARGRP = D .
Selection Text: S_DEPRO = D .
Selection Text: S_FB = D .
Selection Text: S_KVENDE = Not Available on Purch. Side
Selection Text: S_KVENDI = Available on Purch. Side
Selection Text: S_MAXBEL = D .
Selection Text: S_TDID = D .
Selection Text: S_VERART = D .
Selection Text: X_HEAD = D .
Selection Text: X_LFART = New Billing Type
Selection Text: X_LFARTS = New Cancellat.Billing Doc.Type
Selection Text: X_LFGRU = D .
Selection Text: X_VALDT = New Vendor Value Date
Selection Text: X_WAERL = New Currency
Selection Text: X_WFDAT = New Posting Date
Selection Text: Y_BLDAT = D .
Selection Text: Y_BUKRS = D .
Selection Text: Y_EKORG = D .
Selection Text: Y_ERDAT = D .
Selection Text: Y_ERNAM = D .
Selection Text: Y_LFART = D .
Selection Text: Y_LIFRE = D .
Selection Text: Y_WBELN = D .
Selection Text: Y_WFDAT = D .
Selection Text: Y_XBLNR = D .
Selection Text: Y_ZUONR = D .
Selection Text: P_JOBMON = Monitor Jobs
Selection Text: P_JBMTIM = Max. Monitoring Period(in Min)
Selection Text: P_JBMINT = DB Access Interval (in Min)
Selection Text: P_CONDSD = Condition Technique SD
Selection Text: P_CONDMM = Condition Technique MM
Selection Text: P_BTCRSS = D .
Selection Text: P_BTCRS = 1 Job per Invoicing Party
Selection Text: P_BTCJCC = Number of jobs
INCLUDE F9070TOP00.
INCLUDE F9088TOP.
INCLUDE F9088S01.
INCLUDE F9088E01.
INCLUDE F9070F00.
INCLUDE F9070F0T.
INCLUDE F9088F01.
INCLUDE F9070F02.
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.