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
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.
Title: Include Payment Medium FR: Foreign Bank Transfers
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFORIF5 - Include Payment Medium FR: Foreign Bank Transfers RFFORIF4 - FR Payment Media Include: ETEBAC_* RFFORIF3 - documentation and ABAP source code RFFORIF2 - FI Payment Medium Include: Domestic Payments (LM02) RFFORIF1 - Payment Medium Include (Finland): Domestic Payments (ULMP) RFFORIES_FICA - RFFORIESFICA