<?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 dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920488#M1963817</link>
    <description>&lt;P&gt;Table ET_STOCK has to be defined globaly&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2019 15:15:06 GMT</pubDate>
    <dc:creator>former_member2492</dc:creator>
    <dc:date>2019-06-17T15:15:06Z</dc:date>
    <item>
      <title>REFRESH_TABLE_DISPLAY dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920481#M1963810</link>
      <description>&lt;P&gt;Hello I have a screen with two table controls:&lt;/P&gt;
  &lt;P&gt;both are shown however the second one is not getting refreshed and I am getting this error message:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1695647-error.png" /&gt;&lt;/P&gt;
  &lt;P&gt;and then prg exits&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;IF GO_ST IS INITIAL.
 CREATE OBJECT GO_ST
 EXPORTING
 CONTAINER_NAME = 'CC_ST'.
 CREATE OBJECT GO_ST_ALV
 EXPORTING
 I_PARENT = GO_ST.
 CALL METHOD GO_ST_ALV-&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY
 EXPORTING
 I_STRUCTURE_NAME = 'z_table'
 IS_LAYOUT = LS_LAYOUT2
 CHANGING
 IT_OUTTAB = ET_STOCK.
 ELSE.
 LS_STABLE2-ROW = ABAP_TRUE.
 LS_STABLE2-COL = ABAP_TRUE.
 &amp;gt;&amp;gt;&amp;gt;&amp;gt;CALL METHOD GO_ST_ALV-&amp;gt;REFRESH_TABLE_DISPLAY( IS_STABLE = LS_STABLE2 ).&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Jun 2019 13:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920481#M1963810</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-06-17T13:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920482#M1963811</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can look at the sample program BCALV_GRID_01, it may help you. I guess issue will be structure name . It may be capital . &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;I_STRUCTURE_NAME = 'Z_TABLE'&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Jun 2019 14:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920482#M1963811</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2019-06-17T14:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920483#M1963812</link>
      <description>&lt;P&gt;I do not see refresh_table_display...anywhere...and even in the prg the strcuture name is in capital&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 14:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920483#M1963812</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-06-17T14:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920484#M1963813</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry my mistake look at the program BCALV_GRID_03. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nawa.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 14:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920484#M1963813</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2019-06-17T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920485#M1963814</link>
      <description>&lt;P&gt;I did and they are the same...&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 14:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920485#M1963814</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-06-17T14:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920486#M1963815</link>
      <description>&lt;P&gt;It's impossible to answer if you don't show the whole short dump (text, zipped).&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 15:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920486#M1963815</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-06-17T15:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920487#M1963816</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; that is all,after that the program exits&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 15:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920487#M1963816</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-06-17T15:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920488#M1963817</link>
      <description>&lt;P&gt;Table ET_STOCK has to be defined globaly&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 15:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920488#M1963817</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-06-17T15:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH_TABLE_DISPLAY dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920489#M1963818</link>
      <description>&lt;P&gt;ok. That's not a (short) dump then (that refers to the lists in transaction ST22).&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 15:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dump/m-p/11920489#M1963818</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-06-17T15:16:48Z</dc:date>
    </item>
  </channel>
</rss>

