FI_CA_INSTALL_CHG_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_CHG_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!
EWU_FICA_CONVERT_ANY_STRUCTURE CALL FUNCTION 'EWU_FICA_CONVERT_ANY_STRUCTURE' EXPORTING i_structure_name = 'FKKOP' CHANGING c_data = x_instalitem.
FKK_SAMPLE_1321 CALL FUNCTION 'FKK_SAMPLE_1321'.
EWU_FICA_CONVERT_ANY_STRUCTURE CALL FUNCTION 'EWU_FICA_CONVERT_ANY_STRUCTURE' EXPORTING i_structure_name = 'FKKOP' CHANGING c_data = x_instal_old.
EWU_FICA_CONVERT_ANY_STRUCTURE CALL FUNCTION 'EWU_FICA_CONVERT_ANY_STRUCTURE' EXPORTING i_structure_name = 'FKKOP' CHANGING c_data = x_originitem.
FKK_SAMPLE_1321 CALL FUNCTION 'FKK_SAMPLE_1321'.
FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = global_dfkkcoh-gpart IMPORTING e_but000 = y_receiver EXCEPTIONS OTHERS = 1.
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_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.
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 rt_fkkop_old = global_rt_fkkop_old "01.2006_5
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.
FKK_SEPA_TRANSFORM_TO_LONGID CALL FUNCTION 'FKK_SEPA_TRANSFORM_TO_LONGID' EXPORTING I_GPART = y_ii_mnd_old-gpart I_EMMND = y_ii_mnd_old-emmnd IMPORTING E_MNDID = y_ii_mnd_old-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.
BUP_BANK_GET CALL FUNCTION 'BUP_BANK_GET' EXPORTING i_partner = lv_partner i_bkvid = x_instal_old-embvt IMPORTING e_but0bk = y_i_bank_old EXCEPTIONS error_message = 4.
CALL FUNCTION 'READ_IBAN_EXT' EXPORTING i_banks = y_i_bank_old-banks i_bankl = y_i_bank_old-bankl i_bankn = y_i_bank_old-bankn i_bkont = y_i_bank_old-bkont i_bkref = y_i_bank_old-bkref IMPORTING e_iban = y_i_bank_old-iban.
FKK_SEPA_TRANSFORM_TO_LONGID CALL FUNCTION 'FKK_SEPA_TRANSFORM_TO_LONGID' EXPORTING i_gpart = lv_gpart i_emmnd = x_instal_old-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_imdata_old 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.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name FI_CA_INSTALL_CHG_LIB or its description.
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 FI_CA_GB_DDA_LIB - INTERNAL: Form Class Library FI_CA_GB_DDA_LIB - INTERNAL: Form Class Library