<?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 ALV with OOPS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-with-oops/m-p/5720849#M1298067</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;In ALV using OOPS, Layout (varient) also one of the input. For example, in output has 5 fields. In one layout setting just 3 as output. In that case, after getting the output as ALV, how to store 3 field values   into the itab internally .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JJP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2009 13:32:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-09T13:32:43Z</dc:date>
    <item>
      <title>ALV with OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-with-oops/m-p/5720849#M1298067</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;In ALV using OOPS, Layout (varient) also one of the input. For example, in output has 5 fields. In one layout setting just 3 as output. In that case, after getting the output as ALV, how to store 3 field values   into the itab internally .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JJP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 13:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-with-oops/m-p/5720849#M1298067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T13:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: ALV with OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-with-oops/m-p/5720850#M1298068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeya,&lt;/P&gt;&lt;P&gt;Would you please clarify your problem ? because the values in internal table are independent of the layout .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 13:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-with-oops/m-p/5720850#M1298068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T13:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: ALV with OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-with-oops/m-p/5720851#M1298069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;According to the layout selection, i want to save that values in one ITAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 13:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-with-oops/m-p/5720851#M1298069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T13:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: ALV with OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-with-oops/m-p/5720852#M1298070</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 think you are mixing something up.&lt;/P&gt;&lt;P&gt;Internal table is the one that holds data for ALL the columns (independently of the layout). There can be also some columns which you are not intended to be displayed (but still exist in your interna table).&lt;/P&gt;&lt;P&gt;The layout in ALV is just graphicall representation of what you have in your internal table (not vice versa). It is just a variant of the columns you defined for ALV in fieldcatalog. One layout (variant) would display 3 columns, another one would display 5. But data in the table still are the same (for all the columns). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, now I know what you mean. For this use method &lt;STRONG&gt;GET_FRONTEND_FIELDCATALOG&lt;/STRONG&gt; which should return which columns are visible. Then dynamically assign data from these columns to respecive columns of your internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 14:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-with-oops/m-p/5720852#M1298070</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-06-09T14:06:22Z</dc:date>
    </item>
  </channel>
</rss>

