FI_CA_INTEREST_LIB is a standard Executable ABAP Report 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 FI_CA_INTEREST_LIB 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: INTERNAL: Form Class Library
INCLUDE EMSG.
INCLUDE IEFGMAC3.
INCLUDE LFICA_MACROSDAT.
INCLUDE LFICA_MACROS001.
INCLUDE LFICA_MACROS002.
No SAP DATABASE tables are accessed within this REPORT code!
FKI6_DWB_PARAM_GET call function 'FKI6_DWB_PARAM_GET' importing e_fkkko = global_fkkko e_fkkvk = global_fkkvk e_fkkvkp = global_fkkvkp e_but000 = global_but000 e_container = global_container tables t_sfkkop = global_t_sfkkop t_fkkia = global_t_fkkia exceptions others = 1.
FKK_BUPA_READ_SINGLE call function 'FKK_BUPA_READ_SINGLE' exporting i_partner = global_container-gpart importing e_but000 = y_receiver.
BUA_ADDRESS_GET call function 'BUA_ADDRESS_GET' exporting i_partner = global_container-gpart i_addrnumber = global_container-adrnr i_xmemory = 'X' importing e_address = y_rec_adress exceptions no_address_found = 1 internal_error = 2 wrong_parameters = 3 others = 4.
FKK_BUPA_READ_SINGLE call function 'FKK_BUPA_READ_SINGLE' exporting i_partner = global_container-agpart importing e_but000 = y_sender.
BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING I_PARTNER = global_container-AGPART I_ADDRNUMBER = global_container-AADRNR I_XMEMORY = 'X' IMPORTING E_ADDRESS = Y_SEN_ADRESS EXCEPTIONS NO_ADDRESS_FOUND = 1 INTERNAL_ERROR = 2 WRONG_PARAMETERS = 3 OTHERS = 4.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = H_ADDR_SEL IMPORTING ADDRESS_VALUE = H_ADDR1_VAL EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.
FKK_SAMPLE_1321 call function 'FKK_SAMPLE_1321'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FI_CA_INTEREST_LIB - INTERNAL: Form Class Library FI_CA_INTEREST_LIB - INTERNAL: Form Class Library FI_CA_INSTALL_LIB - INTERNAL: Form Class Library FI_CA_INSTALL_LIB - INTERNAL: Form Class Library FI_CA_INSTALL_CHG_LIB - Internal: Form Class Library FI_CA_INSTALL_CHG_LIB - Internal: Form Class Library