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

RFFORIF5 SAP ABAP INCLUDE - Include Payment Medium FR: Foreign Bank Transfers







RFFORIF5 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFFORIF5 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 RFFORIF5. "Basic submit
SUBMIT RFFORIF5 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFORIF5 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include Payment Medium FR: Foreign Bank Transfers


INCLUDES used within this REPORT RFFORIF5

No INCLUDES are used within this REPORT code!


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:

READ_IBAN_FROM_DB CALL FUNCTION 'READ_IBAN_FROM_DB' EXPORTING i_banks = reguh-ubnks i_bankl = lf_ubnky i_bankn = lf_ubknt i_bkont = lf_ubkon i_bkref = lf_bkref IMPORTING e_iban = ciban e_iban_valid_from = hlp_date.

CONVERT_BANK_ACCOUNT_NUMBER CALL FUNCTION 'CONVERT_BANK_ACCOUNT_NUMBER' EXPORTING i_banks = reguh-zbnks i_bankk = reguh-zbnky i_bankn = reguh-zbnkn i_bkont = reguh-zbkon i_bkref = reguh-bkref i_bankl = reguh-zbnkl IMPORTING e_bankn_long = e_long_bank.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = t042e-wforn device = 'PRINTER' language = t001-spras options = itcpo dialog = flg_dialog IMPORTING result = itcpp EXCEPTIONS form = 1.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING startpage = 'DTAAUSL'.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'MAIN' element = '580' EXCEPTIONS window = 1 element = 2.

SPELL_AMOUNT * call function 'SPELL_AMOUNT' * exporting * language = space * currency = dta_tab_zettel-waers * amount = dta_tab_zettel-summe * filler = space * importing * in_words = spell.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'MAIN' element = '581' function = 'APPEND' EXCEPTIONS window = 1 element = 2.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'MAIN' element = '582' EXCEPTIONS window = 1 element = 2.

END_FORM CALL FUNCTION 'END_FORM'.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING result = itcpp.



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 RFFORIF5 or its description.