SAP Reports / Programs

ISM_CA_FORMCLASS_INSTPLAN SAP ABAP Report - Form Class Library







ISM_CA_FORMCLASS_INSTPLAN 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_INSTPLAN 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 ISM_CA_FORMCLASS_INSTPLAN. "Basic submit
SUBMIT ISM_CA_FORMCLASS_INSTPLAN AND RETURN. "Return to original report after report execution complete
SUBMIT ISM_CA_FORMCLASS_INSTPLAN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form Class Library


INCLUDES used within this REPORT ISM_CA_FORMCLASS_INSTPLAN

No INCLUDES are used within this REPORT code!


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:

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.

PAYMENT_MEDIUM_PRINT * CALL FUNCTION 'PAYMENT_MEDIUM_PRINT' * EXPORTING * i_paymo = t_paymo_sgl * 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.

PAYMENT_MEDIUM_PRINT CALL FUNCTION 'PAYMENT_MEDIUM_PRINT' EXPORTING i_paymo = t_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.

PAYMENT_MEDIUM_PRINT * CALL FUNCTION 'PAYMENT_MEDIUM_PRINT' * EXPORTING * i_paymo = wa_paymo * i_itcpo = c-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.

PAYMENT_MEDIUM_PRINT CALL FUNCTION 'PAYMENT_MEDIUM_PRINT' EXPORTING i_paymo = t_paymo_sgl i_itcpo = c-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.

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_DOC_HEADER_SELECT_BY_OPBEL CALL FUNCTION 'FKK_DOC_HEADER_SELECT_BY_OPBEL' EXPORTING i_opbel = opbel IMPORTING e_fkkko = yt_inst_doc EXCEPTIONS OTHERS = 1.

FKK_LINE_ITEMS_SELECT_LOGICAL CALL FUNCTION 'FKK_LINE_ITEMS_SELECT_LOGICAL' EXPORTING i_opbel = opbel TABLES pt_logfkkop = t_inst_item.

ISM_DWB_EKKO_PARAMETER_GET CALL FUNCTION 'ISM_DWB_EKKO_PARAMETER_GET' IMPORTING y_nrzas = glob_nrzas TABLES yt_fkkop = glob_fkkop.

FKK_DB_INSTPLAN_ORIG_SELECT CALL FUNCTION 'FKK_DB_INSTPLAN_ORIG_SELECT' EXPORTING i_opbel = xt_inst_doc-opbel * I_SELECT_HEAD = 'X' i_history_select = 'X' TABLES t_fkkop = t_fkkop t_fkkopw = t_fkkopw * T_FKKKO = EXCEPTIONS OTHERS = 1.

FKK_DB_SAMPLES_SELECT CALL FUNCTION 'FKK_DB_SAMPLES_SELECT' EXPORTING i_opbel = t_sample-opbel * IX_SAMPLE_FLAG = i_clear_table = space TABLES t_fkkop = t_fkkop .

FKK_TRANSFER_DOC_TO_LOGICAL CALL FUNCTION 'FKK_TRANSFER_DOC_TO_LOGICAL' EXPORTING accumulate = space TABLES ifkkop = t_fkkop ifkkopw = t_fkkopw logfkkop = t_sfkkop.

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 = x_inst_item-bukrs i_spras = c-langu i_waers = x_inst_item-waers i_rbbtr = paymi-rbbtr i_rwbbt = paymi-rwbbt i_formkey = c-formkey i_gpart = x_inst_item-gpart i_vkont = x_inst_item-vkont i_nrzas = wa_pay_no-nrzas IMPORTING e_paymo = y_paymo EXCEPTIONS no_print = 1 no_applikation = 2 no_posting_area_x100 = 3 OTHERS = 4.

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.

FKK_PYFORM_INSERT * CALL FUNCTION 'FKK_PYFORM_INSERT' * EXPORTING * i_applk = x_inst_item-applk * I_RFZAS = ' ' * i_loedt = i_loedt * IMPORTING * e_nrzas = y_pay_no-nrzas * TABLES * t_fkkzr_item = t_fkkzr_item * EXCEPTIONS * error_message = 1 * OTHERS = 2.

FKK_PYFORM_GET_ITEMS CALL FUNCTION 'FKK_PYFORM_GET_ITEMS' EXPORTING i_nrzas = wa_pay_no_sgl-nrzas TABLES t_fkkzr = t_fkkzr.

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 = wa_inst_item-bukrs i_spras = c-langu i_waers = wa_inst_item-waers i_rbbtr = y_paymo_sgl-rbbtr i_rwbbt = y_paymo_sgl-rwbbt i_formkey = c-formkey i_gpart = wa_inst_item-gpart i_vkont = wa_inst_item-vkont i_nrzas = glob_nrzas IMPORTING e_paymo = y_paymo_sgl EXCEPTIONS no_print = 1 no_applikation = 2 no_posting_area_x100 = 3 OTHERS = 4.

FKK_DB_INSTPLN_HIST_SELECT CALL FUNCTION 'FKK_DB_INSTPLN_HIST_SELECT' EXPORTING i_rpnum = x_inst_doc-opbel "inst.plndocnumber

FKK_ACCOUNT_READ





CALL FUNCTION 'FKK_ACCOUNT_READ' EXPORTING i_vkont = wa_inst_item-vkont i_gpart = wa_inst_item-gpart i_applk = wa_inst_item-applk IMPORTING e_fkkvkp = y_cont_acct EXCEPTIONS OTHERS = 3.

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = g_gpart_receiver IMPORTING e_but000 = y_bus_part EXCEPTIONS OTHERS = 1.

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = l_gpart_receiver IMPORTING e_but000 = y_bus_part EXCEPTIONS OTHERS = 1.

BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = l_recipient 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_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_inst_item-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_inst_item-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 ISM_CA_FORMCLASS_INSTPLAN or its description.