<?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 GET statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/3313424#M793622</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;I have a question about the restriction after GET TABLE statement. Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use &lt;STRONG&gt;GET&lt;/STRONG&gt; statement to get the data from a database table bsid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table bsid.&lt;/P&gt;&lt;P&gt;kunnr        zuonr          belnr           xblnr&lt;/P&gt;&lt;P&gt;aaa            space       10291        21986&lt;/P&gt;&lt;P&gt;aaa           space         23321        97165&lt;/P&gt;&lt;P&gt;aaa              Q1             36353        38363&lt;/P&gt;&lt;P&gt;bbb              t2               38763        373662&lt;/P&gt;&lt;P&gt;bbb              t2                 286648       264829&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;1, when the zuonr is initial, the records belongs to kunnr (aaa)include the following should be deleted.&lt;/P&gt;&lt;P&gt;kunnr        zuonr          belnr           xblnr&lt;/P&gt;&lt;P&gt;aaa           space        10291        21986&lt;/P&gt;&lt;P&gt;aaa           space         23321        97165&lt;/P&gt;&lt;P&gt;aaa              Q1             36353        38363  &lt;STRONG&gt;(even zuonr=Q1, the other records which belong to the same aaa have initial zuonr, this should be deleted too)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2, Only the bbb which zuonr has value can be seleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;How to write the coding after &lt;STRONG&gt;GET bsid&lt;/STRONG&gt;  to restrit the condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2008 15:19:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-21T15:19:30Z</dc:date>
    <item>
      <title>GET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/3313424#M793622</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;I have a question about the restriction after GET TABLE statement. Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use &lt;STRONG&gt;GET&lt;/STRONG&gt; statement to get the data from a database table bsid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table bsid.&lt;/P&gt;&lt;P&gt;kunnr        zuonr          belnr           xblnr&lt;/P&gt;&lt;P&gt;aaa            space       10291        21986&lt;/P&gt;&lt;P&gt;aaa           space         23321        97165&lt;/P&gt;&lt;P&gt;aaa              Q1             36353        38363&lt;/P&gt;&lt;P&gt;bbb              t2               38763        373662&lt;/P&gt;&lt;P&gt;bbb              t2                 286648       264829&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;1, when the zuonr is initial, the records belongs to kunnr (aaa)include the following should be deleted.&lt;/P&gt;&lt;P&gt;kunnr        zuonr          belnr           xblnr&lt;/P&gt;&lt;P&gt;aaa           space        10291        21986&lt;/P&gt;&lt;P&gt;aaa           space         23321        97165&lt;/P&gt;&lt;P&gt;aaa              Q1             36353        38363  &lt;STRONG&gt;(even zuonr=Q1, the other records which belong to the same aaa have initial zuonr, this should be deleted too)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2, Only the bbb which zuonr has value can be seleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;How to write the coding after &lt;STRONG&gt;GET bsid&lt;/STRONG&gt;  to restrit the condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 15:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/3313424#M793622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T15:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: GET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/3313425#M793623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not use SELECT instead of GET?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 15:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/3313425#M793623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T15:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: GET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/3313426#M793624</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;The original program is using Get, so I am just thinking where there is anyway to restrite it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 15:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/3313426#M793624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T15:56:06Z</dc:date>
    </item>
  </channel>
</rss>

