<?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: How to dynamically generate parameters based on dropdown? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-dynamically-generate-parameters-based-on-dropdown/m-p/6063347#M1354321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't have too many parameters, you may also declare all of them, and hide or show the ones you desire using LOOP AT SCREEN statement according to the entry selected in the dropdown listbox. This is simple and efficient. How many parameters do you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2009 18:27:51 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2009-09-02T18:27:51Z</dc:date>
    <item>
      <title>How to dynamically generate parameters based on dropdown?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-dynamically-generate-parameters-based-on-dropdown/m-p/6063343#M1354317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;newbie ABAPer question..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if it's possible to dynamically create a UI based on the values on a drop list/drop down box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, screen would initialize too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dropdown list filled with 1 - 50&lt;/P&gt;&lt;P&gt;field1 field2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user selects 10 from the drop down list, then the screen would look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop down list dropdown list filled with 1 - 50&lt;/P&gt;&lt;P&gt;field1 field2&lt;/P&gt;&lt;P&gt;field3 field4&lt;/P&gt;&lt;P&gt;field5 field6&lt;/P&gt;&lt;P&gt;field7 field8&lt;/P&gt;&lt;P&gt;field9 field10&lt;/P&gt;&lt;P&gt;field11 field12&lt;/P&gt;&lt;P&gt;field13 field14&lt;/P&gt;&lt;P&gt;field15 field16&lt;/P&gt;&lt;P&gt;field17 field18&lt;/P&gt;&lt;P&gt;field19 field20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for looking!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 17:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-dynamically-generate-parameters-based-on-dropdown/m-p/6063343#M1354317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T17:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamically generate parameters based on dropdown?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-dynamically-generate-parameters-based-on-dropdown/m-p/6063344#M1354318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check demo program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSDEMO_DROPDOWN_LISTBOX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 17:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-dynamically-generate-parameters-based-on-dropdown/m-p/6063344#M1354318</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-09-02T17:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamically generate parameters based on dropdown?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-dynamically-generate-parameters-based-on-dropdown/m-p/6063345#M1354319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this seems to only show how to create a dropdown list...I need to know how to create parameters based on the values in the drop down list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 17:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-dynamically-generate-parameters-based-on-dropdown/m-p/6063345#M1354319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T17:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamically generate parameters based on dropdown?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-dynamically-generate-parameters-based-on-dropdown/m-p/6063346#M1354320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you need to use fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FREE_SELECTIONS_DIALOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for dynamically generating the selection parameters screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make a search on this forum for sample code how to use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 17:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-dynamically-generate-parameters-based-on-dropdown/m-p/6063346#M1354320</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-09-02T17:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamically generate parameters based on dropdown?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-dynamically-generate-parameters-based-on-dropdown/m-p/6063347#M1354321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't have too many parameters, you may also declare all of them, and hide or show the ones you desire using LOOP AT SCREEN statement according to the entry selected in the dropdown listbox. This is simple and efficient. How many parameters do you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 18:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-dynamically-generate-parameters-based-on-dropdown/m-p/6063347#M1354321</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-09-02T18:27:51Z</dc:date>
    </item>
  </channel>
</rss>

