<?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 How to refresh the data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131064#M743802</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 have a problem while I am executing my function module.When I enter the input the input parameters and if I execute I am getting the output.If I come back to the&lt;/P&gt;&lt;P&gt;input screen and if i give some other input values it is showing the same output.&lt;/P&gt;&lt;P&gt;But if I go to the first screen and If I execute the fm it is giving the correct output.&lt;/P&gt;&lt;P&gt;I think I am not clearing the output table.My output internal table is itab.&lt;/P&gt;&lt;P&gt;Could anyone tellme how to refresh the data and where should I write this statement , whether at the begining or after the ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2007 20:31:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-29T20:31:37Z</dc:date>
    <item>
      <title>How to refresh the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131064#M743802</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 have a problem while I am executing my function module.When I enter the input the input parameters and if I execute I am getting the output.If I come back to the&lt;/P&gt;&lt;P&gt;input screen and if i give some other input values it is showing the same output.&lt;/P&gt;&lt;P&gt;But if I go to the first screen and If I execute the fm it is giving the correct output.&lt;/P&gt;&lt;P&gt;I think I am not clearing the output table.My output internal table is itab.&lt;/P&gt;&lt;P&gt;Could anyone tellme how to refresh the data and where should I write this statement , whether at the begining or after the ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 20:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131064#M743802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T20:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131065#M743803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your program type ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it module pool ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so write the refresh itab in PBO of your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is report then write the refresh itab in start-of-selection ( Starting).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 20:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131065#M743803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T20:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131066#M743804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Are you using any append or modify statements? Clear work area after every append and modify statements. that will be enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 20:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131066#M743804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T20:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131067#M743805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to refresh your itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refresh: itab[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 20:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131067#M743805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T20:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131068#M743806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a function module and the output table is the table which is declared in the tables parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 20:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131068#M743806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T20:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131069#M743807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your function module if you are using the internal variables, ranges and tables than you need to first clear them before passing any new data before doing that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 20:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131069#M743807</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-29T20:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131070#M743808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you must refresh the tables before select or passing itto FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 21:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131070#M743808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T21:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131071#M743809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have cleared all my import parameters after passing into my final output table.( Before END FUNCTION ) and it is working now.&lt;/P&gt;&lt;P&gt;Thanks for ur effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 21:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-refresh-the-data/m-p/3131071#M743809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T21:11:48Z</dc:date>
    </item>
  </channel>
</rss>

