<?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 grid refresh problem when I return from list-processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-refresh-problem-when-i-return-from-list-processing/m-p/2877436#M675525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the function module as stated below - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING r_ucomm TYPE 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;  CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR' &lt;/P&gt;&lt;P&gt;  IMPORTING &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ET_EXCLUDING = &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;E_FLG_NO_HTML = &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;E_CALLBACK_PROGRAM = &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;E_REPID = &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  e_grid = ref1 &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ES_LAYOUT_KKBLO = &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ES_SEL_HIDE = &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD ref1-&amp;gt;check_changed_data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This helps to get the data in the internal table refreshed as well as that on the screen so that both are in sync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is generally used on some event, you can also use it otherwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pritha&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2007 09:40:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-20T09:40:48Z</dc:date>
    <item>
      <title>ALV grid refresh problem when I return from list-processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-refresh-problem-when-i-return-from-list-processing/m-p/2877435#M675524</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 have made alv grid with f4 help features and i'm using row select feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i click on a button in Application toolbar, the program leaves to list processing and then return to alv gridscreen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem arises. &lt;/P&gt;&lt;P&gt;(1)Even if i select rows and press F8, the program does not identify the rows selected and does not give me desired output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2)Also, when i press F4, the selected value does not appear in the text field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the cases are working fine, if i dont press button and go to list processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 15:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-refresh-problem-when-i-return-from-list-processing/m-p/2877435#M675524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T15:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid refresh problem when I return from list-processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-refresh-problem-when-i-return-from-list-processing/m-p/2877436#M675525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the function module as stated below - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING r_ucomm TYPE 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;  CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR' &lt;/P&gt;&lt;P&gt;  IMPORTING &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ET_EXCLUDING = &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;E_FLG_NO_HTML = &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;E_CALLBACK_PROGRAM = &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;E_REPID = &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  e_grid = ref1 &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ES_LAYOUT_KKBLO = &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ES_SEL_HIDE = &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD ref1-&amp;gt;check_changed_data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This helps to get the data in the internal table refreshed as well as that on the screen so that both are in sync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is generally used on some event, you can also use it otherwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pritha&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 09:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-refresh-problem-when-i-return-from-list-processing/m-p/2877436#M675525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T09:40:48Z</dc:date>
    </item>
  </channel>
</rss>

