RFFOAVIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ------------------------------------------------------------------------ DEFINE &T042B-AFORN& = 'F110_D_AVIS' DEFINE &T042E-WFORN& = ' ' DEFINE &T042E-ZFORN& = ' ' DEFINE &T042E-ANZPO& = '0' DEFINE &T042E-XFOSP& = ' ' DEFINE &T042Z-PROGN& = 'RFFOAVIS' DEFINE &T042Z-ZLSTN& = ' ' DEFINE &T042Z-TXTSL& = ' ' DEFINE &T042Z-XSCHK& = ' ' DEFINE &T042Z-XSWEC& = ' ' ------------------------------------------------------------------------ The program creates notifications for customers/vendors that their receivables and payables
If you would like to execute this report or see the full code listing simply enter RFFOAVIS into the relevant SAP transactions such as SE38 or SE80
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: PAR_ANZP = Number of Sample Printouts
Selection Text: PAR_ESPR = Texts in Recipient's Language
Selection Text: PAR_ISOC = Currency in ISO Code
Selection Text: PAR_PRIA = Messages to printer
Selection Text: PAR_SOFA = Print Immediately
Selection Text: PAR_SRTH = D Correspondence Sorting
Selection Text: PAR_SRTP = D Line Item Sorting
Title: Payment Medium International - Zero Balance Notice
INCLUDE RFFORI0M.
INCLUDE RFFORI00.
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.
RFFOAVIS - Payment Medium International - Zero Balance Notice RFFOAVIS - Payment Medium International - Zero Balance Notice RFFOAU_T - Payment Medium for Australia - Bank Transfers/Debit Memo BECS RFFOAU_T - Payment Medium for Australia - Bank Transfers/Debit Memo BECS RFFOAT_P - Payment Medium (Austria) - V3 Format RFFOAT_P - Payment Medium (Austria) - V3 Format