<?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: read table syntax in upgrade server ECC6.0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573676#M860203</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;pls try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table t_ekbe with key&lt;/P&gt;&lt;P&gt;ebeln = t_pocond-ebeln&lt;/P&gt;&lt;P&gt;ebelp = t_pocond-ebelp&lt;/P&gt;&lt;P&gt;vgabe = '2'&lt;/P&gt;&lt;P&gt;bewtp in ( 'R', 'Q').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its useful reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 09:56:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-27T09:56:26Z</dc:date>
    <item>
      <title>read table syntax in upgrade server ECC6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573673#M860200</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;i am facing a problem regarding declaration in ECC 6.0 .&lt;/P&gt;&lt;P&gt;i.e., &lt;/P&gt;&lt;P&gt;read table t_ekbe with key&lt;/P&gt;&lt;P&gt;            ebeln = t_pocond-ebeln&lt;/P&gt;&lt;P&gt;            ebelp = t_pocond-ebelp&lt;/P&gt;&lt;P&gt;            vgabe = '2'&lt;/P&gt;&lt;P&gt;            bewtp = 'R'&lt;/P&gt;&lt;P&gt;            bewtp = 'Q'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the error message is &lt;/P&gt;&lt;P&gt;Key field "BEWTP" has been used more than once. This is not allowed . .	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..pls suggest the solution ASAP	..&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;satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:51:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573673#M860200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T09:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: read table syntax in upgrade server ECC6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573674#M860201</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;&lt;/P&gt;&lt;P&gt; not only iin ECC 6.0 YOU WILL GET THE ERROR IN 4.7 ALSO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYNTAX IS WRONG&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;&lt;/P&gt;&lt;P&gt;V.Balaji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Usefull...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573674#M860201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T09:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: read table syntax in upgrade server ECC6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573675#M860202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi u have to use like this using or r end..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( bewtp = 'R' or bewtp = 'Q' ).&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;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573675#M860202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T09:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: read table syntax in upgrade server ECC6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573676#M860203</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;pls try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table t_ekbe with key&lt;/P&gt;&lt;P&gt;ebeln = t_pocond-ebeln&lt;/P&gt;&lt;P&gt;ebelp = t_pocond-ebelp&lt;/P&gt;&lt;P&gt;vgabe = '2'&lt;/P&gt;&lt;P&gt;bewtp in ( 'R', 'Q').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its useful reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573676#M860203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T09:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: read table syntax in upgrade server ECC6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573677#M860204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table t_ekbe with key&lt;/P&gt;&lt;P&gt;ebeln = t_pocond-ebeln&lt;/P&gt;&lt;P&gt;ebelp = t_pocond-ebelp&lt;/P&gt;&lt;P&gt;vgabe = '2'&lt;/P&gt;&lt;P&gt;bewtp = 'R'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table t_ekbe with key&lt;/P&gt;&lt;P&gt;ebeln = t_pocond-ebeln&lt;/P&gt;&lt;P&gt;ebelp = t_pocond-ebelp&lt;/P&gt;&lt;P&gt;vgabe = '2'&lt;/P&gt;&lt;P&gt;bewtp = 'Q'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't forget to reward &lt;/P&gt;&lt;P&gt;sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573677#M860204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T09:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: read table syntax in upgrade server ECC6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573678#M860205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks sameer , the problem is solved....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 10:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-syntax-in-upgrade-server-ecc6-0/m-p/3573678#M860205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T10:00:57Z</dc:date>
    </item>
  </channel>
</rss>

