<?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: List Box in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box/m-p/1413190#M198920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Reyaaz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to have list box and User command both in parameter declaration in 4.6 C. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check in the event AT SELECTION SCREEN ON P_NUM by pressing ENTER..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jul 2006 04:19:37 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2006-07-14T04:19:37Z</dc:date>
    <item>
      <title>List Box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box/m-p/1413188#M198918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting some problem when I use list box.&lt;/P&gt;&lt;P&gt;I am working on 4.6c version.&lt;/P&gt;&lt;P&gt;In My requirement I have list box in selection screen having 2 options.&lt;/P&gt;&lt;P&gt;When select 1st option,I am disabling some parameters. when 2nd option I am disabling some parameters.&lt;/P&gt;&lt;P&gt;Almost it is working fine.&lt;/P&gt;&lt;P&gt;When I select 3 rd time for 1st option,all parameters r disabled.&lt;/P&gt;&lt;P&gt;It is going directly to &amp;#147; at selection screen on field&amp;#148; event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more question:&lt;/P&gt;&lt;P&gt; In 4.7 version I used list box like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: p_list type I as listbox visible length 15 user-command uc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use this stmt in 4.6c ,it is not working.&lt;/P&gt;&lt;P&gt;I am getting error like &amp;#147;listbox and user-command not together&amp;#148;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i pass the user command to list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help me on this.this is udjent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 01:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box/m-p/1413188#M198918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-14T01:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box/m-p/1413189#M198919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rayeez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot attach user-command to a listbox like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: p_list type I as listbox visible length 15 user-command uc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign a Function code only when you are working in screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is use a FM called DYNP_VALUES_READ to find out the value you have selected. Depending on the value, you can enable or disable the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Close the thread once the problem is resolved.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 04:10:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box/m-p/1413189#M198919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-14T04:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box/m-p/1413190#M198920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Reyaaz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to have list box and User command both in parameter declaration in 4.6 C. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check in the event AT SELECTION SCREEN ON P_NUM by pressing ENTER..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 04:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box/m-p/1413190#M198920</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-07-14T04:19:37Z</dc:date>
    </item>
  </channel>
</rss>

