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

RFFORIC4 SAP ABAP INCLUDE - Swiss Payment Medium Include: DTASLV (Bank)







RFFORIC4 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 RFFORIC4 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 RFFORIC4. "Basic submit
SUBMIT RFFORIC4 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFORIC4 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Swiss Payment Medium Include: DTASLV (Bank)


INCLUDES used within this REPORT RFFORIC4

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:

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = t042e-wforn device = 'PRINTER' language = _spras OPTIONS = itcpo dialog = flg_dialog EXCEPTIONS form = 1.

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

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'HEADER' element = hlp_element function = 'APPEND' EXCEPTIONS window = 1 element = 2.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'ADDRESS' element = '536' EXCEPTIONS window = 1 element = 2.

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

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

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING address_1 = gs_address address_type = '1' sender_country = t001-land1 number_of_lines = 10 IMPORTING address_printform_table = gt_address_lines.

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

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'FOOTER' EXCEPTIONS window = 1.

END_FORM CALL FUNCTION 'END_FORM'.

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING address_1 = gs_address address_type = '1' sender_country = t001-land1 number_of_lines = 10 IMPORTING address_printform_table = gt_address_lines.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = itcpp.

READ_IBAN_FROM_DB CALL FUNCTION 'READ_IBAN_FROM_DB' EXPORTING i_banks = reguh-zbnks i_bankl = reguh-zbnky i_bankn = reguh-zbnkn i_bkont = reguh-zbkon i_bkref = reguh-bkref IMPORTING e_iban = regud-ziban e_iban_valid_from = hlp_date.

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

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

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'HEADER' element = '535' EXCEPTIONS window = 1 element = 2.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'ADDRESS' element = '537' EXCEPTIONS window = 1 element = 2.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'SUMMARY' element = '520' function = 'APPEND' EXCEPTIONS window = 1 element = 2.

WRITE_FORM





CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'SUMMARY' element = '521' function = 'APPEND' EXCEPTIONS window = 1 element = 2.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'SUMMARY' element = hlp_element function = 'APPEND' EXCEPTIONS window = 1 element = 2.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'FOOTER' EXCEPTIONS window = 1.

END_FORM CALL FUNCTION 'END_FORM'.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = itcpp.

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING address_1 = gs_address address_type = '1' sender_country = t001-land1 number_of_lines = 10 IMPORTING address_printform_table = gt_address_lines.

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING address_1 = gs_address address_type = '1' sender_country = t001-land1 number_of_lines = 10 IMPORTING address_printform_table = gt_address_lines.

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 = dtatchd-d59b.

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

DET_VALUE_DATE_FOR_PAYMENT CALL FUNCTION 'DET_VALUE_DATE_FOR_PAYMENT' EXPORTING i_bldat = reguh-zaldt i_budat = reguh-zaldt i_bukrs = reguh-zbukr i_faedt = reguh-zaldt i_hbkid = reguh-hbkid i_hktid = reguh-hktid i_vorgn = ' ' * I_WBGRU = ' ' i_zlsch = reguh-rzawe IMPORTING valuta = reguh-valut EXCEPTIONS cal_id_error = 1 not_found_in_t012a = 2 not_found_in_t012c = 3 error_in_t012c = 4 OTHERS = 5.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = xs_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = iv_formname IMPORTING e_funcname = lv_fm_name.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' IMPORTING e_result = ls_sfpjoboutput EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.



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