<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ISU_DET_DEVICE_FROM_INST error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247842#M1913605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/815286" width="450" /&gt;&lt;/P&gt;&lt;P&gt;This is the Meter Reading parameters but I was trying to select the meters using the Installation. EVER-ANLAGE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 20:47:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-10-21T20:47:29Z</dc:date>
    <item>
      <title>ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247832#M1913595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I implemented ISU_DET_DEVICE_FROM_INST in the program to read all of the meters that are linked to the BP. The customer accounts coordinator wants to have the report to read all of the meters readings from the BP and from the old meters that have been changed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;Error analysis&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An exception occurred that is explained in detail below.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not caught in procedure "GRID_DISPLAY" "(FORM)", nor was it propagated by a RAISING clause.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Since the caller of the procedure could not have anticipated that the&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exception would occur, the current program is terminated.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The reason for the exception is:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The call to the function module "ISU_DET_DEVICE_FROM_INST" is incorrect:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The function module interface allows you to specify only&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fields of a particular type under "X_KEYDATE".&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The field "'01/01/1900'" specified here is a different&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field type&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this in the program and after this it's been giving me errors. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt;DATA: xy_lt_ger TYPE isu07_twd_gertab_t.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt;CALL FUNCTION 'ISU_DET_DEVICE_FROM_INST'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt; EXPORTING&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt; x_anlage&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = eastl-anlage&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt; x_keydate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '01/01/1900'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt; X_ONLY_KEYDATE = 'X'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt; CHANGING&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt; xy_t_ger&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = xy_lt_ger&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt; EXCEPTIONS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt; not_found&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt; internal_error = 2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt; system_error&amp;nbsp;&amp;nbsp; = 3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt;"&gt;&lt;STRONG&gt; OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 4.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 14:11:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247832#M1913595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-26T14:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247833#M1913596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your date Format is wrong. You have to use the internal Format '19000101' (YYYYMMDD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Peer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 15:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247833#M1913596</guid>
      <dc:creator>former_member252826</dc:creator>
      <dc:date>2015-08-26T15:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247834#M1913597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the date format but I'm still not able to retrieve the older meters with the BP. I'm able to get the results in EL31 but not in the custom report. The customer accounts employees wants to get the older readings from the meter change out. Currently the report is only getting the current device with the BP but not retrieving the old meter readings. Thanks.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/778262" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 15:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247834#M1913597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-26T15:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247835#M1913598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no idea where I can put that portion of the programming in the ABAP program&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/778264" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 17:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247835#M1913598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-26T17:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247836#M1913599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears in your screenshot that the parameter x_only_keydate is set to a lower-case x?&amp;nbsp; It should be upper-case since characters are case-sensitive and the code is matching against the constant co_flag_marked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 16:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247836#M1913599</guid>
      <dc:creator>kathryn_mcgallicher</dc:creator>
      <dc:date>2015-08-27T16:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247837#M1913600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed it to &lt;STRONG&gt;X_Only_Keydate = 'x'&lt;/STRONG&gt; but I'm still getting the same results. What needs to be completed is to be able to get all of the meter readings from the Contract Account even when the meter is changed out and a AMI meter is installed. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 16:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247837#M1913600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-27T16:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247838#M1913601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but is it an upper-case (capital) X?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 16:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247838#M1913601</guid>
      <dc:creator>kathryn_mcgallicher</dc:creator>
      <dc:date>2015-08-27T16:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247839#M1913602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;X_Only_Keydate = 'X'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That's correct it is upper-case now but still getting the same results. Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 16:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247839#M1913602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-27T16:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247840#M1913603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still getting "&lt;STRONG&gt;0&lt;/STRONG&gt;" reading from in the report. &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/815192" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 17:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247840#M1913603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-21T17:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247841#M1913604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on your screen shot, it appears you are picking up the meter change.&amp;nbsp; Where are you trying to get the meter read data from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 19:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247841#M1913604</guid>
      <dc:creator>kathryn_mcgallicher</dc:creator>
      <dc:date>2015-10-21T19:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247842#M1913605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/815286" width="450" /&gt;&lt;/P&gt;&lt;P&gt;This is the Meter Reading parameters but I was trying to select the meters using the Installation. EVER-ANLAGE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 20:47:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247842#M1913605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-21T20:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247843#M1913606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you got the meters.&amp;nbsp; Now you can use the meter number, or its associated equipment number, to get the reads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your SQL looks basically correct.&amp;nbsp; Run debug and confirm that table i_egerh has the equipment number populated and the format is the same as it is in table eabl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 21:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247843#M1913606</guid>
      <dc:creator>kathryn_mcgallicher</dc:creator>
      <dc:date>2015-10-21T21:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247844#M1913607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran the debug but there was nothing that was being selected. I might be doing something wrong here. The report is not picking up correct device number and meter readings for the old device that was changed out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 15:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247844#M1913607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-22T15:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247845#M1913608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought at one point you mentioned you are new to SAP CCS.&amp;nbsp; Here's some basic info that might help you figure out what's going on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know the installation that had a meter change, you can look at table EASTL to see the time slices relative to the activity.&amp;nbsp; Using the logical device number from EASTL, go to table EGERH to get the associated equipment numbers.&amp;nbsp; Notice that the time slices are the same.&amp;nbsp; The equipment number is unique to the device.&amp;nbsp; Using the equipment number and installation, you can go to tables EABL and EABLG to get the meter reading data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind that a meter removed from one installation is probably eventually installed on another installation (different premise) later, so you have to be careful with the time slices to ensure you are getting the right data.&amp;nbsp; This means that any given equipment/device number can have data for more than one installation over its lifetime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some of the table relationships:&lt;/P&gt;&lt;P&gt;EANL-&amp;gt;EASTL-&amp;gt;EGERH-&amp;gt;EZUZ/EZUG/EGERS-&amp;gt;EQUI&lt;/P&gt;&lt;P&gt;EANL-&amp;gt;EASTS-&amp;gt;ETDZ-&amp;gt;EASTI&lt;/P&gt;&lt;P&gt;EANL-&amp;gt;EABLG-&amp;gt;EABL&lt;/P&gt;&lt;P&gt;EABL-&amp;gt;ETDZ&lt;/P&gt;&lt;P&gt;ETDZ-&amp;gt;EZUZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might help to look at the contents of these tables to see how the data looks in its raw form.&amp;nbsp; If you run SE16 on table EASTL for a bis &amp;lt;&amp;gt; 12/31/9999, you should be able to find installations that have had meter replacements.&amp;nbsp; Find an installation, go back to the beginning and re-search using the installation.&amp;nbsp; That will show you the various logical device numbers involved that can then be used in the other tables to work your way through to the meter reading data.&amp;nbsp; After this, use some of those specific data examples to manually run the function modules you are using in your report in SE37 to see what data comes back and how it looks.&amp;nbsp; Hopefully that will reveal where it's not matching up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 15:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247845#M1913608</guid>
      <dc:creator>kathryn_mcgallicher</dc:creator>
      <dc:date>2015-10-22T15:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247846#M1913609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/846483" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/846484" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I looked at the meter and this is what I found. I also am noticing that the program isn't going to the call function when I performed the debugging on the program. I am puzzled as to what is going wrong here. I did look at the tables that you provided.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/846512" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 18:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247846#M1913609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-07T18:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247847#M1913610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the debug, set several debug stops at decision points in the code that leads up to the function module call to see why it skips it.&amp;nbsp; Run for a single customer if possible to make it easier to follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the screenshots you provided, here's what it looks like to me.&amp;nbsp; Since I don't know your system, this is a best guess:&lt;/P&gt;&lt;P&gt;EASTL - Instl 40049258 had one device from 09/29/2001 - 12/27/2003.&amp;nbsp; It was replaced on 12/29/2003.&amp;nbsp; A second device was added on 6/28/2013. Both devices were replaced effective 10/13/2015.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EABLG - On 10/13/2015, meter reading documents were created for the technical and billing installs of the new devices.&amp;nbsp; Notice the meter read document number is the same, so it applied to both.&amp;nbsp; In addition, there was a periodic meter reading document for a scheduled date of 10/28/2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EABL - The entry for 10/13/2015 has no read.&amp;nbsp; The device was newly installed to this location effective this date so a starting read of 0 is reasonable.&amp;nbsp; The periodic read on 10/28/2015 has a value of 41.&amp;nbsp; Ignore the entry for 04/30/2015 because it belongs to whatever installation the device was on previously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taking the easy route, if the BP has been the only customer for installation 40049258, then it seems you would take all of the logical device numbers in EASTL, identify the equipment number for each one, and then get all of the associated meter read records from EABL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting more complex, if the BP has NOT been the only customer for the installation, you would need to identify the appropriate time frame based on the partner's contracts and filter the meter reads accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction EL31 will show you the history you're trying to build in the report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 20:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247847#M1913610</guid>
      <dc:creator>kathryn_mcgallicher</dc:creator>
      <dc:date>2015-12-07T20:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247848#M1913611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran the debug and notice that it goes to the &lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ISU_DET_DEVICE_FROM_INST' after I exit the program. After all of the data is imported to the report. This is in the development server.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/846517" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is in the quality server. The date format in development is &lt;STRONG&gt;X_KEYDATE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN class="L0S55"&gt;&lt;STRONG&gt;= &lt;/STRONG&gt;&lt;SPAN class="L0S33"&gt;&lt;STRONG&gt;'19000101'&lt;/STRONG&gt; and in quality it is &lt;STRONG&gt;X_KEYDATE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN class="L0S55"&gt;&lt;STRONG&gt;= &lt;/STRONG&gt;&lt;SPAN class="L0S33"&gt;&lt;STRONG&gt;'99991231'&lt;/STRONG&gt;. Could this be a problem in the date format?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/846569" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It goes to the call function after I exit the program.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/846570" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 23:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247848#M1913611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-07T23:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247849#M1913612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your dev screenshot, the ISU call is following the ALV grid call.&amp;nbsp; That is too late.&amp;nbsp; In other words, the report is looking for more data after it has already been presented in the grid.&amp;nbsp; The ISU call should be located somewhere earlier in the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Q/A screenshot, the ALV grid call is commented out so it would depend on what is happening in the code above the screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the dates, the formats are okay but the two different values would likely give you different results based on the installation's activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 13:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247849#M1913612</guid>
      <dc:creator>kathryn_mcgallicher</dc:creator>
      <dc:date>2015-12-08T13:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247850#M1913613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is the screen shot of the ALV grid in QER and DER. I'm still trying to be able to get all of the readings from the contract account. I know it's simple but I can't figure it out. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/847505" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 00:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247850#M1913613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-09T00:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_DET_DEVICE_FROM_INST error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247851#M1913614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this report is something that is run and the results presented at the end in the ALV grid, then the call to ISU_DET_DEVICE_FROM_INST is happening too late.&amp;nbsp; The grid is displaying the data contained in itab_output.&amp;nbsp; The meter read details you need in the report will have to be gathered and placed into itab_output before the ALV call.&amp;nbsp; Since the ISU call is by installation, it needs to be placed somewhere that each installation will go to it.&amp;nbsp; Depending on how the report is structured, if the list of accounts is gathered into an internal table and then the table is looped to gather the details, the ISU call should be placed somewhere within that loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 13:17:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-det-device-from-inst-error/m-p/11247851#M1913614</guid>
      <dc:creator>kathryn_mcgallicher</dc:creator>
      <dc:date>2015-12-09T13:17:21Z</dc:date>
    </item>
  </channel>
</rss>

