<?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: Display ALV GRID Using Dynamic Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266855#M149246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's doesn't work, and make new error "Formal parameter "IT_OUTTAB[]" does not exist. However, the parameter "IT_OUTTAB" has a similar name."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the method is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD &amp;lt;ref. var. to CL_GUI_ALV_GRID&amp;gt;-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt; I_BUFFER_ACTIVE = &amp;lt;any type (ANY)&amp;gt;&lt;/P&gt;&lt;P&gt; I_STRUCTURE_NAME = &amp;lt;string of type DD02L-TABNAME&amp;gt;&lt;/P&gt;&lt;P&gt; IS_VARIANT = &amp;lt;structure of type DISVARIANT&amp;gt;&lt;/P&gt;&lt;P&gt; I_SAVE = &amp;lt;var. of type CHAR01&amp;gt;&lt;/P&gt;&lt;P&gt; I_DEFAULT = &amp;lt;var. of type CHAR01&amp;gt;&lt;/P&gt;&lt;P&gt; IS_LAYOUT = &amp;lt;structure of type LVC_S_LAYO&amp;gt;&lt;/P&gt;&lt;P&gt; IS_PRINT = &amp;lt;structure of type LVC_S_PRNT&amp;gt;&lt;/P&gt;&lt;P&gt; IT_SPECIAL_GROUPS = &amp;lt;internal table of type LVC_T_SGRP&amp;gt;&lt;/P&gt;&lt;P&gt; IT_TOOLBAR_EXCLUDING = &amp;lt;internal table of type UI_FUNCTIONS&amp;gt;&lt;/P&gt;&lt;P&gt; IT_HYPERLINK = &amp;lt;internal table of type LVC_T_HYPE&amp;gt;&lt;/P&gt;&lt;P&gt; IT_ALV_GRAPHICS = &amp;lt;internal table of type DTC_T_TC&amp;gt;&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt; IT_OUTTAB = &amp;lt;internal table&amp;gt;&lt;/P&gt;&lt;P&gt; IT_FIELDCATALOG = &amp;lt;internal table of type LVC_T_FCAT&amp;gt;&lt;/P&gt;&lt;P&gt; IT_SORT = &amp;lt;internal table of type LVC_T_SORT&amp;gt;&lt;/P&gt;&lt;P&gt; IT_FILTER = &amp;lt;internal table of type LVC_T_FILT&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Apr 2006 08:31:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-13T08:31:04Z</dc:date>
    <item>
      <title>Display ALV GRID Using Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266852#M149243</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 try to display ALV Grid using Dynamic Internal Table, but when i activate my program, i get an error message "DYN_TABLE" is not type-compatible with formal parameter "IT_OUTTAB". ( DYN_TABLE is my Dynamic Itab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody can help me how to passing Dynamic Itab into ALV Grid ?? Of ALV Grid only accept static Itab ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 08:14:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266852#M149243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T08:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Display ALV GRID Using Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266853#M149244</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;try giving like this way instead of IT_OUTTAB &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass it like this &amp;lt;b&amp;gt; IT_OUTTAB[].&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 08:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266853#M149244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T08:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display ALV GRID Using Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266854#M149245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;WELCOME TO SDN&lt;/P&gt;&lt;P&gt;    instead of passing IT_OUTTAB pass it as &amp;lt;b&amp;gt;IT_OUTTAB[]&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 08:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266854#M149245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T08:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Display ALV GRID Using Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266855#M149246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's doesn't work, and make new error "Formal parameter "IT_OUTTAB[]" does not exist. However, the parameter "IT_OUTTAB" has a similar name."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the method is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD &amp;lt;ref. var. to CL_GUI_ALV_GRID&amp;gt;-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt; I_BUFFER_ACTIVE = &amp;lt;any type (ANY)&amp;gt;&lt;/P&gt;&lt;P&gt; I_STRUCTURE_NAME = &amp;lt;string of type DD02L-TABNAME&amp;gt;&lt;/P&gt;&lt;P&gt; IS_VARIANT = &amp;lt;structure of type DISVARIANT&amp;gt;&lt;/P&gt;&lt;P&gt; I_SAVE = &amp;lt;var. of type CHAR01&amp;gt;&lt;/P&gt;&lt;P&gt; I_DEFAULT = &amp;lt;var. of type CHAR01&amp;gt;&lt;/P&gt;&lt;P&gt; IS_LAYOUT = &amp;lt;structure of type LVC_S_LAYO&amp;gt;&lt;/P&gt;&lt;P&gt; IS_PRINT = &amp;lt;structure of type LVC_S_PRNT&amp;gt;&lt;/P&gt;&lt;P&gt; IT_SPECIAL_GROUPS = &amp;lt;internal table of type LVC_T_SGRP&amp;gt;&lt;/P&gt;&lt;P&gt; IT_TOOLBAR_EXCLUDING = &amp;lt;internal table of type UI_FUNCTIONS&amp;gt;&lt;/P&gt;&lt;P&gt; IT_HYPERLINK = &amp;lt;internal table of type LVC_T_HYPE&amp;gt;&lt;/P&gt;&lt;P&gt; IT_ALV_GRAPHICS = &amp;lt;internal table of type DTC_T_TC&amp;gt;&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt; IT_OUTTAB = &amp;lt;internal table&amp;gt;&lt;/P&gt;&lt;P&gt; IT_FIELDCATALOG = &amp;lt;internal table of type LVC_T_FCAT&amp;gt;&lt;/P&gt;&lt;P&gt; IT_SORT = &amp;lt;internal table of type LVC_T_SORT&amp;gt;&lt;/P&gt;&lt;P&gt; IT_FILTER = &amp;lt;internal table of type LVC_T_FILT&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 08:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266855#M149246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T08:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display ALV GRID Using Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266856#M149247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jatra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm sure it will work. but i want to see your code once.&lt;/P&gt;&lt;P&gt;there is some problem with your code,..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 08:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266856#M149247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T08:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display ALV GRID Using Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266857#M149248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jatra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should work.&lt;/P&gt;&lt;P&gt;Take a look at my blog which explain in details about the same. I hope you have declared IT_OUTTAB as TYPE REF to DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/ravikumar.allampallam/blog/2005/05/31/expand-the-list-of-columns-in-a-report-dynamically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please close the thread if this solves the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 08:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-alv-grid-using-dynamic-internal-table/m-p/1266857#M149248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T08:45:57Z</dc:date>
    </item>
  </channel>
</rss>

