RFBI_COMMON_FORM0 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 RFBI_COMMON_FORM0 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.
FORM ADDON_CHECK_INCLUDE USING VALUE(I_XALE) TYPE C
No SAP DATABASE tables are accessed within this REPORT code!
FM00_CHECK_ISPS call function 'FM00_CHECK_ISPS' importing e_flg_isps_not_active = l_not_active.
DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = l_includename all_types = 'X' lfieldname = 'SENDE' tables x031l_tab = lt_x031l exceptions not_found = 1 others = 2.
FI_TECH_ACCNO_CHECK_TRY call function 'FI_TECH_ACCNO_CHECK_TRY' exporting i_bankn = i_bankn importing e_xtech = l_xtech.
READ_IBAN call function 'READ_IBAN' exporting i_banks = i_banks i_bankl = i_bankl i_bankn = i_bankn i_bkont = space importing e_iban = st_iban_wo_accno-iban exceptions iban_not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBI_COMMON_FORM0 - RFBICOMMONFORM0 RFBI_COMMON_DATA0 - RFBICOMMONDATA0 RFBIZAVD - documentation and ABAP source code RFBIZAV0 - documentation and ABAP source code RFBITO00 - FI Data Transfer - Display/Change Contents of Sequential File RFBITO00 - FI Data Transfer - Display/Change Contents of Sequential File