<?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: Refresh Icon button problem in ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501449#M232175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already used the method  &lt;/P&gt;&lt;P&gt;buti havent passed the IS_STABLE parameter value into the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know what value do i need pass into thois varaible as i have tried with teh 'X' but it doesnt work out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Seshidhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2006 05:20:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-06T05:20:01Z</dc:date>
    <item>
      <title>Refresh Icon button problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501447#M232173</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 developed a report using the ALv grid , everything works fine, except for the Refresh icon in the tool bar menu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i click it my column placement go for a toss(only for the currency field.) all the currency field in the report are placed at one place ( which shouldn't have been like that)did anyone of you had the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its the same with the Excel sheet placement for the report (it does the same thing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g.. &lt;/P&gt;&lt;P&gt;My field catalog is as defined below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PO number&lt;/P&gt;&lt;P&gt;Po item&lt;/P&gt;&lt;P&gt;Po value&lt;/P&gt;&lt;P&gt;currency&lt;/P&gt;&lt;P&gt;PO value in Local currency&lt;/P&gt;&lt;P&gt;Currency&lt;/P&gt;&lt;P&gt;Invoice value&lt;/P&gt;&lt;P&gt;Currency&lt;/P&gt;&lt;P&gt;Invoice value in Local Currency&lt;/P&gt;&lt;P&gt;Currency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the refresh or the Excel sheet placed in the screen button is used in the menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my output is as below.&lt;/P&gt;&lt;P&gt;PO number&lt;/P&gt;&lt;P&gt;Po item&lt;/P&gt;&lt;P&gt;Po value&lt;/P&gt;&lt;P&gt;Currency&lt;/P&gt;&lt;P&gt;Currency&lt;/P&gt;&lt;P&gt;Currency&lt;/P&gt;&lt;P&gt;Currency&lt;/P&gt;&lt;P&gt;PO value in Local currency&lt;/P&gt;&lt;P&gt;Invoice value&lt;/P&gt;&lt;P&gt;Invoice value in Local Currency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could some one help me out in this part .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 04:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501447#M232173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T04:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Icon button problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501448#M232174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  wa_stable-col = c_check.&lt;/P&gt;&lt;P&gt;  wa_stable-row = c_check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD pw_grid-&amp;gt;refresh_table_display&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       is_stable      = wa_stable&lt;/P&gt;&lt;P&gt;       i_soft_refresh = pw_refresh&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;       finished       = 1&lt;/P&gt;&lt;P&gt;       OTHERS         = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 05:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501448#M232174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T05:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Icon button problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501449#M232175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already used the method  &lt;/P&gt;&lt;P&gt;buti havent passed the IS_STABLE parameter value into the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know what value do i need pass into thois varaible as i have tried with teh 'X' but it doesnt work out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Seshidhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 05:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501449#M232175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T05:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Icon button problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501450#M232176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass 'X' to column and row and it should work&lt;/P&gt;&lt;P&gt;  wal_stable-col = 'X'.&lt;/P&gt;&lt;P&gt;  wal_stable-row = 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 05:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501450#M232176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T05:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Icon button problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501451#M232177</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;It still doesn't work out with the refresh method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did anybody face the same kind of problem.&lt;/P&gt;&lt;P&gt;if so please let me know how it was solved.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 10:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501451#M232177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T10:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Icon button problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501452#M232178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this code &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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  rs_selfield-refresh = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;P&gt;vind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 11:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-icon-button-problem-in-alv/m-p/1501452#M232178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T11:17:16Z</dc:date>
    </item>
  </channel>
</rss>

