<?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 Read table in OO context in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-in-oo-context/m-p/2317562#M508422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abappers,&lt;/P&gt;&lt;P&gt;I want to use a rad statement in the BADi method but when i write:&lt;/P&gt;&lt;P&gt;READ TABLE ITAB WITH KEY MATNR = P_MATNR.&lt;/P&gt;&lt;P&gt;It gives the following syntax error.&lt;/P&gt;&lt;P&gt;'The variant " WITH KEY k" is no longer supported in the OO context. Use an explicit key specification instead.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please give me the correct syntax of the read stmt in OO context or some alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2007 07:06:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-25T07:06:16Z</dc:date>
    <item>
      <title>Read table in OO context</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-in-oo-context/m-p/2317562#M508422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abappers,&lt;/P&gt;&lt;P&gt;I want to use a rad statement in the BADi method but when i write:&lt;/P&gt;&lt;P&gt;READ TABLE ITAB WITH KEY MATNR = P_MATNR.&lt;/P&gt;&lt;P&gt;It gives the following syntax error.&lt;/P&gt;&lt;P&gt;'The variant " WITH KEY k" is no longer supported in the OO context. Use an explicit key specification instead.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please give me the correct syntax of the read stmt in OO context or some alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 07:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-in-oo-context/m-p/2317562#M508422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T07:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Read table in OO context</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-in-oo-context/m-p/2317563#M508423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in OO context you have to use internal tables with header lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE ITAB &amp;lt;b&amp;gt;INTO WA_ITAB&amp;lt;/b&amp;gt; WITH KEY MATNR = P_MATNR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 07:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-in-oo-context/m-p/2317563#M508423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T07:13:32Z</dc:date>
    </item>
  </channel>
</rss>

