<?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: problem with listbox in subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922715#M1795339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Write the FM inside the Subscreen PBO . It will work ..&lt;/P&gt;&lt;P&gt;lets say 9000 is the main screen and 9001 is your subscreen , then double click on 9001 write your code in PBO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 13:11:37 GMT</pubDate>
    <dc:creator>sivaganesh_krishnan</dc:creator>
    <dc:date>2013-12-17T13:11:37Z</dc:date>
    <item>
      <title>problem with listbox in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922708#M1795332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am new in abap..so please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the problem with the data populating to the List Box of a screen element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a tab strip control screen 3 tabs and having 3 sub screens for each tab. The problem is I have some couple of List box screen elements for this sub screens and when I am populating the Key and Text values to this fields it is not getting displayed when I select the list instead when the PAI of the main screen is triggered&amp;nbsp; it is displaying the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked it with the F4IF_INT_VALUE &lt;SPAN style="text-decoration: underline;"&gt;REQUEST and VRM&lt;/SPAN&gt;SET_VALUES but still there is no and even I have tried it placing in the POV and in PBO but still there is no luck. If I will do the same logic to the normal screen it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if anyone knows how to handle the above scenario and let me know whether this can be possible or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhananjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922708#M1795332</guid>
      <dc:creator>Private_Member_15166</dc:creator>
      <dc:date>2013-12-17T12:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with listbox in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922709#M1795333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why dont you do it in PBO of subscreen on which you have the list box and fill the values using VRM_SET_VALUES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922709#M1795333</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-17T12:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with listbox in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922710#M1795334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dhananjay,&lt;/P&gt;&lt;P&gt;try writing the FM in PBO, when each time the module pool execute PBO also executes so you can get the values in list box while the progarm loading and also after the input.&lt;/P&gt;&lt;P&gt;for further understanding learn the event processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see the sample program here :&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm"&gt;Dropdown Boxes (SAP Library - ABAP Programming (BC-ABA))&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922710#M1795334</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2013-12-17T12:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem with listbox in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922711#M1795335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried it by all ways but every time my listbox is being refreshed after the selection through the listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" height="1" src="https://community.sap.com/408/images/emoticons/sad.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dhananjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 13:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922711#M1795335</guid>
      <dc:creator>Private_Member_15166</dc:creator>
      <dc:date>2013-12-17T13:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with listbox in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922712#M1795336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is because when you select a value and then press enter...control goes to PBO after PAI..check in debugging your list values code shall not get triggered again it will reset all the values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 13:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922712#M1795336</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-17T13:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem with listbox in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922713#M1795337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="25011" data-externalid="" data-presence="null" data-userid="708126" data-username="sivaganesh.krishnan" href="https://answers.sap.com/people/sivaganesh.krishnan"&gt;Sivaganesh &lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example you provided , i had seen this.&lt;/P&gt;&lt;P&gt;This case is working fine with the screen only but when i am taking subscreen inside the tabstrip of main screen after selecting the values, the list i am selecting is not populating in the dropdown menu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 13:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922713#M1795337</guid>
      <dc:creator>Private_Member_15166</dc:creator>
      <dc:date>2013-12-17T13:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with listbox in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922714#M1795338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah may be this is the case.. my function is again called inside the subscreen output module.&lt;/P&gt;&lt;P&gt;how to overcome this problem.??&lt;/P&gt;&lt;P&gt;may you give me a simple example using tabstrip,screen and subscreen ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 13:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922714#M1795338</guid>
      <dc:creator>Private_Member_15166</dc:creator>
      <dc:date>2013-12-17T13:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem with listbox in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922715#M1795339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Write the FM inside the Subscreen PBO . It will work ..&lt;/P&gt;&lt;P&gt;lets say 9000 is the main screen and 9001 is your subscreen , then double click on 9001 write your code in PBO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 13:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922715#M1795339</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2013-12-17T13:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem with listbox in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922716#M1795340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your comments... i got the answer after performing a test code and matching it step by step to original one. Just tickmark the output field also in the screen attribute of listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 05:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922716#M1795340</guid>
      <dc:creator>Private_Member_15166</dc:creator>
      <dc:date>2013-12-18T05:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with listbox in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922717#M1795341</link>
      <description>&lt;P&gt;great!!! helped me a lot. thank you very much&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 00:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-listbox-in-subscreen/m-p/9922717#M1795341</guid>
      <dc:creator>hugocoliveira86</dc:creator>
      <dc:date>2023-10-10T00:08:55Z</dc:date>
    </item>
  </channel>
</rss>

