SAP Reports / Programs

ISISCD_INSTALL_LIB SAP ABAP Report - INTERNAL: Form Class Library







ISISCD_INSTALL_LIB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter ISISCD_INSTALL_LIB into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ISISCD_INSTALL_LIB. "Basic submit
SUBMIT ISISCD_INSTALL_LIB AND RETURN. "Return to original report after report execution complete
SUBMIT ISISCD_INSTALL_LIB VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: INTERNAL: Form Class Library


INCLUDES used within this REPORT ISISCD_INSTALL_LIB

INCLUDE LFICA_MACROSDAT.
INCLUDE LFICA_MACROS001.
INCLUDE LFICA_MACROS002.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

VVRP_DWB_PARAM_GET CALL FUNCTION 'VVRP_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.

IMA_PARTNER_INSOBJECT_READ CALL FUNCTION 'IMA_PARTNER_INSOBJECT_READ' EXPORTING I_PARTNER = GLOBAL_BUT000-PARTNER I_INSOBJECT = GLOBAL_VTREF * I_COLL_BILL_GPART = * I_COLL_BILL_VKONT = * I_PARTNERACC = * I_ABWRE = * I_ABWRA = * I_BYPASS_BUFFER = 'X' IMPORTING E_DIMAIOBPAR = YT_CONTRACT * TABLES * T_DIMAIOBPAR = EXCEPTIONS NOT_FOUND = 1 INVALID_INPUT = 2 OTHERS = 3 .

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_SAMPLE_1321 call function 'FKK_SAMPLE_1321'.

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.

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.



Contribute (Add Comments)

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 ISISCD_INSTALL_LIB or its description.