ISM_CA_FORMCLASS_INTEREST 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 ISM_CA_FORMCLASS_INTEREST 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.
No SAP DATABASE tables are accessed within this REPORT code!
PAYMENT_MEDIUM_PRINT * CALL FUNCTION 'PAYMENT_MEDIUM_PRINT' * EXPORTING * i_paymo = wa_paymo * i_itcpo = h_itcpo * i_device = c-device ** I_DIALOG = ' ' * i_language = c-langu * i_xopen = 'X' * i_xnapm = h_xnapm * i_raw_data = c-rdi ** IMPORTING ** E_LANGUAGE = * EXCEPTIONS * OTHERS = 1.
FKK_PAYMENT_MEDIA_PRINT CALL FUNCTION 'FKK_PAYMENT_MEDIA_PRINT' EXPORTING x_itcpo = h_itcpo x_xnapm = h_xnapm x_c = c_core TABLES t_paymo = t_paymo t_gendata = y_tab_gendata t_sel_per_fclass = y_tabn_sel_per_fclass EXCEPTIONS failed = 1 others = 2.
PAYMENT_MEDIUM_PRINT * CALL FUNCTION 'PAYMENT_MEDIUM_PRINT' * EXPORTING * i_paymo = t_paymo * i_itcpo = c-itcpo * i_device = c-device ** I_DIALOG = ' ' * i_language = c-langu ** I_XOPEN = ' ' * i_xnapm = h_xnapm * i_raw_data = c-rdi ** IMPORTING ** E_LANGUAGE = * EXCEPTIONS * OTHERS = 1.
FKK_INTEREST_DOC_PROVIDE CALL FUNCTION 'FKK_INTEREST_DOC_PROVIDE' EXPORTING i_opbel = opbel IMPORTING e_fkkko = yt_inter_doc e_gpart = gpart * E_VKONT = TABLES e_fkkop = t_inter_item e_fkkia = t_inter_app EXCEPTIONS error_message = 1 OTHERS = 2.
FKK_LINE_ITEMS_SELECT_LOGICAL CALL FUNCTION 'FKK_LINE_ITEMS_SELECT_LOGICAL' EXPORTING i_opbel = t_inter_app-opbel TABLES pt_logfkkop = et_sfkkop.
FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = g_gpart_receiver IMPORTING e_but000 = yt_bus_part EXCEPTIONS OTHERS = 1.
FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = t_inter_item-gpart IMPORTING e_but000 = yt_bus_part EXCEPTIONS OTHERS = 1.
BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = wa_bus_part-partner i_addrnumber = l_adrnr i_xmemory = 'X' IMPORTING e_address = y_bp_address EXCEPTIONS no_address_found = 1 internal_error = 2 wrong_parameters = 3 OTHERS = 4.
FKK_FILL_PAYMO CALL FUNCTION 'FKK_FILL_PAYMO' EXPORTING i_pname1 = l_name1 i_pname2 = l_name2 i_pname3 = l_name3 i_pname4 = l_name4 i_bus020_ext = wa_bp_address i_bukrs = h_paymi-bukrs i_spras = sy-langu i_waers = h_paymi-waers i_rbbtr = h_paymi-rbbtr i_rwbbt = h_paymi-rwbbt i_formkey = c-formkey i_applk = x_inter_doc-applk IMPORTING e_paymo = y_paymo EXCEPTIONS no_print = 1 no_applikation = 2 no_posting_area_x100 = 3 OTHERS = 4.
FKK_PYFORM_INSERT CALL FUNCTION 'FKK_PYFORM_INSERT' EXPORTING i_applk = x_inter_doc-applk * I_RFZAS = ' ' * I_LOEDT = IMPORTING e_nrzas = y_pay_no-nrzas TABLES t_fkkzr_item = t_fkkzr_item EXCEPTIONS error_message = 1 OTHERS = 2.
ISU_DB_TE305T_SINGLE CALL FUNCTION 'ISU_DB_TE305T_SINGLE' EXPORTING x_applk = x_orig_item-applk x_spras = c-langu x_bukrs = x_orig_item-bukrs x_sparte = x_orig_item-spart x_hvorg = x_orig_item-hvorg x_tvorg = x_orig_item-tvorg * X_ACTUAL = IMPORTING y_te305t = y_transact_t EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISM_CA_FORMCLASS_INTEREST - INTERNAL: Form Class Library ISM_CA_FORMCLASS_INTEREST - INTERNAL: Form Class Library ISM_CA_FORMCLASS_INSTPLAN - Form Class Library ISM_CA_FORMCLASS_INSTPLAN - Form Class Library ISM_CA_FORMCLASS_DOC - INTERNAL: Form Class Library ISM_CA_FORMCLASS_DOC - INTERNAL: Form Class Library