ISISCD_DEPOSIT_CLOSE_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 ISISCD_DEPOSIT_CLOSE_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!
FKKCORR_DFKKCOH_GET_CORR call function 'FKKCORR_DFKKCOH_GET_CORR' exporting i_cokey = l_cokey importing e_dfkkcoh = gs_dfkkcoh tables * ET_DFKKCOD = et_dfkkcodclust = gt_dfkkcodclust exceptions not_found = 1 others = 2.
FKK_BUPA_READ_SINGLE call function 'FKK_BUPA_READ_SINGLE' exporting i_partner = x_depclose-gpart importing e_but000 = y_receiver exceptions partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 others = 4.
BUA_ADDRESS_GET call function 'BUA_ADDRESS_GET' exporting i_partner = x_depclose-gpart i_addrnumber = x_depclose-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 = x_depclose-agpart importing e_but000 = y_sender exceptions partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 others = 4.
BUA_ADDRESS_GET call function 'BUA_ADDRESS_GET' exporting i_partner = x_depclose-agpart i_addrnumber = x_depclose-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_BUPA_READ_SINGLE call function 'FKK_BUPA_READ_SINGLE' exporting i_partner = x_depclose-org_gpart importing e_but000 = y_partner exceptions partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 others = 4.
FKK_ACCOUNT_READ call function 'FKK_ACCOUNT_READ' exporting i_vkont = x_depclose-vkont importing e_fkkvk = y_account exceptions not_found = 1 foreign_lock = 2 others = 3.
FKK_ACCOUNT_READ call function 'FKK_ACCOUNT_READ' exporting i_vkont = x_depclose-vkont i_gpart = x_depclose-org_gpart importing e_fkkvkp = y_accountrel exceptions not_found = 1 foreign_lock = 2 others = 3.
IMA_INSOBJECT_READ call function 'IMA_INSOBJECT_READ' exporting i_insobject = x_depclose-vtref importing e_dimaiob = y_contract exceptions not_found = 1 others = 2.
IMA_PARTNER_INSOBJECT_READ call function 'IMA_PARTNER_INSOBJECT_READ' exporting i_partner = x_depclose-gpart i_insobject = x_depclose-vtref importing e_dimaiobpar = y_contractre 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 = y_oldit_euro.
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 = y_newit_euro.
FKK_SAMPLE_1321 call function 'FKK_SAMPLE_1321'.
VVOZINS_VVKKIHISTIOB_SEL_BYKEY call function 'VVOZINS_VVKKIHISTIOB_SEL_BYKEY' exporting i_gpart = x_depclose-gpart i_vtref = x_depclose-vtref tables t_vvkkihistiob = yt_inthist.
EWU_FICA_CONVERT_ANY_STRUCTURE call function 'EWU_FICA_CONVERT_ANY_STRUCTURE' exporting i_structure_name = 'FKKOP' changing c_data = y_ihist_euro.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISISCD_DEPOSIT_CLOSE_LIB - INTERNAL: Form Class Library ISISCD_DEPOSIT_CLOSE_LIB - INTERNAL: Form Class Library ISISCD_CORR_DUNNING_LIB - INTERNAL: Form Class Library ISISCD_CORR_DUNNING_LIB - INTERNAL: Form Class Library ISISCD_CONTRBALA_LIB - INTERNAL: Form Class Library ISISCD_CONTRBALA_LIB - INTERNAL: Form Class Library