FI_CAX_SECURITY_DEPOSIT_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 FI_CAX_SECURITY_DEPOSIT_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
Text Symbol: 001 = Security Deposit
INCLUDE EMSG.
INCLUDE IEFGMAC3.
No SAP DATABASE tables are accessed within this REPORT code!
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_DB_FKKVKP1_FORALL CALL FUNCTION 'FKK_DB_FKKVKP1_FORALL' TABLES t_fkkvkp1 = yt_cont_acct EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 4.
FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = g_gpart_receiver * I_XBANK = * I_XCCARD = * I_XADDR_MULT = * I_XTELN_MULT = * I_XFAXN_MULT = * I_XEMAIL_MULT = * I_XR3MAIL_MULT = * I_XURI_MULT = * I_XCOMM_FRTH = * I_XTAXNO = * I_XADDVER = IMPORTING e_but000 = y_bus_part * TABLES * T_BANK = * T_CCARD = * T_ADDRESS = * T_TELNO = * T_FAXNO = * T_TTXNO = * T_TLXNO = * T_EMAIL = * T_RML = * T_URI = * T_TAX = * T_ADDVER = EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4.
FSC_FILL_PAYMO_FOR_CA_FORM CALL FUNCTION 'FSC_FILL_PAYMO_FOR_CA_FORM' EXPORTING x_bus000_ext = wa_bus_part x_bukrs = wa_cont_acct-opbuk 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 * X_GPART = * X_VKONT = * X_NRZAS = IMPORTING y_paymo = y_paymo EXCEPTIONS no_print = 1 no_applikation = 2 no_posting_area_S100 = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FI_CAX_SECURITY_DEPOSIT_LIB - INTERNAL: Form Class Library FI_CAX_SECURITY_DEPOSIT_LIB - INTERNAL: Form Class Library FI_CAX_INTEREST_TOP - Top Include for Application Form FI_CAX_INTEREST_SAMPLE FI_CAX_INTEREST_LIB - FICAXINTERESTLIB FI_CAX_INTEREST_LIB - FICAXINTERESTLIB FI_CAX_INTEREST_EXIT - User Exit for Application Form FI_CAX_INTEREST_SAMPLE