IEKCASH0 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 IEKCASH0 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!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = l_ranges-low IMPORTING output = opbel EXCEPTIONS OTHERS = 1.
ISU_DB_FKKKO_SINGLE CALL FUNCTION 'ISU_DB_FKKKO_SINGLE' EXPORTING x_opbel = opbel * X_ACTUAL = IMPORTING y_fkkko = yt_paym_doc EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
ISU_DB_FKKOP_SELECT CALL FUNCTION 'ISU_DB_FKKOP_SELECT' EXPORTING x_opbel = opbel TABLES t_fkkop = yt_items EXCEPTIONS not_found = 1 OTHERS = 2.
ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING x_partner = gpart * X_RLTYP = CO_CONTRACT_PARTNER * X_XBANK = * X_XADDR_MULT = IMPORTING y_but000 = bus000_e * TABLES * TY_BANK = * TY_ADDRESS = EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4.
ISU_DB_TE305T_SINGLE CALL FUNCTION 'ISU_DB_TE305T_SINGLE' EXPORTING x_applk = x_items-applk x_spras = c-langu x_bukrs = x_items-bukrs x_sparte = x_items-spart x_hvorg = x_items-hvorg x_tvorg = x_items-tvorg * X_ACTUAL = IMPORTING y_te305t = y_transact_t EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
FKK_GET_RFKH0 CALL FUNCTION 'FKK_GET_RFKH0' IMPORTING y_rfkh0 = i_rfkh0.
FKK_DB_FKKVKP1_FORALL CALL FUNCTION 'FKK_DB_FKKVKP1_FORALL' * IMPORTING * Y_COUNT = TABLES t_fkkvkp1 = accounts EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = rcomp IMPORTING output = rcomp EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = h_rcomp IMPORTING output = h_rcomp EXCEPTIONS OTHERS = 1.
FKK_GL_LINE_ITEMS_SEL_BY_OPBEL CALL FUNCTION 'FKK_GL_LINE_ITEMS_SEL_BY_OPBEL' EXPORTING i_opbel = opbel * IX_SAMPLE_FLAG = ' ' * IMPORTING * E_COUNT = TABLES tp_fkkopk = yt_glitems * TP_SELECTTAB = .
FKK_PAYMENT_BATCH_FIND_PAYMENT CALL FUNCTION 'FKK_PAYMENT_BATCH_FIND_PAYMENT' EXPORTING i_opbel = x_paym_doc-opbel i_first_doc_only = 'X' IMPORTING e_dfkkzp = y_lotinfo EXCEPTIONS not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.