FI_CA_INSTALL_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_INSTALL_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 LFICA_MACROSDAT.
INCLUDE LFICA_MACROS001.
INCLUDE LFICA_MACROS002.
No SAP DATABASE tables are accessed within this REPORT code!
FKK6_DWB_PARAM_GET CALL FUNCTION 'FKK6_DWB_PARAM_GET' IMPORTING e_vtref = global_vtref e_but000 = global_but000 e_dfkkcoh = global_dfkkcoh TABLES ut_fkkop = global_ut_fkkop rt_fkkop = global_rt_fkkop EXCEPTIONS OTHERS = 1.
EWU_FICA_CONVERT_ANY_STRUCTURE call function 'EWU_FICA_CONVERT_ANY_STRUCTURE' exporting i_structure_name = 'FKKOP' changing c_data = x_instalitem.
EWU_FICA_CONVERT_ANY_STRUCTURE call function 'EWU_FICA_CONVERT_ANY_STRUCTURE' exporting i_structure_name = 'FKKOP' changing c_data = x_originitem.
FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = global_dfkkcoh-gpart IMPORTING e_but000 = y_receiver exceptions others = 1.
FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = global_dfkkcoh-agpart IMPORTING e_but000 = y_sender exceptions others = 1.
BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = global_dfkkcoh-agpart i_addrnumber = global_dfkkcoh-aadrnr i_xmemory = 'X' i_xwa = ' ' 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.
BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = global_dfkkcoh-gpart i_addrnumber = global_dfkkcoh-adrnr i_xmemory = 'X' IMPORTING e_address = y_rec_adress EXCEPTIONS no_address_found = 1 internal_error = 2 wrong_parameters = 3 OTHERS = 4.
FKK_SAMPLE_1321 call function 'FKK_SAMPLE_1321'.
FKK_SAMPLE_1321 call function 'FKK_SAMPLE_1321'.
FKK_SEPA_TRANSFORM_TO_LONGID CALL FUNCTION 'FKK_SEPA_TRANSFORM_TO_LONGID' EXPORTING I_GPART = y_ii_mandate-gpart I_EMMND = y_ii_mandate-emmnd IMPORTING E_MNDID = y_ii_mandate-mndid.
BUP_BANK_GET CALL FUNCTION 'BUP_BANK_GET' EXPORTING i_partner = lv_partner i_bkvid = x_instalitem-embvt IMPORTING e_but0bk = y_i_bankdata EXCEPTIONS error_message = 4.
READ_IBAN_EXT CALL FUNCTION 'READ_IBAN_EXT' EXPORTING i_banks = y_i_bankdata-banks i_bankl = y_i_bankdata-bankl i_bankn = y_i_bankdata-bankn i_bkont = y_i_bankdata-bkont i_bkref = y_i_bankdata-bkref IMPORTING e_iban = y_i_bankdata-iban.
FKK_SEPA_TRANSFORM_TO_LONGID CALL FUNCTION 'FKK_SEPA_TRANSFORM_TO_LONGID' EXPORTING i_gpart = lv_gpart i_emmnd = x_instalitem-emmnd IMPORTING e_mndid = ls_intkey-mndid.
FKK_SEPA_MANDATE_READ CALL FUNCTION 'FKK_SEPA_MANDATE_READ' EXPORTING i_intkey = ls_intkey IMPORTING e_mandate = y_imand_data EXCEPTIONS does_not_exist = 1 cc_not_existing = 2 cc_not_determinable = 3 OTHERS = 4.
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_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 FI_CA_GPARTBALA_LIB - INTERNAL: Form Class Library FI_CA_GPARTBALA_LIB - INTERNAL: Form Class Library