RFCHKI18 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 RFCHKI18 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIBL_CHECK_BANKINFO_GET CALL FUNCTION 'FIBL_CHECK_BANKINFO_GET' EXPORTING i_companycode = alv_header-zbukr i_housebankid = alv_header-hbkid i_accountid = alv_header-hktid IMPORTING e_t012_k_bf = l_t012_k_bf e_t012k_bf = l_t012k_bf * E_ACCOUNT_NAME = e_bnka_bf = l_bnka_bf EXCEPTIONS not_found = 1 not_bank_address = 2 OTHERS = 3 .
FI_TECH_ACCNO_CHECK_TRY CALL FUNCTION 'FI_TECH_ACCNO_CHECK_TRY' EXPORTING i_bankn = alv_header-zbnkn IMPORTING e_xtech = l_xtech.
FI_VOID_REASON_CODE_GETDETAIL CALL FUNCTION 'FI_VOID_REASON_CODE_GETDETAIL' EXPORTING i_voidr = alv_header-voidr IMPORTING e_tvoid = l_tvoid_bf 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.
RFCHKI18 - documentation and ABAP source code RFCHKI17 - documentation and ABAP source code RFCHKI16 - documentation and ABAP source code RFCHKI15 - documentation and ABAP source code RFCHKI14M - documentation and ABAP source code RFCHKI10 - Check Management Include Module (Coding for Start of Selection)