<?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: Screen Refresh Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618576#M871700</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;okies. u can try one thing. you might have written a select query for fetching the data into internal table. just write "append &amp;lt;internal table&amp;gt;" below that, if u r using internal table with header row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck.. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 09:34:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-28T09:34:56Z</dc:date>
    <item>
      <title>Screen Refresh Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618573#M871697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a module Pool Program.&lt;/P&gt;&lt;P&gt;After excuting one screen when i come back and excute next one it shows no data while the table have entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already cleared all local variable and internal tables before call any one screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it screen refresh Probelm or something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ricky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 06:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618573#M871697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T06:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Refresh Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618574#M871698</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;In screen attributes, check mark the "hold data" checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hold Data Allows you to hold onto any entries you have made on screen&lt;/P&gt;&lt;P&gt;When the screen is next processed, system automatically redisplays the data in input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARd Pts if its useful for u.. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;- Rishika bawa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 06:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618574#M871698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T06:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Refresh Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618575#M871699</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;Rishika.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is not regarding hold up data to screen.&lt;/P&gt;&lt;P&gt;My problem is that for second options I am getting none of data from internal tables even they hhave value.&lt;/P&gt;&lt;P&gt;this releate to Refreshing problem......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me  any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ricky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 08:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618575#M871699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T08:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Refresh Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618576#M871700</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;okies. u can try one thing. you might have written a select query for fetching the data into internal table. just write "append &amp;lt;internal table&amp;gt;" below that, if u r using internal table with header row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck.. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 09:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618576#M871700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T09:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Refresh Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618577#M871701</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;Rishika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am already doing same thing.The problem is that it is not going into the loop even having data into internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads&lt;/P&gt;&lt;P&gt;Ricky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 10:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618577#M871701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T10:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Refresh Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618578#M871702</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;Don't clear the internal tables bcz before ur PBO is going to exe it should have some data to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be it will works or send me code i will work on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 16:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh-problem/m-p/3618578#M871702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T16:02:46Z</dc:date>
    </item>
  </channel>
</rss>

