SAP Reports / Programs | Financial Accounting | Accounts Payable | Payment Transactions(FI-AP-AP-PT) SAP FI

RFFOCH_P SAP ABAP Report - Payment Medium Switzerland - Postal Giro/SAD/BAD







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFFOCH_P. "Basic submit
SUBMIT RFFOCH_P AND RETURN. "Return to original report after report execution complete
SUBMIT RFFOCH_P VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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)





Text Symbol: 520 = (Disk delivery note)
Text Symbol: 521 = (Magnetic tape delivery note)
Text Symbol: 525 = (LSV collection order)
Text Symbol: 530 = (DME authorized payment order)
Text Symbol: 535 = (Delivery note data carrier)
Text Symbol: 536 = (DME bank address)
Text Symbol: 537 = (DME telekurs address)
Text Symbol: 570 = (Payment order heading)
Text Symbol: 575 = (Payment order line items)
Text Symbol: 580 = (Authorized signature)
Text Symbol: 7** = * Note to payee lines for DME
Text Symbol: 702 = Inv. &XBLNR of &BLDAT


INCLUDES used within this REPORT RFFOCH_P

INCLUDE RFFORIP1.
INCLUDE RFFORI0M.
INCLUDE RFFORI00.
INCLUDE RFFORICH.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFFOCH_P or its description.