<?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: Issue in read statment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650042#M1285540</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;Try This &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at i_plant into ls_plant.&lt;/P&gt;&lt;P&gt;Read table Is_plant with table key ZWerks = ls_plant-bukrs&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else send me ur code then i can aable to rectify...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2009 13:06:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-06T13:06:43Z</dc:date>
    <item>
      <title>Issue in read statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650037#M1285535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;             Iam using read stment , iam hving issue that it is asking to involve all key fields in internal table I_Final.Iam hving 5 key fields in Final itab.but i have only one plant vaue .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at i_plant into ls_plant.&lt;/P&gt;&lt;P&gt;Read table I_Final  with table key ZWerks =  ls_plant-bukrs&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one rectfiy me how to correct this error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 13:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650037#M1285535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T13:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in read statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650038#M1285536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;read table i_final with key xxx....&lt;/P&gt;&lt;P&gt;delete the "TABLE" keyword from ur read stmt!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 13:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650038#M1285536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T13:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in read statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650039#M1285537</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;Use this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE itab WITH KEY k1 = v1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 13:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650039#M1285537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T13:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in read statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650040#M1285538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read table I_Final with key ZWerks = ls_plant-bukrs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 13:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650040#M1285538</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-05-06T13:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in read statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650041#M1285539</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;if i_final is a table with header line then use the below syntax.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Read table I_Final with  key ZWerks = ls_plant-bukrs. "--&amp;gt; remove TABLE key word&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i_final is a table without header line then use the below syntax.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Read table I_Final INTO w_final with  key ZWerks = ls_plant-bukrs.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 13:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650041#M1285539</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2009-05-06T13:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in read statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650042#M1285540</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;Try This &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at i_plant into ls_plant.&lt;/P&gt;&lt;P&gt;Read table Is_plant with table key ZWerks = ls_plant-bukrs&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else send me ur code then i can aable to rectify...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 13:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-read-statment/m-p/5650042#M1285540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T13:06:43Z</dc:date>
    </item>
  </channel>
</rss>

