SAP Reports / Programs | Meter Reading | SAP Utilities | Meter Reading(IS-U-DM-MR) SAP IS

IEEL16R3 SAP ABAP Report - Form Class Library







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT IEEL16R3. "Basic submit
SUBMIT IEEL16R3 AND RETURN. "Return to original report after report execution complete
SUBMIT IEEL16R3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form Class Library
Text Symbol: 100 = Select meter reading results


INCLUDES used within this REPORT IEEL16R3

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IEEL16R3 or its description.