<?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: Module Pool Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754139#M326883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be in the PBO you are refreshing the internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont refresh the internal table in PBO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2006 15:15:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-12T15:15:19Z</dc:date>
    <item>
      <title>Module Pool Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754138#M326882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a screen with some fields &amp;amp; a table control.&lt;/P&gt;&lt;P&gt;I am uploading some data entered here into some database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after filling up the fields if I press ENTER, all fields get refreshed.&lt;/P&gt;&lt;P&gt;How do I retain these field values..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 15:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754138#M326882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T15:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754139#M326883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be in the PBO you are refreshing the internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont refresh the internal table in PBO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 15:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754139#M326883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T15:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754140#M326884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the PBO of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be used clear,refresh,free like statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 15:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754140#M326884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T15:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754141#M326885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is because ur table control is getting refreshed everytime u hit an enter and the sy-ucomm of this is not handled .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u need to give ok_code  or sy-ucomm as 'ENTE' action of handling event in the code of ur PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'ENTE' "---&amp;gt;enter command from the user &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform xxxx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this prog &amp;lt;b&amp;gt;demo_dynpro_tabcont_loop&amp;lt;/b&amp;gt; opening in SE80 and see how the value is getting hold after  u input city name in debugging .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will give u an analysis of understnading the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 15:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754141#M326885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T15:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754142#M326886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jighendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you written any code for the Enter in the module user-command. If not then check the complete flow of the program and check whether u r clearing the table at any place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 15:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754142#M326886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T15:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754143#M326887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi..&lt;/P&gt;&lt;P&gt;may be you can try out this way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the layout of your screen painter , instead of placing a table control, you can &lt;/P&gt;&lt;P&gt;    use the program/ dictionary fields icon of press F6.&lt;/P&gt;&lt;P&gt;2. You will get a screen " Program/ dictionary fields" .&lt;/P&gt;&lt;P&gt;3. Here, enter any table name.(in case its a standard database, you can enter the table name )&lt;/P&gt;&lt;P&gt;4. click on the " get from dictionary tab".( or " get from program" tab if you specify your work area name used in your program)&lt;/P&gt;&lt;P&gt;5. You can see all the fields of the table.&lt;/P&gt;&lt;P&gt;6. select the fields you want.&lt;/P&gt;&lt;P&gt;7. press enter.&lt;/P&gt;&lt;P&gt;8. place this on your layout.&lt;/P&gt;&lt;P&gt;9. Automatically . the fields and its value will be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 15:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754143#M326887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T15:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754144#M326888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u all. &lt;/P&gt;&lt;P&gt;I got it solved. &lt;/P&gt;&lt;P&gt;The checkbox ( program--&amp;gt;Without Reset ) was not checked for all the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 05:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-problem/m-p/1754144#M326888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T05:39:36Z</dc:date>
    </item>
  </channel>
</rss>

