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

IELSTRU1 SAP ABAP INCLUDE - Reading of the data environment from installation to portion (test)







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


Text pool values


Title: Reading of the data environment from installation to portion (test)


INCLUDES used within this REPORT IELSTRU1

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_DB_EVER_SELECT_ANLAGE1 CALL FUNCTION 'ISU_DB_EVER_SELECT_ANLAGE1' EXPORTING X_ACTUAL = P_ACTUAL X_INSTLN = P_INSTALL X_KEYDATE = P_DATE IMPORTING Y_EVER = W_EVER EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_EVER_SELECT_ANLAGE CALL FUNCTION 'ISU_DB_EVER_SELECT_ANLAGE' * EXPORTING * X_ACTUAL = * IMPORTING * Y_COUNT = TABLES TXY_EVER = * EXCEPTIONS * NOT_FOUND = 1 * SYSTEM_ERROR = 2 * INTERVAL_INVALID = 3 * OTHERS = 4 .

ISU_DB_ETDZ_SELECT CALL FUNCTION 'ISU_DB_ETDZ_SELECT' EXPORTING X_EQUNR = W_EABL-EQUNR X_ZWNUMMER = W_EABL-ZWNUMMER X_AB = W_EABL-ADATSOLL X_BIS = W_EABL-ADATSOLL IMPORTING Y_ETDZ = W_ETDZ EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ISU_DB_EGER_SELECT_CUTOFFDATE CALL FUNCTION 'ISU_DB_EGER_SELECT_CUTOFFDATE' EXPORTING X_EQUNR = W_EABL-EQUNR X_DATE = W_EABL-ADATSOLL X_ACTUAL = X_ACTUAL IMPORTING Y_EGER = W_EGER EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_EGPL_SINGLE CALL FUNCTION 'ISU_DB_EGPL_SINGLE' EXPORTING X_DEVLOC = W_EGER-DEVLOC * X_SPRAS = X_ACTUAL = X_ACTUAL IMPORTING Y_EGPL = W_EGPL * Y_STORTTEXT = * Y_IFLO = EXCEPTIONS NOT_FOUND = 1 WRONG_TYPE = 2 OTHERS = 3.

ISU_DB_EHAU_SINGLE CALL FUNCTION 'ISU_DB_EHAU_SINGLE' EXPORTING X_HAUS = W_EGPL-HAUS * X_SPRAS = SY-LANGU X_ACTUAL = X_ACTUAL IMPORTING Y_EHAU = W_EHAU * Y_IFLO = EXCEPTIONS NOT_FOUND = 1 WRONG_TYPE = 2 INCONSISTENT = 3 OTHERS = 4.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = W_ADDR_SEL IMPORTING ADDRESS_VALUE = W_ADDR_VAL EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.



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