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

RFFORIA7 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RFFORIA7

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:

CORRESPONDENCE_DATA_BUSAB CALL FUNCTION 'CORRESPONDENCE_DATA_BUSAB' EXPORTING i_bukrs = t001z-bukrs i_busab = t001z-paval(2) i_langu = hlp_sprache IMPORTING e_t001s = *t001s e_fsabe = *fsabe EXCEPTIONS OTHERS = 01.

GET_COMPONENT_LIST CALL FUNCTION 'GET_COMPONENT_LIST' EXPORTING program = _repid fieldname = p_strucn TABLES components = tab_comp.

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 = dta_konto.

GET_BANKCODE CALL FUNCTION 'GET_BANKCODE' EXPORTING i_banks = reguh-zbnks i_bankl = reguh-zbnkl IMPORTING e_clcode = lf_clcode EXCEPTIONS no_t005_entry = 1 no_bnka_entry = 2 OTHERS = 3.

FI_SCBINDICATOR_GETDETAIL CALL FUNCTION 'FI_SCBINDICATOR_GETDETAIL' EXPORTING scbindicator = regup-lzbkz IMPORTING t015l_data = wa_t015l_d_bf.

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = reguh-zbukr IMPORTING e_t001 = ls_t001 EXCEPTIONS system_error = 1 OTHERS = 2.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = addr1_sel IMPORTING address_value = addr1_val EXCEPTIONS parameter_error = 0 address_not_exist = 0 version_not_exist = 0.

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

START_FORM CALL FUNCTION 'START_FORM'.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = '1BZ_HEADER' window = 'KOPF'.

WRITE_FORM * call function 'WRITE_FORM' * exporting * element = '1BZ_HEADER' * window = 'MAIN'.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = '2BZ_NACHRICHT' window = 'MAIN'.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = '3BZ_LIN' window = 'MAIN'.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = '4BZ_NACHRICHT_T' window = 'MAIN'.

END_FORM CALL FUNCTION 'END_FORM'.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = itcpp.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING client = sy-mandt id = par_tdid language = par_spra name = lf_tdname object = lc_object IMPORTING header = ls_head TABLES lines = lt_lines EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.

FI_SCBINDICATOR_GETDETAIL CALL FUNCTION 'FI_SCBINDICATOR_GETDETAIL' EXPORTING scbindicator = regup-lzbkz IMPORTING t015l_data = wa_t015l_d_bf.

READ_INSTRUCTION_CODE





CALL FUNCTION 'READ_INSTRUCTION_CODE' EXPORTING ic_banks = ps_reguh-ubnks ic_zlsch = ps_reguh-rzawe ic_dtaws = up_dtaws IMPORTING es_t015w = ps_t015w EXCEPTIONS OTHERS = 2.



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