<?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: ALV not getting refresh? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295300#M501095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, am doing refreshing the itab, 2 times i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-refreshing itab, just bfore displaying alv&lt;/P&gt;&lt;P&gt;2- again put the statement for refresh itab in REUSE_ALV_GRID_DISPLAY, after&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tbales&lt;/P&gt;&lt;P&gt;IT_OUTTABB = MY_ITAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH MY_ITAB.&lt;/P&gt;&lt;P&gt;still, its not refreshing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any clue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2007 15:32:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-18T15:32:13Z</dc:date>
    <item>
      <title>ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295294#M501089</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;My ALV flow is like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- first time,  ALV displaying, fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- If presS F3 or BACK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3- Selection screen comes, fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4- If user changes the data and enters new input data, and press push button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5- ALV displays second time, But,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first ALV data is not getting refresh i.e. second time, old data + new data is displaying!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, How to over come it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 14:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295294#M501089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T14:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295295#M501090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/mpioud/Z_DEMO_ALV_REFRESH_BUTTON.html" target="test_blank"&gt;http://www.geocities.com/mpioud/Z_DEMO_ALV_REFRESH_BUTTON.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 14:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295295#M501090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T14:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295296#M501091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I guess you are not clearing internal table of the ALV. While  leaving the program clear the itab. Your problem will get solved.&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Vamsi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 14:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295296#M501091</guid>
      <dc:creator>former_member219399</dc:creator>
      <dc:date>2007-05-18T14:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295297#M501092</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;You need to change the data in the internal table to reflect new changes when the user push button (i.e. refresh).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 14:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295297#M501092</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-05-18T14:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295298#M501093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r u changing data in ITAB when u press push button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'BUTN'.&lt;/P&gt;&lt;P&gt; select ............. where ur condition that reflects push button changes.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u paste the code so we better help u ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 14:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295298#M501093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T14:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295299#M501094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, am doing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-refreshing bfore displaying alv&lt;/P&gt;&lt;P&gt;2- again put the statement for refresh itab, after&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_OUTTABB = MY_ITAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refresh my_itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still, its not refreshing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any clue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 14:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295299#M501094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T14:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295300#M501095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, am doing refreshing the itab, 2 times i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-refreshing itab, just bfore displaying alv&lt;/P&gt;&lt;P&gt;2- again put the statement for refresh itab in REUSE_ALV_GRID_DISPLAY, after&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tbales&lt;/P&gt;&lt;P&gt;IT_OUTTABB = MY_ITAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH MY_ITAB.&lt;/P&gt;&lt;P&gt;still, its not refreshing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any clue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 15:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295300#M501095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T15:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295301#M501096</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;Did you set 'X' to selfield-refresh?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
RS_SELFIELD-REFRESH = 'X'.     "Structure SLIS_SELFIELD
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 15:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295301#M501096</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-05-18T15:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295302#M501097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not refresh ITAB problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r u passing data from any other ITAB to MY_ITAB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check in debug in all the itabs after pressing push button ..how the data is enetering in MY_ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if possible paste the code .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 15:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295302#M501097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T15:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295303#M501098</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 did not see any structure &amp;amp; field in the code as u mentioned, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did not see the following in my code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_SELFIELD-REFRESH = 'X'.     "Structure SLIS_SELFIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, what to do now? i mean, shuld i define structure , if so, pls. let me know the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 15:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295303#M501098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T15:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295304#M501099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write the logic :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE R_UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'Refresh'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit ur report again,i mean call the ur perofm routines code after start-of-selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 16:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295304#M501099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T16:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295305#M501100</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 ALV, to refresh the table you have to call the method "refresh_table_display".  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has the syntax very similar to creating the table.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has two parameters. In the first one, you can mention if you want to refresh only the data (the icons are not refreshed)  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to refresh only the icons around the grid (the data is not refreshed - this option is mostly not used in day to day applications). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the synatx is :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method grid (name of grid )-&amp;gt;refresh_table_display &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exporting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS_STABLE = &amp;lt;STRUCT OF TYPE LVC_S_STBL&amp;gt; (THIS IS FOR DATA REFRESHING) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_SOFT_REFRESH = &amp;lt;VARIABLE OF CHAR 01&amp;gt;  (THIS IS FOR ICON REFRESHING). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 17:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295305#M501100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T17:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295306#M501101</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;Pls. clarify,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- where I hv to code the following syntax, I mean, either before   REUSE_ALV_GRID_DISPAY or after it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method grid (name of grid )-&amp;gt;refresh_table_display &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2-  &amp;lt;STRUCT OF TYPE LVC_S_STBL&amp;gt; With What I hv to replace in place of STRUCT, I mean, Which structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS_STABLE = &amp;lt;STRUCT OF TYPE LVC_S_STBL&amp;gt; (THIS IS FOR DATA REFRESHING) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 01:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295306#M501101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-20T01:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: ALV not getting refresh?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295307#M501102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you Function module - REUSE_ALV_GRID_DISPAY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then do not use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below Structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method grid (name of grid )-&amp;gt;refresh_table_display &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- &amp;lt;STRUCT OF TYPE LVC_S_STBL&amp;gt; With What I hv to replace in place of STRUCT, I mean, Which structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS_STABLE = &amp;lt;STRUCT OF TYPE LVC_S_STBL&amp;gt; (THIS IS FOR DATA REFRESHING) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Process :&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Declaration :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : g_user_command type slis_formname value 'USER_COMMAND'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after completion of ur reuse_ALV_GRID_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;need to write form routine ,this is dynamic subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING r_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;            rs_selfield TYPE slis_selfield.                 "#EC CALLED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE R_UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'REFRESH'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&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>Sun, 20 May 2007 02:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-not-getting-refresh/m-p/2295307#M501102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-20T02:11:42Z</dc:date>
    </item>
  </channel>
</rss>

