IE21ENF01 is a standard ABAP INCLUDE 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 IE21ENF01 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: Form Routines F01 / FunctMod. U01: ISU_INSTALLMENTS_LPC_CALC_NEW
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_INTERNAL_VTREF_TO_VERTRAG CALL FUNCTION 'ISU_INTERNAL_VTREF_TO_VERTRAG' EXPORTING i_vtref = i_orgop-vtref IMPORTING e_vertrag = l_vertrag.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_applk = co_applk_isu i_fbeve = 'R970' TABLES t_fbstab = lt_fbstab EXCEPTIONS error_message = 1.
ISU_SAMPLE_R970 IF 1 = 2. CALL FUNCTION 'ISU_SAMPLE_R970'. ENDIF.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_applk = co_applk_isu i_fbeve = 'R971' TABLES t_fbstab = lt_fbstab EXCEPTIONS error_message = 1.
ISU_SAMPLE_R971 IF 1 = 2. CALL FUNCTION 'ISU_SAMPLE_R971'. ENDIF.
ISU_DB_TE014_T_SINGLE CALL FUNCTION 'ISU_DB_TE014_T_SINGLE' EXPORTING x_chkey = i_chkey IMPORTING y_te014 = x_te014 EXCEPTIONS not_found = 1 OTHERS = 2.
FKK_ACCOUNT_DETERMINE CALL FUNCTION 'FKK_ACCOUNT_DETERMINE' EXPORTING i_tfk033d = i_tfk033d IMPORTING e_tfk033d = e_tfk033d EXCEPTIONS error_in_input_data = 1 nothing_found = 0 OTHERS = 3.
ISU_DB_TEIVV_SELECT CALL FUNCTION 'ISU_DB_TEIVV_SELECT' EXPORTING i_ihvor = ihvorg i_itvor = itvorg i_applk = co_applk_isu IMPORTING e_hvorg = x_lpc_hvorg e_tvorg = x_lpc_tvorg EXCEPTIONS not_found = 1 int_trans_not_valid = 2 trans_not_valid = 3 OTHERS = 4.
FKK_DB_INSTPLAN_ORIG_SELECT CALL FUNCTION 'FKK_DB_INSTPLAN_ORIG_SELECT' EXPORTING i_opbel = i_opbel TABLES t_fkkop = xt_next_orgop EXCEPTIONS OTHERS = 1.
ISU_DB_EKLPCINV_BUPA_ACC CALL FUNCTION 'ISU_DB_EKLPCINV_BUPA_ACC' EXPORTING x_gpart = i_iiu-bupa-partner x_vkont = i_iiu-acc-fkkvkp-vkont x_from = x_from x_to = x_to TABLES t_eklpcinv = xt_old_eklpcinv EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
FKK_COMPLETE_CHARGE_DOCUMENT CALL FUNCTION 'FKK_COMPLETE_CHARGE_DOCUMENT' EXPORTING i_fkkvkp = i_fkkvkp i_xnett = 'X' i_fkkko = i_fkkko i_no_lock_check = cl_isu_in_tools=>no_lock_check TABLES t_fkkop = xt_lpc_fkkop t_fkkopk = xt_lpc_fkkopk EXCEPTIONS iu_error = 1 OTHERS = 2.
ISU_INV_CREATE_ITEM_FROM_FKKOP CALL FUNCTION 'ISU_INV_CREATE_ITEM_FROM_FKKOP' EXPORTING x_buchrel = l_buchrel x_total_amnt = co_true x_belzart = co_belzart_lpc TABLES xt_fkkop = it_lpc_fkkop CHANGING xy_print_doc = x_print_doc EXCEPTIONS iu_error = 1 system_error = 2 not_qualified = 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.
IE21ENF01 - Form Routines F01 / FunctMod. U01: ISU_INSTALLMENTS_LPC_CALC_NEW IE00FLAG - Standard Include for Indicators and (one-figure) Constants IE00DEVCHECK_TYPES - IE00DEVCHECKTYPES IE00DEVCHECK_MACROS - IE00DEVCHECKMACROS IE00DEVCHECK_CONST - IE00DEVCHECKCONST IE00DATE - Standard Include for Constant Data for Dates