<?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: Select-Options in dialog program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dialog-program/m-p/1505193#M233534</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 am not clear about your problem, please expalin it clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use FM : DYNP_VALUES_UPDATE to update screen fields.&lt;/P&gt;&lt;P&gt;use FM : DYNP_VALUES_READ to read screen fields.&lt;/P&gt;&lt;P&gt;use SET /GET Parameter id's to set parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this FM will update the screen fields before to PBO event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link for sample code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1474045"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jul 2006 21:17:03 GMT</pubDate>
    <dc:creator>Laxmana_Appana_</dc:creator>
    <dc:date>2006-07-26T21:17:03Z</dc:date>
    <item>
      <title>Select-Options in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dialog-program/m-p/1505192#M233533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a selection-screen in a dialog program, I declared it in the TOP.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Selection-screens&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 101 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;parameters: p_lifnr type lfa1-lifnr  obligatory ,&lt;/P&gt;&lt;P&gt;            p_werks type t001w-werks obligatory .&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;  s_licha FOR zbrtconsig-licha.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to use the event at selection-screen on value-request for s_licha-low, and I need the values from the fields p_lifnr and p_werks. the problem is:&lt;/P&gt;&lt;P&gt;If I only fill the fields p_lifnr, p_werks and click on F4 for s_licha, the values of p_lifnr and p_werks are not updated, they are empty. Only wether I do an Enter this fields is updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alexandre Nogueira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 21:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dialog-program/m-p/1505192#M233533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T21:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Options in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dialog-program/m-p/1505193#M233534</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 am not clear about your problem, please expalin it clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use FM : DYNP_VALUES_UPDATE to update screen fields.&lt;/P&gt;&lt;P&gt;use FM : DYNP_VALUES_READ to read screen fields.&lt;/P&gt;&lt;P&gt;use SET /GET Parameter id's to set parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this FM will update the screen fields before to PBO event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link for sample code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1474045"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 21:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dialog-program/m-p/1505193#M233534</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-07-26T21:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Options in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dialog-program/m-p/1505194#M233535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hummm, I think it's not my case!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Alexandre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Alexandre Nogueira&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Alexandre Nogueira&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 21:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dialog-program/m-p/1505194#M233535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T21:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Options in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dialog-program/m-p/1505195#M233536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alexandre, I believe Appana is correct and you need to use fm DYNP_VALUES_READ to get the current values &amp;lt;b&amp;gt;on the screen&amp;lt;/b&amp;gt;of p_lifnr and p_werks which you can then use in your F4 processing to help you get the s_licha-low and high values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 23:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-dialog-program/m-p/1505195#M233536</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-07-26T23:44:12Z</dc:date>
    </item>
  </channel>
</rss>

