<?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: many selection paramters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223900#M477722</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 think you should use s_fkdat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare s_fkdat in selection screen like,&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_FKDAT FOR VBRK-FKDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that you can get data in the date range specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 18:16:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T18:16:58Z</dc:date>
    <item>
      <title>many selection paramters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223896#M477718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;I have a selection screen where i have 5 select options. only 2 are obligatory. I need to get data from tables vbrk vbrp kna1 and some more. &lt;/P&gt;&lt;P&gt;my question is how to write the where condition, when joining these tables as  the non-obligatory selections May or May not have data ( or 1-2 might have them ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 17:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223896#M477718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T17:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: many selection paramters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223897#M477719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the selection parameters are select-options, u dont have to worry about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;system will automatically take care of it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample..&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;  vbeln in s_vbeln and&lt;/P&gt;&lt;P&gt;  kunnr in s_kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if s_kunnr is blank..it will select for all kunnr, else, for the specified kunnr s only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 17:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223897#M477719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T17:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: many selection paramters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223898#M477720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for ur quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so according to u the following code should work ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;       FROM vbrk&lt;/P&gt;&lt;P&gt;         INNER JOIN vbrp ON vbrk&lt;SUB&gt;vbeln = vbrp&lt;/SUB&gt;vbeln&lt;/P&gt;&lt;P&gt;         INNER JOIN kna1 ON vbrk&lt;SUB&gt;kunag = kna1&lt;/SUB&gt;kunnr&lt;/P&gt;&lt;P&gt;       INTO corresponding fields of TABLE itab&lt;/P&gt;&lt;P&gt;       WHERE&lt;/P&gt;&lt;P&gt;vbrk&lt;SUB&gt;vbeln in  p_vbeln and vbrk&lt;/SUB&gt;kunag in p_kunag and vbrp&lt;SUB&gt;matnr in  p_matnr and vbrp&lt;/SUB&gt;augru_auft in  p_augru and vbrk~fkdat in P_fkdat &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had one more question , one of the select options is date , so i need to get reports genrated within the 2 dates . how do i write it . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 17:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223898#M477720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T17:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: many selection paramters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223899#M477721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply add that to the SELECT statement WHERE clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just like you have this data field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;and vbrk~fkdat in P_fkdat&lt;/CODE&gt;&lt;/PRE&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;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 17:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223899#M477721</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-05-09T17:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: many selection paramters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223900#M477722</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 think you should use s_fkdat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare s_fkdat in selection screen like,&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_FKDAT FOR VBRK-FKDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that you can get data in the date range specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 18:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223900#M477722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T18:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: many selection paramters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223901#M477723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all for ur quick replies . i have given points for all. closing this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 22:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/many-selection-paramters/m-p/2223901#M477723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T22:53:05Z</dc:date>
    </item>
  </channel>
</rss>

