<?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: Refreshing Module pool screen fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-module-pool-screen-fields/m-p/9410822#M1736852</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 don't understand, is this is an ADT issue? &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1495/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 May 2013 09:32:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-05-29T09:32:27Z</dc:date>
    <item>
      <title>Refreshing Module pool screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-module-pool-screen-fields/m-p/9410819#M1736849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gui's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed a module pool screen ..in that&amp;nbsp; I have input fileds ..I am saving this input fields into a ztable..&lt;/P&gt;&lt;P&gt;After saving the record I want to refresh the module pool screen fields..I used the function module&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'DYNP_VALUES_UPDATE'&amp;nbsp; under pbi to refresh the screen..but it not working..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;can any body give the solution for my issue..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Thanks in advance..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Santhosh.V&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 12:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-module-pool-screen-fields/m-p/9410819#M1736849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-24T12:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing Module pool screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-module-pool-screen-fields/m-p/9410820#M1736850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use add a button for refresh and when it is pressed Clear Statement fro clearing all fields in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 14:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-module-pool-screen-fields/m-p/9410820#M1736850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-24T14:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing Module pool screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-module-pool-screen-fields/m-p/9410821#M1736851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;You don't need this FM just clear the variable in the program, as you are in PAI, next step will be the PBO where this data will be copied to the dynpro. If you referenced your fields with the structure-field name just clear the structure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;EM&gt;DYNP_VALUES_UPDATE is only useful in POV (F4 management) because the program will not execute the PAI/PBO cycle in this case, so a tool was required to update dynpro fields.&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Raymond&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 08:48:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-module-pool-screen-fields/m-p/9410821#M1736851</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-05-29T08:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing Module pool screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-module-pool-screen-fields/m-p/9410822#M1736852</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 don't understand, is this is an ADT issue? &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1495/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 09:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-module-pool-screen-fields/m-p/9410822#M1736852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-29T09:32:27Z</dc:date>
    </item>
  </channel>
</rss>

