RFFOCH_P 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_CH_AVIS' DEFINE &T042E-WFORN& = 'F110_CH_SAD' DEFINE &T042E-ZFORN& = 'F110_D_UEBERWEIS' DEFINE &T042E-ANZPO& = '4' DEFINE &T042E-XFOSP& = ' ' DEFINE &T042Z-PROGN& = 'RFFOCH_P' DEFINE &T042Z-ZLSTN& = ' ' DEFINE &T042Z-TXTSL& = ' ' DEFINE &T042Z-XSCHK& = ' ' DEFINE &T042Z-XSWEC& = ' ' ------------------------------------------------------------------------ This program issues data media in disk format for the SAD and BAD payment systems used by the Swiss PTT...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 RFFOCH_P 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_BELP = Payment Document Validation
Selection Text: PAR_CRLF = Line Feed
Selection Text: PAR_DTYP = Output medium (with DME)
Selection Text: PAR_ERDT = Date created
Selection Text: PAR_ESPR = Texts in Recipient's Language
Selection Text: PAR_MAXP = No.of items in payment summary
Selection Text: PAR_SANR = Last DM number in the month
Selection Text: PAR_TAX = Tax account
Selection Text: PAR_UNIX = File name (for DME)
Selection Text: PAR_VEDT = Due Date
Selection Text: PAR_WFOR = Alternative order form
Selection Text: SEL_HBKI = House Bank
Selection Text: SEL_HKTI = Account ID
Selection Text: SEL_UZAW = Payment Method Supplement
Selection Text: SEL_VBLN = Payment Document Number
Selection Text: SEL_WAER = Currency Key
Selection Text: SEL_ZAWE = Payment methods
Title: Payment Medium Switzerland - Postal Giro/SAD/BAD
Text Symbol: 752 = date typ SeqNo
Text Symbol: 751 = Proc. DM Tr.Incmg Acct no. Description Currency Amount
Text Symbol: 750 = DME sequence numbers
Text Symbol: 705 = Pmnt document &VBLNR
Text Symbol: 704 = P.adv.fr.&ZALDT to
Text Symbol: 703 = &SGTXT
Text Symbol: 0** = * Title for Texts and Output List
Text Symbol: 004 = Authorized payment order disk
Text Symbol: 005 = Magnetic tape authorized payment order
Text Symbol: 010 = List of sequential numbers
Text Symbol: 100 = Headquarters Payment Transaction PTT
Text Symbol: 101 = Plant
Text Symbol: 102 = 3002
Text Symbol: 103 = Berne
Text Symbol: 104 = CH
Text Symbol: 5** = * Elements in Form
Text Symbol: 505 = (Line items)
Text Symbol: 510 = (Py.adv.note)
Text Symbol: 515 = (Transfer form closing)
INCLUDE RFFORIP1.
INCLUDE RFFORI0M.
INCLUDE RFFORI00.
INCLUDE RFFORICH.
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.
RFFOCH_P - Payment Medium Switzerland - Postal Giro/SAD/BAD RFFOCH_P - Payment Medium Switzerland - Postal Giro/SAD/BAD RFFOCA_T - Payment Medium (Canada) - DME Bank Transfers/Collection in Stand. 005 RFFOCA_T - Payment Medium (Canada) - DME Bank Transfers/Collection in Stand. 005 RFFOBR_V - International Payment Media - Boleto (Brazil) RFFOBR_V - International Payment Media - Boleto (Brazil)