RFFORII4 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 RFFORII4 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 Media (Italy): Domestic Bank Transfers via DME
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.
DATE_CONVERT_TO_FACTORYDATE call function 'DATE_CONVERT_TO_FACTORYDATE' exporting correct_option = '+' date = p_valu factory_calendar_id = 'IT' importing date = up_date.
DATE_CONVERT_TO_FACTORYDATE call function 'DATE_CONVERT_TO_FACTORYDATE' exporting correct_option = '+' date = p_valu factory_calendar_id = 'IT' importing date = up_date.
DATE_CONVERT_TO_FACTORYDATE call function 'DATE_CONVERT_TO_FACTORYDATE' exporting correct_option = '+' date = p_valu factory_calendar_id = 'IT' importing date = up_date.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING STARTPAGE = 'DTA'.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN' ELEMENT = '535' EXCEPTIONS WINDOW = 1 ELEMENT = 2.
END_FORM CALL FUNCTION 'END_FORM'.
GET_CUP_CIG_IT CALL FUNCTION 'GET_CUP_CIG_IT' EXPORTING I_BUKRS = REGUP-BUKRS I_BELNR = REGUP-BELNR I_GJAHR = REGUP-GJAHR * I_EBELN = * I_AWTYP = IMPORTING E_CUP = CUP_NUM E_CIG = CIG_NUM .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFORII4 - Payment Media (Italy): Domestic Bank Transfers via DME RFFORIHK - Payment Medium Include (Netherlands): Declarations RFFORIH4 - Include Payment Medium HK: Auto Plan RFFORIGB - UK Payment Medium Include: APACS Record Format Declarations RFFORIG4 - UK Payment Medium Include: BACS RFFORIFI - FI Payment Medium Include: Declarations