<?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_TABLE_DISPLAY giving dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657326#M1286980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked filed catalogs with the case it is giving dump to the other case which is not giving dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both fieldcatlogs are same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know in which case generally this exception will get triggered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2009 08:28:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-10T08:28:27Z</dc:date>
    <item>
      <title>REFRESH_TABLE_DISPLAY giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657322#M1286976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;class : CL_GUI_ALV_GRID  is used to to produce alv grid &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i tried to refresh using REFRESH_TABLE_DISPLAY method &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting a dump &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception condition "DP_ERROR_GET_DATA" raised&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dump is coming from fun module DP_CONTROL_GET_TABLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT SELFCREATED IS INITIAL.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'DP_DESTROY'&lt;/P&gt;&lt;P&gt;         CHANGING&lt;/P&gt;&lt;P&gt;              H_DP   = &amp;lt;H_DPLOCAL&amp;gt;&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              OTHERS = 1.&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;       ERRORLEVEL = 1.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  CASE ERRORLEVEL.&lt;/P&gt;&lt;P&gt;    WHEN 1.&lt;/P&gt;&lt;P&gt;      RAISE DP_ERROR_CREATE.&lt;/P&gt;&lt;P&gt;    WHEN 2.&lt;/P&gt;&lt;P&gt;      RAISE DP_ERROR_GET_PROPERTY.&lt;/P&gt;&lt;P&gt;    WHEN 3.&lt;/P&gt;&lt;P&gt;      RAISE DP_ERROR_GET_DATA.----&lt;/P&gt;&lt;HR originaltext="-----------------------------------" /&gt;&lt;P&gt;&amp;gt; this exception is being raised &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me knwo why it is happening like this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 07:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657322#M1286976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T07:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657323#M1286977</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 check your fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 07:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657323#M1286977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T07:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657324#M1286978</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;Please check that while creating the field catalog you have given the correct field names i.e. similar to that in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 07:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657324#M1286978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T07:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657325#M1286979</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 ALV, to refresh the table you have to call the method u201Crefresh_table_displayu201D.  It has the syntax very similar to creating the table. It has two parameters. In the first one, you can mention if you want to refresh only the data (the icons are not refreshed) or if you want to refresh only the icons around the grid (the data is not refreshed - this option is mostly not used in day to day applications). Please check the filed catalog table&lt;/P&gt;&lt;P&gt;the syntax is :&lt;/P&gt;&lt;P&gt;call method grid (name of grid )-&amp;gt;refresh_table_display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS_STABLE = (THIS IS FOR DATA REFRESHING)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_SOFT_REFRESH = (THIS IS FOR ICON REFRESHING).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the following link, for your reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cjzlk.com/%E7%BB%BC%E5%90%88%E6%96%87%E6%A1%A3%E5%A4%A7%E5%85%A8/%E7%94%B5%E5%AD%90%E5%95%86%E5%8A%A1/SAP/An%20Easy%20Reference%20for%20ALV%20Grid%20Control.pdf" target="test_blank"&gt;http://www.cjzlk.com/%E7%BB%BC%E5%90%88%E6%96%87%E6%A1%A3%E5%A4%A7%E5%85%A8/%E7%94%B5%E5%AD%90%E5%95%86%E5%8A%A1/SAP/An%20Easy%20Reference%20for%20ALV%20Grid%20Control.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 07:51:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657325#M1286979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T07:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657326#M1286980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked filed catalogs with the case it is giving dump to the other case which is not giving dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both fieldcatlogs are same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know in which case generally this exception will get triggered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 08:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657326#M1286980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T08:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657327#M1286981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check whether this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : cntr TYPE REF TO cl_gui_custom_container,&lt;/P&gt;&lt;P&gt;       grid TYPE REF TO cl_gui_alv_grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF cntr IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;      cntr-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt;      CLEAR cntr.&lt;/P&gt;&lt;P&gt;      FREE  cntr.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CREATE OBJECT cntr&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        container_name = 'CNTR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT grid&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        i_parent = cntr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 08:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657327#M1286981</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-06-10T08:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657328#M1286982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, I have the same problem, any solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My fieldcatalog has the same fieldnames like my output table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards &lt;/P&gt;&lt;P&gt;Nils&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 10:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-giving-dump/m-p/5657328#M1286982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T10:56:42Z</dc:date>
    </item>
  </channel>
</rss>

