<?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: Doubt in select statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-select-statement/m-p/2676125#M618329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gokul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple !!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use in operator and reward points for helpful ans's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select a&lt;SUB&gt;kunnr a&lt;/SUB&gt;j_3avakzt a&lt;SUB&gt;j_3avakzp into fpi_sold_output from knvv as a inner join vbap as b on a&lt;/SUB&gt;kunnr = b~kunnr &lt;/P&gt;&lt;P&gt;where a~vkorg in fp_vkorg and&lt;/P&gt;&lt;P&gt;a~vtweg in fp_vtweg and&lt;/P&gt;&lt;P&gt;a~spart in fp_spart and&lt;/P&gt;&lt;P&gt;a~kunnr in fp_kunnr and&lt;/P&gt;&lt;P&gt;b~parvw in ( 'SP' , 'ST') .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IT IS A SELECT OPTION THEN USE&lt;/P&gt;&lt;P&gt;b~parvw in S_OPT.&lt;/P&gt;&lt;P&gt;reward,&lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        KIRAN KUMAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Aug 2007 12:15:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-11T12:15:35Z</dc:date>
    <item>
      <title>Doubt in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-select-statement/m-p/2676124#M618328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I have written  a select statement like  &lt;/P&gt;&lt;P&gt;   select a&lt;SUB&gt;kunnr a&lt;/SUB&gt;j_3avakzt a&lt;SUB&gt;j_3avakzp into fpi_sold_output from knvv as a  inner join  vbap as b on a&lt;/SUB&gt;kunnr = b~kunnr &lt;/P&gt;&lt;P&gt;    where a~vkorg in fp_vkorg and&lt;/P&gt;&lt;P&gt;          a~vtweg in fp_vtweg and&lt;/P&gt;&lt;P&gt;          a~spart in fp_spart and&lt;/P&gt;&lt;P&gt;          a~kunnr in fp_kunnr and&lt;/P&gt;&lt;P&gt;          b~parvw eq 'SP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my doubt is b~parvw(party function in vbpa) should be in the value from select option it can be any two character. they can give any number of input for parvw in the select option by giving no intervals.&lt;/P&gt;&lt;P&gt;i need to write two select statements &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st select satement should work for b~parvw with the value 'SP' .&lt;/P&gt;&lt;P&gt;2nd select statement should work for b~parvw with the value 'ST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was asked not to use like this &lt;/P&gt;&lt;P&gt; b~parvw eq 'SP'.&lt;/P&gt;&lt;P&gt;instead asked to use the value from selection screen for b~parvw. &lt;/P&gt;&lt;P&gt;but i should extract records only for two parvw which are 'SP' and 'ST'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to wrute the select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2007 11:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-select-statement/m-p/2676124#M618328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-11T11:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-select-statement/m-p/2676125#M618329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gokul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple !!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use in operator and reward points for helpful ans's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select a&lt;SUB&gt;kunnr a&lt;/SUB&gt;j_3avakzt a&lt;SUB&gt;j_3avakzp into fpi_sold_output from knvv as a inner join vbap as b on a&lt;/SUB&gt;kunnr = b~kunnr &lt;/P&gt;&lt;P&gt;where a~vkorg in fp_vkorg and&lt;/P&gt;&lt;P&gt;a~vtweg in fp_vtweg and&lt;/P&gt;&lt;P&gt;a~spart in fp_spart and&lt;/P&gt;&lt;P&gt;a~kunnr in fp_kunnr and&lt;/P&gt;&lt;P&gt;b~parvw in ( 'SP' , 'ST') .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IT IS A SELECT OPTION THEN USE&lt;/P&gt;&lt;P&gt;b~parvw in S_OPT.&lt;/P&gt;&lt;P&gt;reward,&lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        KIRAN KUMAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2007 12:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-select-statement/m-p/2676125#M618329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-11T12:15:35Z</dc:date>
    </item>
  </channel>
</rss>

