<?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: Drop down field in Module Pool Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-field-in-module-pool-program/m-p/5285511#M1219652</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;Refer the programs:-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEMO_DYNPRO_DROPDOWN_LISTBOX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEMO_DROPDOWN_LIST_BOX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can refer:-&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will definitely help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2009 06:13:22 GMT</pubDate>
    <dc:creator>I355602</dc:creator>
    <dc:date>2009-03-10T06:13:22Z</dc:date>
    <item>
      <title>Drop down field in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-field-in-module-pool-program/m-p/5285508#M1219649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam facing a problem in Module Pool. Description as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my intial screen I have two input/output fields out of which one is drop down , Iam successfully populating the values nearly 35 using the function module "VRM_SET_VALUES" in the drop down but the problem occured is, the field always holds the first value of the drop down even after the selection of other values from the drop down list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason for that ? &lt;/P&gt;&lt;P&gt;How can we solve this problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Lekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 05:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-field-in-module-pool-program/m-p/5285508#M1219649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T05:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down field in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-field-in-module-pool-program/m-p/5285509#M1219650</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;The sap list box allows to select a value from the list but we cannot enter our own value in the list box .The value list that will be displayed consists of two fields TEXT field of TYPE 80(C) and internal KEY field of TYPE 40(C).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; In screen painter to create a input/output field into list box we use  'L" as a value for dropdown attribute for the i/o field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In screen painter to determine the type of method that will be used to fill the value&lt;/P&gt;&lt;P&gt;list we use the attribute value list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is blank  the value list will be filled by the first column of the input help assigned to the screen field.This input help can be defined in the ABAP Dictionary, on screen using SELECT,VALUES screen statements or in event POV (PROCESS ON VALUE-REQUEST ) and the input help that will be passed to the field should consists of 2 columns ,the key column is filled automatically by the system.SAP recommends value list field should be blank.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;The value  can be 'A' meaning that the value list will be filled in the event PBO(PROCESS BEFORE OUTPUT) or before the screen is displayed.In this method we use function module VRM_SET_VALUES to fill the values and pass it to the i/o field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a function code is attached to the list box the selection of a value triggers a PAI&lt;/P&gt;&lt;P&gt;otherwise PAI will not trigger. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this program DEMO_DYNPRO_DROPDOWN_LISTBOX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajasekhar Dinavahi on Mar 10, 2009 11:32 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 05:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-field-in-module-pool-program/m-p/5285509#M1219650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T05:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down field in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-field-in-module-pool-program/m-p/5285510#M1219651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lekha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly go through this link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1202764"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 06:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-field-in-module-pool-program/m-p/5285510#M1219651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T06:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down field in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-field-in-module-pool-program/m-p/5285511#M1219652</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;Refer the programs:-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEMO_DYNPRO_DROPDOWN_LISTBOX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEMO_DROPDOWN_LIST_BOX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can refer:-&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will definitely help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 06:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-field-in-module-pool-program/m-p/5285511#M1219652</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-03-10T06:13:22Z</dc:date>
    </item>
  </channel>
</rss>

