<?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 dount in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dount/m-p/3491744#M839704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  if g_custom_container is initial.
    perform f_create_and_init_alv. " This is your set_table_first_display
  else.
    perform f_rebuild_fieldcat changing gt_fieldcat.
    set titlebar sy-dynnr with p_netwk.
    call method g_grid-&amp;gt;set_frontend_fieldcatalog
      exporting
        it_fieldcatalog = gt_fieldcat[].

    call method g_grid-&amp;gt;set_frontend_layout
      exporting
        is_layout = gs_layout.

    call method g_grid-&amp;gt;refresh_table_display.
  endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Feb 2008 16:21:26 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-02-29T16:21:26Z</dc:date>
    <item>
      <title>Refresh_table_display dount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dount/m-p/3491743#M839703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have problem in refresh_table_display,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first i called &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD gL_grid_GL100-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     is_variant      = ls_variant&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      is_layout       = Ls_layout&lt;/P&gt;&lt;P&gt;      i_save          = 'A'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IT_SPECIAL_GROUPS =  Lt_GROUP[]&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;     it_outtab       = ITAB_ZSTMGLRACC[]&lt;/P&gt;&lt;P&gt;     it_fieldcatalog = lt_fcat&lt;/P&gt;&lt;P&gt;     IT_SORT = LT_SORT[]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i updated Ls_layout&lt;/P&gt;&lt;P&gt;        ls_fcat-NO_OUT = 'X'. of some fields. i want to hide that fields.&lt;/P&gt;&lt;P&gt;the i called refresh_table_display,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but there there is no fields are hiding, alv remains the same.&lt;/P&gt;&lt;P&gt;any one have any idea about this ?..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 16:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dount/m-p/3491743#M839703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T16:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh_table_display dount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dount/m-p/3491744#M839704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  if g_custom_container is initial.
    perform f_create_and_init_alv. " This is your set_table_first_display
  else.
    perform f_rebuild_fieldcat changing gt_fieldcat.
    set titlebar sy-dynnr with p_netwk.
    call method g_grid-&amp;gt;set_frontend_fieldcatalog
      exporting
        it_fieldcatalog = gt_fieldcat[].

    call method g_grid-&amp;gt;set_frontend_layout
      exporting
        is_layout = gs_layout.

    call method g_grid-&amp;gt;refresh_table_display.
  endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 16:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-table-display-dount/m-p/3491744#M839704</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-02-29T16:21:26Z</dc:date>
    </item>
  </channel>
</rss>

