<?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: Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2190658#M467014</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;if you are using ALV..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then check the internal table where the column is empty..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the fieldcatalogue  for that cloumn give&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"let suppose your matnr column is empty then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If columnname = 'matnr' . &lt;/P&gt;&lt;P&gt;ls_fieldcat-no_out = 'X'.&lt;/P&gt;&lt;P&gt;append ls_fieldcat to it_fieldcat.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problme..&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,\&lt;/P&gt;&lt;P&gt;nazeer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 07:01:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-27T07:01:01Z</dc:date>
    <item>
      <title>Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2190654#M467010</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; I want to display internal table columns having contents and hide remaining columns which are empty.  Is it possible through FM or using CONCATENATE statement or I have to go for dynamic internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Vipin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2190654#M467010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2190655#M467011</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;u can do it in ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the field caatlog, chk whthere the particular field has data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if inly data is there, display it in ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2190655#M467011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2190656#M467012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vipin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before genarating the field catalog check whether the contents of that particular columns and if the contents is not empty populate the field catalog else not.&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;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2190656#M467012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2190657#M467013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vipin pls reframe ur question.. . but whtevr we can get from it , Check in the loop of internal table whther field IS initial or not. IF initial , then dont display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful or let me know ur exact query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kartavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2190657#M467013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2190658#M467014</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;if you are using ALV..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then check the internal table where the column is empty..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the fieldcatalogue  for that cloumn give&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"let suppose your matnr column is empty then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If columnname = 'matnr' . &lt;/P&gt;&lt;P&gt;ls_fieldcat-no_out = 'X'.&lt;/P&gt;&lt;P&gt;append ls_fieldcat to it_fieldcat.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problme..&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,\&lt;/P&gt;&lt;P&gt;nazeer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 07:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2190658#M467014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T07:01:01Z</dc:date>
    </item>
  </channel>
</rss>

