<?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 EPC error while using at  endat in Loop in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/epc-error-while-using-at-endat-in-loop/m-p/3270242#M781712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used following coding in my prog.&lt;/P&gt;&lt;P&gt;loop at wa_plant.&lt;/P&gt;&lt;P&gt;   LOOP at LV_PURREQ into gs_PURREQ WHERE WERKS-WERKS EQ WA_PLANT-WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at last&lt;/P&gt;&lt;P&gt;  print text....&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;but i checked in EPC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its showing following error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LOOP statement processing will be limited&lt;/P&gt;&lt;P&gt;(FROM, TO and WHERE additions in LOOP)&lt;/P&gt;&lt;P&gt;Interaction with group change processing (AT NEW, ...) is undefined&lt;/P&gt;&lt;P&gt;(The message can be hidden with "#EC *)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2008 10:15:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-08T10:15:49Z</dc:date>
    <item>
      <title>EPC error while using at  endat in Loop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/epc-error-while-using-at-endat-in-loop/m-p/3270242#M781712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used following coding in my prog.&lt;/P&gt;&lt;P&gt;loop at wa_plant.&lt;/P&gt;&lt;P&gt;   LOOP at LV_PURREQ into gs_PURREQ WHERE WERKS-WERKS EQ WA_PLANT-WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at last&lt;/P&gt;&lt;P&gt;  print text....&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;but i checked in EPC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its showing following error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LOOP statement processing will be limited&lt;/P&gt;&lt;P&gt;(FROM, TO and WHERE additions in LOOP)&lt;/P&gt;&lt;P&gt;Interaction with group change processing (AT NEW, ...) is undefined&lt;/P&gt;&lt;P&gt;(The message can be hidden with "#EC *)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 10:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/epc-error-while-using-at-endat-in-loop/m-p/3270242#M781712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: EPC error while using at  endat in Loop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/epc-error-while-using-at-endat-in-loop/m-p/3270243#M781713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason for that message is that because of the where extension in the loop the at-endat might not work as you expect it to work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever the field you check (or any field in the table before that field) changes the at-end event is triggered. But in case you use WHERE and that condition does not select a consecutive line block the at-endat event triggering is undefined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case your WHERE condition meets this requirements you can add "#EC * behind the statement to suppress the error to be displayed in Code Inspector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 13:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/epc-error-while-using-at-endat-in-loop/m-p/3270243#M781713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T13:19:37Z</dc:date>
    </item>
  </channel>
</rss>

