IE21ENF03 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 IE21ENF03 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 F03 / Func.Module U07: ISU_INV_LPC_CALC_NEW
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 = co_ihv_charges i_itvor = co_itv_chargeivpc_credit i_applk = co_applk_isu IMPORTING e_hvorg = creditmain e_tvorg = creditsub EXCEPTIONS not_found = 1 int_trans_not_valid = 2 trans_not_valid = 3 OTHERS = 4.
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.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_applk = co_applk_isu i_fbeve = 'R979' TABLES t_fbstab = lt_fbstab EXCEPTIONS error_message = 1.
ISU_SAMPLE_R979 IF 1 = 2. CALL FUNCTION 'ISU_SAMPLE_R979'. ENDIF.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IE21ENF03 - Form Routines F03 / Func.Module U07: ISU_INV_LPC_CALC_NEW IE21ENF02 - Form Routine F02 / Funct.Mod. U04: ISU_DB_EKLPCINV_BUPA_ACC 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