<?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-options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526814#M241148</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;  If you define SELECT-OPTIONS for all those fields then, I think, the problem is solved. Any way the user can create selection varients on the selection screen and save them accordingly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If they want the document date to be calculated dynamically, means they will be giving a formula to calculate it based on the entered FKART and VKORG , then you can do it in the AT SELECTION SCREEN event. Here you just fill the FKDAT SELECTION-OPTIONS table or RANGE TABLE according to the dynamic date calcualtion formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2006 09:38:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-01T09:38:42Z</dc:date>
    <item>
      <title>select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526810#M241144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selection Criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi experts,plz explain how to do this.&lt;/P&gt;&lt;P&gt;and what is the meaning of this  &amp;lt;b&amp;gt;The program should allow the user to create selection variants based on above fields, with dynamic date calculation for document date (VBRK-FKDAT)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; The program should allow the user to select single, multiple, and range values for the following fields:&lt;/P&gt;&lt;P&gt;o Billing document type (VBRK-FKART)&lt;/P&gt;&lt;P&gt;o Document date (VBRK-FKDAT)&lt;/P&gt;&lt;P&gt;o Sales organization (VBRK-VKORG)&lt;/P&gt;&lt;P&gt;&amp;#149; The program should allow the user to create selection variants based on above fields, with dynamic date calculation for document date (VBRK-FKDAT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;siri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526810#M241144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526811#M241145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;All the fields here should be declared as select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e select-options so_fkart for vbtk-fkart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic date caluclations can be done using structure &lt;/P&gt;&lt;P&gt;TVARV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;krishnakumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:16:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526811#M241145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526812#M241146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siriha,&lt;/P&gt;&lt;P&gt;          This means you have to create a dynamic varient&lt;/P&gt;&lt;P&gt;These r the steps to create dynamic varient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Choose the program / report / extract for which the dynamic date variant has to be created.&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Create a Variant for the program, say PREVDAY.&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Choose the Attributes Option.&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Select the Selection Field Check box and click the Selection Variables option on the toolbar.&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Make sure the Dynamic Date Calculation field (D) is selected (in green color). &lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Choose the suitable calculation involved, here &amp;#150;1 day..&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Save the Variant.&lt;/P&gt;&lt;P&gt; Plea3e revard if it is use full&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526812#M241146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526813#M241147</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;&amp;lt;b&amp;gt;1) to select single values&lt;/P&gt;&lt;P&gt;use select-options with no intervals no extension option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)for multiple selections&lt;/P&gt;&lt;P&gt;use just select-opitons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)for range values &lt;/P&gt;&lt;P&gt;define range like this for ex for 1st field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges : r_fkart for vbrk-fkart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_fkart-low = (some value).&lt;/P&gt;&lt;P&gt;r_fkart-sign = 'I'.&lt;/P&gt;&lt;P&gt;r_fkart-option = 'EQ'.&lt;/P&gt;&lt;P&gt;append r_fkart. clear r_fkart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_fkart-low = (some value).&lt;/P&gt;&lt;P&gt;r_fkart-sign = 'I'.&lt;/P&gt;&lt;P&gt;r_fkart-option = 'EQ'.&lt;/P&gt;&lt;P&gt;append r_fkart. clear r_fkart.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better use 3 radio buttons to achieve the functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you click on 1st radio button dispaly the selection-screen elements to select single values&lt;/P&gt;&lt;P&gt;similarly 2nd button for multiple selection and the 3rd for ranges options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sowjanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526813#M241147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526814#M241148</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;  If you define SELECT-OPTIONS for all those fields then, I think, the problem is solved. Any way the user can create selection varients on the selection screen and save them accordingly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If they want the document date to be calculated dynamically, means they will be giving a formula to calculate it based on the entered FKART and VKORG , then you can do it in the AT SELECTION SCREEN event. Here you just fill the FKDAT SELECTION-OPTIONS table or RANGE TABLE according to the dynamic date calcualtion formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526814#M241148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526815#M241149</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;Consider the following code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables : vbrk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select-Options : S1 for vbrk-fkart,&lt;/P&gt;&lt;P&gt;                 s2 for vbrk-fkdat,&lt;/P&gt;&lt;P&gt;                 s3 for vbrk-vkorg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1526815#M241149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:41:15Z</dc:date>
    </item>
  </channel>
</rss>

