SAP Reports / Programs

IEKSECURITY SAP ABAP Report - Form Class Library







IEKSECURITY 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 IEKSECURITY 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 IEKSECURITY. "Basic submit
SUBMIT IEKSECURITY AND RETURN. "Return to original report after report execution complete
SUBMIT IEKSECURITY 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
Text Symbol: CON = Contract
Text Symbol: SEC = Security deposit


INCLUDES used within this REPORT IEKSECURITY

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.

PAYMENT_MEDIUM_PRINT CALL FUNCTION 'PAYMENT_MEDIUM_PRINT' EXPORTING i_paymo = wa_paymo i_itcpo = h_itcpo i_device = c-device i_language = c-langu i_xnapm = h_xnapm i_raw_data = c-rdi EXCEPTIONS OTHERS = 1.

FKK_DB_FKKVKP1_FORALL CALL FUNCTION 'FKK_DB_FKKVKP1_FORALL' TABLES t_fkkvkp1 = yt_cont_acct EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

FKK_DB_SECURITY_SINGLE CALL FUNCTION 'FKK_DB_SECURITY_SINGLE' EXPORTING x_security = yt_security-security * X_ACTUAL = IMPORTING y_sec = w_sec EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_DB_SECURITY_SELECT CALL FUNCTION 'FKK_DB_SECURITY_SELECT' EXPORTING x_security = yt_security-security TABLES y_fkk_sec_req = t_sec_req EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_BP_LINE_ITEMS_SEL_BY_OPBEL CALL FUNCTION 'FKK_BP_LINE_ITEMS_SEL_BY_OPBEL' EXPORTING i_opbel = t_sec_req-opbel TABLES pt_fkkop = t_fkkop EXCEPTIONS OTHERS = 1.

FKK_PYFORM_INSERT CALL FUNCTION 'FKK_PYFORM_INSERT' EXPORTING i_applk = w_sec-g-applk IMPORTING e_nrzas = w_sec-g-nrzas TABLES t_fkkzr_item = t_fkkzr_item EXCEPTIONS OTHERS = 1.

FKK_DB_SECURITY_UPDATE CALL FUNCTION 'FKK_DB_SECURITY_UPDATE' EXPORTING x_upd_mode = 'U' x_sec = w_sec x_old_sec = w_old_sec EXCEPTIONS invalid_update_mode = 1 system_error = 2 OTHERS = 3.

FKK_PYFORM_INSERT CALL FUNCTION 'FKK_PYFORM_INSERT' EXPORTING i_applk = w_sec-g-applk IMPORTING e_nrzas = w_sec-g-nrzas TABLES t_fkkzr_item = t_fkkzr_item EXCEPTIONS OTHERS = 1.

ISU_DB_EKUN_FORALL CALL FUNCTION 'ISU_DB_EKUN_FORALL' TABLES t_ekun = yt_bus_part EXCEPTIONS not_found = 1 system_error = 2 invalid_interval = 3 OTHERS = 4.

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING x_partner = g_gpart_receiver * X_RLTYP = CO_CONTRACT_PARTNER * X_XBANK = * X_XADDR_MULT = * X_ADDRNUMBER = * X_VALDT = SY-DATUM IMPORTING y_but000 = y_bus_part * Y_RLTYPES = * TABLES * TY_BANK = * TY_ADDRESS = * TY_RLTYPES = 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 *>--------------------------N354810D01100ES----------------------------- * x_address_type = 'A' "del x_address_type = 'B' "ins *<--------------------------N354810D01100ES----------------------------- x_read_adrc_regio = 'X' *>--------------------------N354810D01100ES----------------------------- * x_addrnumber = l_adrnr "del x_partner = wa_bus_part-partner "ins *<--------------------------N354810D01100ES----------------------------- 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_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_INTERNAL_VTREF_TO_VERTRAG CALL FUNCTION 'ISU_INTERNAL_VTREF_TO_VERTRAG' EXPORTING i_vtref = x_cont_data-vtref IMPORTING e_vertrag = t_contract-vertrag.

ISU_INTERNAL_VTREF_TO_VERTRAG CALL FUNCTION 'ISU_INTERNAL_VTREF_TO_VERTRAG' EXPORTING i_vtref = xt_cont_data-vtref IMPORTING e_vertrag = yt_contract-vertrag.

ISU_DB_EVER_SELECT CALL FUNCTION 'ISU_DB_EVER_SELECT' TABLES txy_ever = yt_contract EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_ACTORS_SET_CONTAINER CALL FUNCTION 'ISU_ACTORS_SET_CONTAINER' EXPORTING x_partner = t_cont_acct-gpart x_regiogroup = wa_bp_address-regiogroup x_bukrs = t_cont_acct-opbuk TABLES yt_cont = t_cont.

ISU_ACTORS_PRINT_PROVIDE CALL FUNCTION 'ISU_ACTORS_PRINT_PROVIDE' EXPORTING x_task = 'TS20500117' 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 = 'TS20500104' 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 = t_cont_acct-opbuk x_bukrs = t_cont_acct-stdbk x_spras = c-langu x_waers = x_security-waers x_rbbtr = y_paymo-rbbtr x_rwbbt = y_paymo-rwbbt x_avsid = w_avsid x_formkey = c-formkey x_applk = x_security-applk IMPORTING y_paymo = y_paymo EXCEPTIONS no_print = 1 no_applikation = 2 no_posting_area_x100 = 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 IEKSECURITY or its description.