FIBL_RPCODE_MAINTAINO01 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 FIBL_RPCODE_MAINTAINO01 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!
FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING I_BUKRS = fibl_rpcode-bukrs IMPORTING E_T001 = gs_T001 EXCEPTIONS OTHERS = 0.
FI_HOUSEBANK_READ CALL FUNCTION 'FI_HOUSEBANK_READ' EXPORTING IC_BUKRS = fibl_rpcode-bukrs IC_HBKID = fibl_rpcode-hbkid IMPORTING ES_T012 = gs_t012.
READ_BANK_ADDRESS CALL FUNCTION 'READ_BANK_ADDRESS' EXPORTING BANK_COUNTRY = gs_t012-banks BANK_NUMBER = gs_t012-bankl IMPORTING BNKA_WA = gs_bnka EXCEPTIONS others = 0.
FI_HOUSEBANK_ACCOUNT_READ CALL FUNCTION 'FI_HOUSEBANK_ACCOUNT_READ' EXPORTING IC_BUKRS = fibl_rpcode-bukrs IC_HBKID = fibl_rpcode-hbkid IC_HKTID = fibl_rpcode-hktid IC_SPRAS = SY-LANGU IMPORTING ES_T012K = gs_t012k ES_T012T = gs_t012t.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.