<?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: Reg...Interactive ALV using double click in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv-using-double-click/m-p/3360651#M806390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;please use refresh_table_display method of ALV grid class .&lt;/P&gt;&lt;P&gt;call method g_grid=&amp;gt;&lt;STRONG&gt;refresh_table_dsiplay&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;rewards points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2008 09:01:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-06T09:01:22Z</dc:date>
    <item>
      <title>Reg...Interactive ALV using double click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv-using-double-click/m-p/3360650#M806389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have generated a ALV using OO approach, when i double click on the basic list for the first time it is displaying the corresponding interactive list correctly.&lt;/P&gt;&lt;P&gt;But when i go back again to basic list ,and click on the other record it is displaying the old interactive list only .. but not the one corresponding to the basic list record which is clicked.&lt;/P&gt;&lt;P&gt;can anyone help me ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;answers will be rewarded..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 06:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv-using-double-click/m-p/3360650#M806389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T06:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reg...Interactive ALV using double click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv-using-double-click/m-p/3360651#M806390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;please use refresh_table_display method of ALV grid class .&lt;/P&gt;&lt;P&gt;call method g_grid=&amp;gt;&lt;STRONG&gt;refresh_table_dsiplay&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;rewards points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 09:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv-using-double-click/m-p/3360651#M806390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T09:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reg...Interactive ALV using double click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv-using-double-click/m-p/3360652#M806391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you click on BACK button call the method 'REFRESH_TABLE_DISPLAY' in the user command section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX: &lt;/P&gt;&lt;P&gt;Case sy-ucomm.&lt;/P&gt;&lt;P&gt;WHEN 'BACK'&lt;/P&gt;&lt;P&gt;CALL METHOD LV_ALVGRID-&amp;gt;REFRESH_TABLE_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 15:33:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv-using-double-click/m-p/3360652#M806391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T15:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reg...Interactive ALV using double click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv-using-double-click/m-p/3360653#M806392</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;Check this standard program &lt;/P&gt;&lt;P&gt;BCALV_GRID_03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if usefull&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fareedas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv-using-double-click/m-p/3360653#M806392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T11:09:34Z</dc:date>
    </item>
  </channel>
</rss>

