SAP Reports / Programs | Internet Self-Services | SAP Utilities | Internet Self-Services(IS-U-CS-ISS) SAP IS

IEWEBIAC_COMMON_METER_READ SAP ABAP INCLUDE - Include IEWEBIAC_COMMON_METER_READ







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


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 IEWEBIAC_COMMON_METER_READ. "Basic submit
SUBMIT IEWEBIAC_COMMON_METER_READ AND RETURN. "Return to original report after report execution complete
SUBMIT IEWEBIAC_COMMON_METER_READ VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include IEWEBIAC_COMMON_METER_READ


INCLUDES used within this REPORT IEWEBIAC_COMMON_METER_READ

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:

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.



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 IEWEBIAC_COMMON_METER_READ or its description.