RFFOBR_DDA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lists the
If you would like to execute this report or see the full code listing simply enter RFFOBR_DDA into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DDA_BR - DDA ALV Display
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_VENDOR = Vendor
Selection Text: S_REFDOC = Nota Fiscal Number
Selection Text: S_POSTD = DDA Execution Date
Selection Text: S_MIRO = Invoice Number
Selection Text: S_GJAHR = Fiscal Year
Selection Text: S_DOCNUM = Accounting Document
Selection Text: S_DATE = Due Date
Selection Text: S_CNPJ = CNPJ Number
Selection Text: S_BUKRS = Company Code
Selection Text: P_STATUS = Status
Selection Text: P_REASON = Reason of error
Title: DDA Details for Brazil
Text Symbol: 019 = Invoice Number
Text Symbol: 018 = Accounting Document
Text Symbol: 017 = Error Description
Text Symbol: 016 = DDA Execution Date
Text Symbol: 015 = Document sent for bar code updation
Text Symbol: 014 = Vendor invoice not found
Text Symbol: 013 = CPF does not match
Text Symbol: 012 = CNPJ does not match
Text Symbol: 011 = Due dates do not match
Text Symbol: 010 = Amounts do not match
Text Symbol: 009 = Partner name
Text Symbol: 008 = Record no
Text Symbol: 007 = Nominal value
Text Symbol: 006 = Due date
Text Symbol: 005 = Miro Num
Text Symbol: 004 = Accounting Num
Text Symbol: 003 = Reference No.
Text Symbol: 002 = Status
Text Symbol: 001 = Search Parameters for Log Display
INCLUDE RFFOBR_DDA_TOP.
INCLUDE RFFOBR_DDA_SELSCREEN.
INCLUDE RFFOBR_DDA_O00.
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.