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
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: Reading of the data environment from installation to portion (test)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IELSTRU1 - Reading of the data environment from installation to portion (test) IELSTABL - Data Definitions for Meter Reading Note Control Function IELSETEB - Include: RELSETEB, RELSETEBMASS (DPC Reports) IELRESTR - Set Restrictions for Selection Options IELPTIMCAT_MTH - Include Month-Related Data for Time Category IELPTIMCAT - Include IELPTIMCAT