RFFORIU4 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 RFFORIU4 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: Payment Medium Include (USA): DME in ACH Format
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OPEN_FORM call function 'OPEN_FORM' exporting form = t042e-wforn device = 'PRINTER' language = t001-spras options = itcpo dialog = flg_dialog exceptions form = 1.
CLOSE_FORM call function 'CLOSE_FORM' importing result = itcpp.
START_FORM call function 'START_FORM' exporting startpage = 'DTA'.
WRITE_FORM call function 'WRITE_FORM' exporting window = 'INLAND' element = '525' exceptions window = 1 element = 2.
END_FORM call function 'END_FORM'.
START_FORM call function 'START_FORM' exporting startpage = 'LAST'.
WRITE_FORM call function 'WRITE_FORM' exporting window = 'SUMMARY' element = '520' exceptions window = 1 element = 2.
END_FORM call function 'END_FORM'.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = l_function EXCEPTIONS function_not_exist = 1 OTHERS = 2.
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = l_function inactive_version = ' ' TABLES exception_list = l_exceptions_tab export_parameter = l_export_tab import_parameter = l_import_tab tables_parameter = l_tables_tab EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3 OTHERS = 4.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' DESTINATION TAB_RFC-DEST EXPORTING funcname = l_function EXCEPTIONS function_not_exist = 1 OTHERS = 2.
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' DESTINATION TAB_RFC-DEST EXPORTING funcname = l_function inactive_version = ' ' TABLES exception_list = l_exceptions_tab export_parameter = l_export_tab import_parameter = l_import_tab tables_parameter = l_tables_tab EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3 OTHERS = 4.
CURRENCY_AMOUNT_SAP_TO_IDOC call function 'CURRENCY_AMOUNT_SAP_TO_IDOC' exporting currency = up_curr sap_amount = amount_p importing idoc_amount = amount_c exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFORIU4 - Payment Medium Include (USA): DME in ACH Format RFFORISE - Payment Medium Include (Sweden): Declarations RFFORIQM - Include for international payment carrier: Macro definitions RFFORIP1 - Include RFFORIP1 RFFORIO7 - documentation and ABAP source code RFFORIO6 - documentation and ABAP source code