<?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: Convert dropdown list to input text field dynamically in Module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-dropdown-list-to-input-text-field-dynamically-in-module-pool/m-p/11278443#M1915970</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;Try using F4 help instead of dropdown list, here it will act as input text field and also provide you all possible entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shadab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2015 09:34:56 GMT</pubDate>
    <dc:creator>shadab_maldar</dc:creator>
    <dc:date>2015-08-19T09:34:56Z</dc:date>
    <item>
      <title>Convert dropdown list to input text field dynamically in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-dropdown-list-to-input-text-field-dynamically-in-module-pool/m-p/11278442#M1915969</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 have a drop down list on my screen. the requirement is , if the drop down list has values , it must be shown as a drop down list on screen. But if the drop down list is empty , the field must be shown as a text field and the user must be allowed to enter value in it manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this be achieved. &lt;/P&gt;&lt;P&gt;It is urgent. Please help guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rimjhim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 09:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-dropdown-list-to-input-text-field-dynamically-in-module-pool/m-p/11278442#M1915969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-19T09:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dropdown list to input text field dynamically in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-dropdown-list-to-input-text-field-dynamically-in-module-pool/m-p/11278443#M1915970</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;Try using F4 help instead of dropdown list, here it will act as input text field and also provide you all possible entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shadab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 09:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-dropdown-list-to-input-text-field-dynamically-in-module-pool/m-p/11278443#M1915970</guid>
      <dc:creator>shadab_maldar</dc:creator>
      <dc:date>2015-08-19T09:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dropdown list to input text field dynamically in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-dropdown-list-to-input-text-field-dynamically-in-module-pool/m-p/11278444#M1915971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create two fields . One with dropdown and Other without dropdown and programmatically hide/show them based on whether the dropdown will be empty or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 09:42:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-dropdown-list-to-input-text-field-dynamically-in-module-pool/m-p/11278444#M1915971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-19T09:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dropdown list to input text field dynamically in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-dropdown-list-to-input-text-field-dynamically-in-module-pool/m-p/11278445#M1915972</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;Use FM DYNP_VALUES_READ to check if the dropdown list has value or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is empty, then do the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN. " and check for the particular dropdown field.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;screen-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;value_help &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; font-size: 10pt;"&gt;'&amp;nbsp; '&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;. "make this initial.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;MODIFY SCREEN.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;SPR&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 09:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-dropdown-list-to-input-text-field-dynamically-in-module-pool/m-p/11278445#M1915972</guid>
      <dc:creator>former_member651443</dc:creator>
      <dc:date>2015-08-19T09:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dropdown list to input text field dynamically in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-dropdown-list-to-input-text-field-dynamically-in-module-pool/m-p/11278446#M1915973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rimjhim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can only achieve that by creating two fields, a drop down list and a normal text field. If case the drop down list is empty hide the drop down field and in case the list contains some entries hide the text field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 09:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-dropdown-list-to-input-text-field-dynamically-in-module-pool/m-p/11278446#M1915973</guid>
      <dc:creator>oliver_wurm</dc:creator>
      <dc:date>2015-08-19T09:52:00Z</dc:date>
    </item>
  </channel>
</rss>

