<?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: select statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827766#M920500</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,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select belnr bukrs gjahr blart xblnr bldat budat bktxt usnam from bkpf&lt;/P&gt;&lt;P&gt;into table i_bkpf&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;bukrs in ('Z01','Z18', 'Z32') and&lt;/P&gt;&lt;P&gt;blart in ('KA', 'KG', 'KR') and&lt;/P&gt;&lt;P&gt;bldat = '20000424'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgrds,&lt;/P&gt;&lt;P&gt;burak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 13:05:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-22T13:05:24Z</dc:date>
    <item>
      <title>select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827764#M920498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to acheive this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select belnr bukrs gjahr blart xblnr bldat budat bktxt usnam from bkpf&lt;/P&gt;&lt;P&gt;       into table i_bkpf&lt;/P&gt;&lt;P&gt;       where&lt;/P&gt;&lt;P&gt;       bukrs = ('Z01' or 'z18' or 'z32') and&lt;/P&gt;&lt;P&gt;       blart  = ('KA' or 'KG' or 'KR') and&lt;/P&gt;&lt;P&gt;       bldat = '04242000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to fetch data where bukrs can be either Z01 or Z18 or Z32 ..and similarly for BLART and BLART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct this select statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 13:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827764#M920498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T13:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827765#M920499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai ,&lt;/P&gt;&lt;P&gt;   try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select belnr bukrs gjahr blart xblnr bldat budat bktxt usnam from bkpf&lt;/P&gt;&lt;P&gt;into table i_bkpf&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;bukrs = 'Z01' or bukrs =  'z18' or bukrs =  'z32' and&lt;/P&gt;&lt;P&gt;blart = 'KA' or blart = 'KG' or blart =  'KR' and&lt;/P&gt;&lt;P&gt;bldat = '04242000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 13:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827765#M920499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T13:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827766#M920500</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,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select belnr bukrs gjahr blart xblnr bldat budat bktxt usnam from bkpf&lt;/P&gt;&lt;P&gt;into table i_bkpf&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;bukrs in ('Z01','Z18', 'Z32') and&lt;/P&gt;&lt;P&gt;blart in ('KA', 'KG', 'KR') and&lt;/P&gt;&lt;P&gt;bldat = '20000424'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgrds,&lt;/P&gt;&lt;P&gt;burak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 13:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827766#M920500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T13:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827767#M920501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagadish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select belnr bukrs gjahr blart xblnr bldat budat bktxt usnam from bkpf&lt;/P&gt;&lt;P&gt;into table i_bkpf&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;bukrs in ('Z01', 'z18','z32') and&lt;/P&gt;&lt;P&gt;blart in ('KA' , 'KG', 'KR') and&lt;/P&gt;&lt;P&gt;bldat = '04242000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 13:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827767#M920501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T13:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827768#M920502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select belnr bukrs gjahr blart xblnr bldat budat bktxt usnam from bkpf&lt;/P&gt;&lt;P&gt;into table i_bkpf&lt;/P&gt;&lt;P&gt;where (&lt;/P&gt;&lt;P&gt;bukrs = 'Z01' &lt;/P&gt;&lt;P&gt;or bukrs = 'z18' &lt;/P&gt;&lt;P&gt;or bukrs =  'z32' ) and&lt;/P&gt;&lt;P&gt;( blart = 'KA' &lt;/P&gt;&lt;P&gt;or blart =  'KG'  &lt;/P&gt;&lt;P&gt;or blart = 'KR' ) and&lt;/P&gt;&lt;P&gt;bldat = '04242000'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 13:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827768#M920502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T13:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827769#M920503</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;select belnr bukrs gjahr blart xblnr bldat budat bktxt usnam from bkpf&lt;/P&gt;&lt;P&gt;into table i_bkpf&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;  ( bukrs =  'Z01' or bukrs = 'z18' or bukrs = 'z32' ) and&lt;/P&gt;&lt;P&gt;( blart =  'KA' or blart = 'KG' or blart = 'KR' )  and&lt;/P&gt;&lt;P&gt;bldat = '04242000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chack Once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 13:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3827769#M920503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T13:11:38Z</dc:date>
    </item>
  </channel>
</rss>

