IEWEBIAC_COMMON_METER_READ 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 IEWEBIAC_COMMON_METER_READ 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: Include IEWEBIAC_COMMON_METER_READ
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWW_WI_CONTAINER_READ call function 'SWW_WI_CONTAINER_READ' exporting wi_id = eiac-wi_id * READ_FOR_UPDATE = ' ' tables wi_container = g_cont exceptions container_does_not_exist = 1 others = 2.
ISU_REGISTER_TO_READ_EVBS call function 'ISU_REGISTER_TO_READ_EVBS' exporting x_vstelle = eiac-vstelle * X_ADAT = SY-DATUM x_kunde = eiac-gpart importing y_address_premise = l_address_premise tables yt_read_reg_evbs = gt_reg_evbs exceptions not_found = 1 system_error = 2 others = 3.
ISU_DB_VERTRAG_SELECT_GP_VS CALL FUNCTION 'ISU_DB_VERTRAG_SELECT_GP_VS' EXPORTING x_partner = eiac-gpart x_vstelle = eiac-vstelle x_lastonly = 'X' TABLES ty_contract = tl_vertrag EXCEPTIONS not_found = 1 system_error = 2 insufficient_selection = 3 OTHERS = 4.
ISU_MR_INTERNET_CHECK_INPUT call function 'ISU_MR_INTERNET_CHECK_INPUT' tables xyt_mrres = pt_mrdocdata xt_reg_read_evbs = gt_reg_evbs "13.09.2002 SL
ISU_METER_DATA_FORMAT_CHECK call function 'ISU_METER_DATA_FORMAT_CHECK' exporting x_zwstand = l_zwstand * X_STANZVOR = 16 * X_STANZNAC = 14 * IMPORTING * Y_V_FORMAT = * Y_N_FORMAT = * Y_I_FORMAT = * Y_B_ZWSTAND = exceptions not_valid = 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.
IEWEBIAC_COMMON_METER_READ - Include IEWEBIAC_COMMON_METER_READ IEWCOM_XTSOURCE - CCM FO Component Interface: Xtainer Source IEWCOM_XTSINK - CCM FO Component Interface: Xtainer Destination IEWCOM_SUBSCRN - CIC FO Component Interface: Subscreen IEWCOM_SEARCHPAR - CCM FO Component Interface: Search Parameter Source and Destination IEWCOM_MARKLIST - CCM FO Component Interface: Search Parameter Source and Destination