<?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: Error looping at a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-looping-at-a-table/m-p/3930964#M941211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't put the table name in the loop where clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at lt_hrp1001 
  where sobid = lt_/ccdev01/a2scode-partner
     and sclas EQ 'BP'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2008 11:53:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-06T11:53:34Z</dc:date>
    <item>
      <title>Error looping at a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-looping-at-a-table/m-p/3930963#M941210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings Abapers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to loop at a table for certain criteria. My code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Loop at the relationships table and get dates for each salescode BP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   loop at lt_hrp1001 where lt_/ccdev01/a2scode-partner EQ lt_hrp1001-sobid&lt;/P&gt;&lt;P&gt;   and lt_hrp1001-sclas EQ 'BP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following error though:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"No component exists with the name lt_/ccdev01/a2scode-partner"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-partner is a field in my local table and all tables have been declared. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 11:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-looping-at-a-table/m-p/3930963#M941210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T11:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error looping at a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-looping-at-a-table/m-p/3930964#M941211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't put the table name in the loop where clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at lt_hrp1001 
  where sobid = lt_/ccdev01/a2scode-partner
     and sclas EQ 'BP'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 11:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-looping-at-a-table/m-p/3930964#M941211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T11:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error looping at a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-looping-at-a-table/m-p/3930965#M941212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;loop at lt_hrp1001 where sobid  = lt_/ccdev01/a2scode-partner &lt;/P&gt;&lt;P&gt;                           and  sclas  = 'BP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 13:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-looping-at-a-table/m-p/3930965#M941212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T13:54:01Z</dc:date>
    </item>
  </channel>
</rss>

