<?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: Refreshing Custom control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-custom-control/m-p/4398697#M1045680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;Use the below method&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL METHOD G_GRID-&amp;gt;REFRESH_TABLE_DISPLAY
*  EXPORTING
*    IS_STABLE      =
*    I_SOFT_REFRESH =
*  EXCEPTIONS
*    FINISHED       = 1
*    others         = 2
        .
IF SY-SUBRC &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2008 02:35:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-25T02:35:59Z</dc:date>
    <item>
      <title>Refreshing Custom control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-custom-control/m-p/4398695#M1045678</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 requirement like when the table name is entered and select display button , the contents of the table should be displayed. I have created module pool screen with a input field , push button and a custom control and written code using the oops alv to display the contents.&lt;/P&gt;&lt;P&gt;for the first time, when the table name is entered and push button is selected, the contents would be displayed in the custom control area. But when the table name is changed and push button is selected , the new table contents are not getting displayed means the custom control is not getting refreshed....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one have idea  how to refresh the custom control...........or any other approach......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 01:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-custom-control/m-p/4398695#M1045678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T01:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing Custom control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-custom-control/m-p/4398696#M1045679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call this method after the button click handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call method grid-&amp;gt;refresh_table_display.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 02:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-custom-control/m-p/4398696#M1045679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T02:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing Custom control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-custom-control/m-p/4398697#M1045680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;Use the below method&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL METHOD G_GRID-&amp;gt;REFRESH_TABLE_DISPLAY
*  EXPORTING
*    IS_STABLE      =
*    I_SOFT_REFRESH =
*  EXCEPTIONS
*    FINISHED       = 1
*    others         = 2
        .
IF SY-SUBRC &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 02:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-custom-control/m-p/4398697#M1045680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T02:35:59Z</dc:date>
    </item>
  </channel>
</rss>

