IEEL16R3 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 IEEL16R3 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 Class Library
Text Symbol: 100 = Select meter reading results
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_MR_ORDER_PREPARE call function 'ISU_MR_ORDER_PREPARE' exporting x_ableinh = w_mr_unit x_adatsoll = w_adatsoll x_ablesgr = w_ablesgr x_f_ablesart = f_mrty x_actual = space importing obj = obj y_te422 = w_te422 exceptions input_error = 1 general_fault = 2 not_found = 3 others = 4.
ISU_DB_ENOTE_SELECT_RESOLVE call function 'ISU_DB_ENOTE_SELECT_RESOLVE' exporting x_objkey = f_objkey x_objtype = f_objtype x_formkey = c-formkey x_date = w_adatsoll x_conn_obj = x_conn_obj x_actual = space x_spras = sy-langu tables y_tab = t_note exceptions not_found = 1 system_error = 2 others = 3.
ISU_DB_ENOTE_SELECT_RESOLVE call function 'ISU_DB_ENOTE_SELECT_RESOLVE' exporting x_objkey = f_objkey x_objtype = f_objtype x_formkey = c-formkey x_date = w_adatsoll x_device = x_device x_actual = space x_spras = sy-langu tables y_tab = t_note exceptions not_found = 1 system_error = 2 others = 3.
ISU_DB_TE609T_SINGLE call function 'ISU_DB_TE609T_SINGLE' exporting x_spras = sy-langu x_ablesgr = w_ablesgr importing y_te609t = w_te609t exceptions not_found = 1 others = 2.
ISU_ADDRESS_PROVIDE call function 'ISU_ADDRESS_PROVIDE' exporting x_address_type = 'A' "=> only addresnumber x_addrnumber = x_conn_obj-addrnumber importing y_eadrdat = y_co_address exceptions not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 others = 6.
ISU_DB_EGPL_SINGLE call function 'ISU_DB_EGPL_SINGLE' exporting x_devloc = x_dev_loc-devloc x_spras = sy-langu x_actual = space importing y_egpl = w_egpl y_storttext = y_location_t-ktext exceptions not_found = 1 wrong_type = 2 others = 3.
ISU_STRUCTURE_READ call function 'ISU_STRUCTURE_READ' exporting x_is_complete = ' ' x_ab = w_adatsoll x_bis = w_adatsoll tables xt_path = ipath t_eger = ieger t_eanl = ieanl exceptions path_invalid = 1 date_invalid = 2 others = 3.
ISU_STRUCTURE_READ call function 'ISU_STRUCTURE_READ' exporting x_is_complete = ' ' x_ab = w_adatsoll x_bis = w_adatsoll tables xt_path = ipath t_eanl = ieanl t_evbs = ievbs exceptions path_invalid = 1 date_invalid = 2 others = 3.
ISU_STRUCTURE_READ call function 'ISU_STRUCTURE_READ' exporting x_is_complete = ' ' x_ab = w_adatsoll x_bis = w_adatsoll tables xt_path = ipath t_eger = ieger t_eanl = ieanl exceptions path_invalid = 1 date_invalid = 2 others = 3.
ISU_STRUCTURE_READ call function 'ISU_STRUCTURE_READ' exporting x_is_complete = ' ' x_ab = w_adatsoll x_bis = w_adatsoll tables xt_path = ipath t_eger = ieger t_eanl = ieanl exceptions path_invalid = 1 date_invalid = 2 others = 3.
ISU_DB_ENOTE_SELECT_RESOLVE call function 'ISU_DB_ENOTE_SELECT_RESOLVE' exporting x_objkey = f_objkey x_objtype = f_objtype x_formkey = c-formkey x_date = w_adatsoll x_install = w_eanl x_actual = space x_spras = sy-langu tables y_tab = t_note exceptions not_found = 1 system_error = 2 others = 3.
ISU_DB_EABL_SELECT_EQUNR_PRE call function 'ISU_DB_EABL_SELECT_EQUNR_PRE' exporting x_equnr = p_equnr x_adatsoll = p_adatsoll tables ty_eablg = l_eablg exceptions not_found = 1 system_error = 2 not_qualified = 3 invalid_interval = 4 others = 5.
ISU_SUBINSTALL_OF_SUBMETER call function 'ISU_SUBINSTALL_OF_SUBMETER' exporting x_equnr = p_equnr x_datum = p_adatsoll importing y_anlage = f_anlage exceptions not_found = 1 others = 2.
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting popup_title = l_title start_column = '20' start_row = '8' importing returncode = l_rc tables fields = lt_sval exceptions error_in_fields = 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.