<?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: Listbox in Modulepool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221538#M1008667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trigger an event as you select the value in the first listbox and check the value of second listbox when he click on the execute button.&lt;/P&gt;&lt;P&gt;dont check the value of second list box at the time of action which gets triggered after you select value in first list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2008 19:35:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-14T19:35:07Z</dc:date>
    <item>
      <title>Listbox in Modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221531#M1008660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two listboxes in my subscreen.Depending on the values in first listbox the second is getting populated.I have to make this 2 listboxes mandatory.For that I am using the field statement and throwing a error message in the module associated with field statement for both listboxes.The problem is if I didn't fill the entry in the first listbox error message will come . If the select one entry in first listbox ,the error message will come for second listbox.But the values are not populated in the second listbox depending on the entry selected in first listbox.I am using the VRM_set_vlaues in the module associated with the field statement for the second listbox.Still its not coming..Any one faced the same problem before ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 07:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221531#M1008660</guid>
      <dc:creator>Gincyanto</dc:creator>
      <dc:date>2008-07-14T07:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox in Modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221532#M1008661</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 want to populate the second list box based on the first one, the user should trigger an user action like enter key so that your PAI will be triggered. &lt;/P&gt;&lt;P&gt;In PAI, write your code to fill up the second list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 07:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221532#M1008661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T07:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox in Modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221533#M1008662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the control can  naviagate away from my subscreen if the PAI is triggered .then the mandatory check is not possible for that listbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 07:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221533#M1008662</guid>
      <dc:creator>Gincyanto</dc:creator>
      <dc:date>2008-07-14T07:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox in Modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221534#M1008663</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;Are you using the VRM function module in PAI or PBO?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally you should use it in PBO, also you need not do a Mandatory  check for the second list box as it will be filled based on the first one. The first one will always have a value since there is a mandatory check on that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 07:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221534#M1008663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T07:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox in Modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221535#M1008664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;For the second listbox only the values in the dropdown should get populated and the user has to select one from among this.&lt;/P&gt;&lt;P&gt;ie for the entry selected in the first listbox many entries can come in second listbox.From that user has to select one. and I need to make a required feild check on second listbox ,If the user didn't fill it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 08:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221535#M1008664</guid>
      <dc:creator>Gincyanto</dc:creator>
      <dc:date>2008-07-14T08:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox in Modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221536#M1008665</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;  You need to raise a error message for second list box only when the second list box has some values in it. Also note  that VRM FM should be called in the PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you call the VRM FM after that if the second list is empty then you can always raise a error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 08:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221536#M1008665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T08:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox in Modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221537#M1008666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;I need to do the mandatory field check on the second listbox.The PBO itself won't get triggered If the user didn't enter any value in second listbox and naviagate to any other screen.I can't raise error message in PBO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 09:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221537#M1008666</guid>
      <dc:creator>Gincyanto</dc:creator>
      <dc:date>2008-07-14T09:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox in Modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221538#M1008667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trigger an event as you select the value in the first listbox and check the value of second listbox when he click on the execute button.&lt;/P&gt;&lt;P&gt;dont check the value of second list box at the time of action which gets triggered after you select value in first list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 19:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/listbox-in-modulepool/m-p/4221538#M1008667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T19:35:07Z</dc:date>
    </item>
  </channel>
</rss>

