<?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 PROBLEM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988189#M705722</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;ur select statement will fetch the records with fkart = 'ZUF2' or 'ZUIN' or 'ZUVF' or 'ZUS2' or 'ZC23' or 'ZC24' or 'ZC26' or 'ZUL2' or 'ZUG2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2007 05:28:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-13T05:28:04Z</dc:date>
    <item>
      <title>SELECT PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988186#M705719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I jst want some clarification regarding this sample code. I jst wnt to ask on whats the use or purpose of this part of the select statement.....&lt;/P&gt;&lt;P&gt;a~fkart in ('ZUF2','ZUIN','ZUVF','ZUS2','ZC23','ZC24','ZC26','ZUL2','ZUG2') in the sample code below???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select a&lt;SUB&gt;fkart a&lt;/SUB&gt;knumv a&lt;SUB&gt;rfbsk b&lt;/SUB&gt;VKGRP from vbrk as a&lt;/P&gt;&lt;P&gt;inner join knvv as b on a&lt;SUB&gt;kunag = b&lt;/SUB&gt;kunnr into table doc&lt;/P&gt;&lt;P&gt;where rfbsk = 'C'&lt;/P&gt;&lt;P&gt;and a~fkdat in fkdat&lt;/P&gt;&lt;P&gt;and a~erdat in erdat&lt;/P&gt;&lt;P&gt;and a~fkart in ('ZUF2','ZUIN','ZUVF','ZUS2','ZC23','ZC24','ZC26','ZUL2','ZUG2')&lt;/P&gt;&lt;P&gt;and b~VKGRP in VKGRP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;helpful answers would be given points,thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gerald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 05:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988186#M705719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T05:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988187#M705720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fkart -&amp;gt; Billing Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk condition for = ZUF2','ZUIN','ZUVF','ZUS2','ZC23','ZC24','ZC26','ZUL2','ZUG2'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subr = 0 "record finf else not match record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 05:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988187#M705720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T05:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988188#M705721</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;in table VBRK&lt;/P&gt;&lt;P&gt;field FKART&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there should be values only 'ZUF2','ZUIN','ZUVF','ZUS2','ZC23','ZC24','ZC26','ZUL2','ZUG2'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the select statement will select data where values for FKART are given there only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 05:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988188#M705721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T05:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988189#M705722</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;ur select statement will fetch the records with fkart = 'ZUF2' or 'ZUIN' or 'ZUVF' or 'ZUS2' or 'ZC23' or 'ZC24' or 'ZC26' or 'ZUL2' or 'ZUG2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 05:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988189#M705722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T05:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988190#M705723</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;a~fkart in ('ZUF2','ZUIN','ZUVF','ZUS2','ZC23','ZC24','ZC26','ZUL2','ZUG2')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this means it acts like on OR condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will check for all the values in that condition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 05:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988190#M705723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T05:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988191#M705724</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;This select statement fetches records from the table, only for the values where &lt;/P&gt;&lt;P&gt;fkart in ('ZUF2','ZUIN','ZUVF','ZUS2','ZC23','ZC24','ZC26','ZUL2','ZUG2')&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above is the simplification of the below mentioned condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.......and ( fkart  = ZUF2 or   &lt;/P&gt;&lt;P&gt;               fkart  = ZUIN  or&lt;/P&gt;&lt;P&gt;               fkart = ZUVF or&lt;/P&gt;&lt;P&gt;               fkart = ZUS2 or ...........)&lt;/P&gt;&lt;P&gt;       and ......&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;Meikandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 05:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-problem/m-p/2988191#M705724</guid>
      <dc:creator>meikandan_krishnan2</dc:creator>
      <dc:date>2007-11-13T05:32:14Z</dc:date>
    </item>
  </channel>
</rss>

