SAP Reports / Programs | Contract Accounts Receivable and Payable | SAP Utilities | Contract Accounts Receivable and Payable(IS-U-CA) SAP IS

IEKINTER SAP ABAP Report - INTERNAL: Form Class Library







IEKINTER 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 IEKINTER 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 IEKINTER. "Basic submit
SUBMIT IEKINTER AND RETURN. "Return to original report after report execution complete
SUBMIT IEKINTER 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 IEKINTER

INCLUDE EMSG.
INCLUDE IEFGMAC3.


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.

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_DOC_HEADER_SELECT_BY_OPBEL * CALL FUNCTION 'FKK_DOC_HEADER_SELECT_BY_OPBEL' * EXPORTING * I_OPBEL = OPBEL * IMPORTING * E_FKKKO = YT_INTER_DOC * EXCEPTIONS * OTHERS = 1.

FKK_LINE_ITEMS_SELECT_LOGICAL * CALL FUNCTION 'FKK_LINE_ITEMS_SELECT_LOGICAL' * EXPORTING * I_OPBEL = OPBEL * TABLES * PT_LOGFKKOP = T_INTER_ITEM.

ISU_DB_PARTNER_SINGLE * CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' * EXPORTING * x_partner = gpart * EXCEPTIONS * partner_not_found = 1 * internal_error = 2 * OTHERS = 3.

FKK_INTEREST_APPENDIX_READ * CALL FUNCTION 'FKK_INTEREST_APPENDIX_READ' * EXPORTING * I_OPBEL = OPBEL * TABLES * E_FKKIA = T_INTER_APP * EXCEPTIONS * APPENDIX_NOT_FOUND = 1 * OTHERS = 2.

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING x_partner = g_gpart_receiver IMPORTING y_but000 = yt_bus_part EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4.

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING x_partner = t_inter_item-gpart IMPORTING y_but000 = yt_bus_part EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4.

ISU_ADDRESS_PROVIDE * CALL FUNCTION 'ISU_ADDRESS_PROVIDE' * EXPORTING * x_address_type = 'A' * x_read_adrc_regio = 'X' * x_addrnumber = l_adrnr * x_persnumber = l_recipient * IMPORTING ** Y_ADDR_LINES = ** Y_LINE_COUNT = * y_eadrdat = y_bp_address ** Y_ADRC_REGIO = ** Y_ADDR_DATA = ** Y_CUST_REGIO = ** TABLES ** T_ISU_REGK = * EXCEPTIONS * not_found = 1 * parameter_error = 2 * object_not_given = 3 * address_inconsistency = 4 * installation_inconsistency = 5 * OTHERS = 6.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = 'B' x_read_adrc_regio = 'X' x_partner = wa_bus_part-partner IMPORTING y_eadrdat = y_bp_address y_adrc_regio = l_adrc_regio EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = 'A' x_read_adrc_regio = 'X' x_addrnumber = l_adrnr x_persnumber = l_recipient IMPORTING * Y_ADDR_LINES = * Y_LINE_COUNT = y_eadrdat = y_bp_address y_adrc_regio = l_adrc_regio * Y_ADDR_DATA = * Y_CUST_REGIO = * TABLES * T_ISU_REGK = EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.

ISU_MOVE_BUSPART_ADDRESS CALL FUNCTION 'ISU_MOVE_BUSPART_ADDRESS' EXPORTING x_buspart = wa_bus_part x_address = y_bp_address x_langu = c-langu IMPORTING y_address = y_bp_address EXCEPTIONS not_qualified = 1 OTHERS = 2.

ISU_ADDRESS_PROVIDE * CALL FUNCTION 'ISU_ADDRESS_PROVIDE' * EXPORTING * x_address_type = 'B' * x_read_adrc_regio = 'X' * x_partner = wa_bus_part-partner * IMPORTING * y_eadrdat = y_bp_address * y_adrc_regio = l_adrc_regio * EXCEPTIONS * not_found = 1 * parameter_error = 2 * object_not_given = 3 * address_inconsistency = 4 * installation_inconsistency = 5 * OTHERS = 6.

ISU_MOVE_BUSPART_ADDRESS * CALL FUNCTION 'ISU_MOVE_BUSPART_ADDRESS' * EXPORTING * x_buspart = wa_bus_part * x_address = y_bp_address * x_langu = c-langu * IMPORTING * y_address = y_bp_address * EXCEPTIONS * not_qualified = 1 * OTHERS = 2.

ISU_ACTORS_SET_CONTAINER CALL FUNCTION 'ISU_ACTORS_SET_CONTAINER' EXPORTING x_partner = wa_bus_part-partner * X_REGIOGROUP = L_ADRC_REGIO-REGIOGROUP x_regiogroup = wa_bp_address-regiogroup x_bukrs = space TABLES yt_cont = t_cont.

ISU_ACTORS_PRINT_PROVIDE





CALL FUNCTION 'ISU_ACTORS_PRINT_PROVIDE' EXPORTING x_task = 'TS20500109' x_number = 1 x_langu = c-langu IMPORTING y_actor = y_clerk1 TABLES xt_cont = t_cont EXCEPTIONS no_actor_found = 1 internal_error = 2 OTHERS = 3.

ISU_ACTORS_PRINT_PROVIDE CALL FUNCTION 'ISU_ACTORS_PRINT_PROVIDE' EXPORTING x_task = 'TS20500109' x_number = 2 x_langu = c-langu IMPORTING y_actor = y_clerk2 TABLES xt_cont = t_cont EXCEPTIONS no_actor_found = 1 internal_error = 2 OTHERS = 3.

ISU_FILL_PAYMO_FOR_CA_FORM CALL FUNCTION 'ISU_FILL_PAYMO_FOR_CA_FORM' EXPORTING x_eadrdat = wa_bp_address x_bukrs = h_paymi-bukrs x_spras = sy-langu x_waers = h_paymi-waers x_rbbtr = h_paymi-rbbtr x_rwbbt = h_paymi-rwbbt x_avsid = h_paymi-avsid x_formkey = c-formkey x_applk = x_inter_doc-applk IMPORTING y_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.



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