<?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: Dropdown on Dynpro gets refreshed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-on-dynpro-gets-refreshed/m-p/11511415#M1933652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When Enter is pressed you trigger a PAI/PBO cycle&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In PAI did you save the field value (how did you define the field in Abap (some TABLES in top include?) , in dynpro (ddic reference?), is there a FIELD statement in PAI logic))&lt;/LI&gt;&lt;LI&gt;In PBO did you reset the value (implicitly or explicitly)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should provide much more information, also what did you already try (debug - watchpoint, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 14:23:51 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2016-02-17T14:23:51Z</dc:date>
    <item>
      <title>Dropdown on Dynpro gets refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-on-dynpro-gets-refreshed/m-p/11511412#M1933649</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 have a dropdown box on a dynpro, that I have filled with values. if I now choose an entry and press enter in f.e. a dynpro inputfield, the selection of the dropdown box gets lost. I'm taking care, that the dropdown box is only getting filled once in the pbo, but i don't know why it's loosing it's selection when a roundtrip is being performed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anybody know what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 23:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-on-dynpro-gets-refreshed/m-p/11511412#M1933649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-16T23:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown on Dynpro gets refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-on-dynpro-gets-refreshed/m-p/11511413#M1933650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no ideas anyone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 07:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-on-dynpro-gets-refreshed/m-p/11511413#M1933650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-17T07:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown on Dynpro gets refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-on-dynpro-gets-refreshed/m-p/11511414#M1933651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this drop down box is populated by a call to VRM_SET_VALUES ??&amp;nbsp; And in your PAI is the value transported via a FIELD statement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have ideas.&amp;nbsp; We just don't have any screen code to pick apart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 08:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-on-dynpro-gets-refreshed/m-p/11511414#M1933651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-17T08:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown on Dynpro gets refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-on-dynpro-gets-refreshed/m-p/11511415#M1933652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When Enter is pressed you trigger a PAI/PBO cycle&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In PAI did you save the field value (how did you define the field in Abap (some TABLES in top include?) , in dynpro (ddic reference?), is there a FIELD statement in PAI logic))&lt;/LI&gt;&lt;LI&gt;In PBO did you reset the value (implicitly or explicitly)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should provide much more information, also what did you already try (debug - watchpoint, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 14:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-on-dynpro-gets-refreshed/m-p/11511415#M1933652</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-02-17T14:23:51Z</dc:date>
    </item>
  </channel>
</rss>

