<?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: CL_SALV_TABLE - refresh using a RTTS defined dynamic table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-salv-table-refresh-using-a-rtts-defined-dynamic-table/m-p/6656687#M1445690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harald,&lt;/P&gt;&lt;P&gt;thank you for pointing me in the right direction - you are correct, I ran through the RTTS definition twice. I now only do a CLEAR for the field symbol and replace the contents, but not the instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Mar 2010 23:02:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-10T23:02:40Z</dc:date>
    <item>
      <title>CL_SALV_TABLE - refresh using a RTTS defined dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-salv-table-refresh-using-a-rtts-defined-dynamic-table/m-p/6656685#M1445688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have defined a dynamic table using the RTTS method cl_abap_tabledescr=&amp;gt;create; the structure definition contains standard fields, custom fields and fields representing characteristics. The result a field symbol defined as standard table, &amp;lt;gt_data&amp;gt;. I'm using this table then to display a simple ALV list using cl_salv_table=&amp;gt;factory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem: refreshing the data does not work. After the data has been changed (by jumping into the transaction and back to the ALV from a hotspot event), I re-read the data, CLEAR, UNASSIGN and ASSIGN the &amp;lt;gt_data&amp;gt; table again and call the cl_salv_table=&amp;gt;refresh method. The data in the &amp;lt;gt_data&amp;gt; table is being correctly set (verified via debugger), but the ALV does not update. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 21:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-salv-table-refresh-using-a-rtts-defined-dynamic-table/m-p/6656685#M1445688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T21:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: CL_SALV_TABLE - refresh using a RTTS defined dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-salv-table-refresh-using-a-rtts-defined-dynamic-table/m-p/6656686#M1445689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans-Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not quite sure I understand the steps. I would expect that you have a global field symbol that represents your table. I'd expect that you'd construct this table once via RTTS functionality and then keep using that specific instance. The UNASSIGN/ASSIGN step sounds a bit suspicious to me, because it seems as if you're creating a new instance, whereas your ALV still points to the old instance you created. So then when calling the [refresh_table_display|http://help.sap.com/saphelp_erp2004/helpdata/en/0a/b5531ed30911d2b467006094192fe3/frameset.htm] method your updates might not take effect, because ALV still has the reference to the previous table you've constructed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 21:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-salv-table-refresh-using-a-rtts-defined-dynamic-table/m-p/6656686#M1445689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T21:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: CL_SALV_TABLE - refresh using a RTTS defined dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-salv-table-refresh-using-a-rtts-defined-dynamic-table/m-p/6656687#M1445690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harald,&lt;/P&gt;&lt;P&gt;thank you for pointing me in the right direction - you are correct, I ran through the RTTS definition twice. I now only do a CLEAR for the field symbol and replace the contents, but not the instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 23:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-salv-table-refresh-using-a-rtts-defined-dynamic-table/m-p/6656687#M1445690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T23:02:40Z</dc:date>
    </item>
  </channel>
</rss>

