<?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 Container refresh in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543606#M578263</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 am working on a interactive OOALV, where I am using the handle_double_click event to get the details of a particular cell. When i go back to the original screen &lt;/P&gt;&lt;P&gt;and double click a different cell, in debugging mode I was able to get the correct values, but on the output it is only showing the previous value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the method set_table_for_first_display only to display the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your inputs will be a great help to me.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2007 09:18:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-19T09:18:13Z</dc:date>
    <item>
      <title>Container refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543606#M578263</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 am working on a interactive OOALV, where I am using the handle_double_click event to get the details of a particular cell. When i go back to the original screen &lt;/P&gt;&lt;P&gt;and double click a different cell, in debugging mode I was able to get the correct values, but on the output it is only showing the previous value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the method set_table_for_first_display only to display the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your inputs will be a great help to me.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 09:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543606#M578263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T09:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Container refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543607#M578264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudha , &lt;/P&gt;&lt;P&gt;  Are you changing the values of the table you are passing to the second screen.&lt;/P&gt;&lt;P&gt;And my sugestion wold be to use the method set_table.... only once after that just use the method refresh_table_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do revert back in case of any further queries.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 09:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543607#M578264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T09:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Container refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543608#M578265</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 PBO module, include this as the last statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method grid-&amp;gt;refresh_table_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI module, include this as the FIRST statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method grid-&amp;gt;check_changed_data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 10:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543608#M578265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T10:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Container refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543609#M578266</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;Try to do in PBO as follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  IF custom_container IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT custom_container&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;            container_name = cont_on_100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT grid&lt;/P&gt;&lt;P&gt;           EXPORTING i_parent = custom_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD grid1-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;        EXPORTING is_layout         = gs_layout&lt;/P&gt;&lt;P&gt;        CHANGING  it_fieldcatalog   = it_fieldcat&lt;/P&gt;&lt;P&gt;                  it_outtab         = ti_arquivo[]&lt;/P&gt;&lt;P&gt;                  it_sort           = isort1[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD grid-&amp;gt;refresh_table_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcelo Ramos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 16:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543609#M578266</guid>
      <dc:creator>marcelo_ramos1</dc:creator>
      <dc:date>2007-07-19T16:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Container refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543610#M578267</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;call the method refresh_table_display to refresh the values which are displayed on grid.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;syantax:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD grid-&amp;gt;refresh_table_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above statement &amp;lt;grid&amp;gt; is the instance of the class CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;the above method has no mandatory parameters.&lt;/P&gt;&lt;P&gt;now you call the event handler method for getting the exact cell values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashok Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 17:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543610#M578267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T17:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Container refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543611#M578268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your promt reply. Appreciated!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 03:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-refresh/m-p/2543611#M578268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T03:20:27Z</dc:date>
    </item>
  </channel>
</rss>

