<?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 Deep structured Internal table in ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/deep-structured-internal-table-in-alv/m-p/1865490#M364905</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; I have a table which has got some more tables in it. &lt;/P&gt;&lt;P&gt;For eg, one particular applicant can have taken 5 subjects at a level, 3 at another level and so on. &lt;/P&gt;&lt;P&gt;I want to show this data in ALV. &lt;/P&gt;&lt;P&gt;Is it possible? If so, how do I make the field catalog? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table would be something like this : &lt;/P&gt;&lt;P&gt;begin of itab occurs 0, &lt;/P&gt;&lt;P&gt; field1 type c, &lt;/P&gt;&lt;P&gt; field2 type c, &lt;/P&gt;&lt;P&gt; deep_1 type table of ws1,&lt;/P&gt;&lt;P&gt; deep_2 type table of ws2, &lt;/P&gt;&lt;P&gt; field3 type c,&lt;/P&gt;&lt;P&gt;end of itab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2007 08:59:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-01T08:59:46Z</dc:date>
    <item>
      <title>Deep structured Internal table in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deep-structured-internal-table-in-alv/m-p/1865490#M364905</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; I have a table which has got some more tables in it. &lt;/P&gt;&lt;P&gt;For eg, one particular applicant can have taken 5 subjects at a level, 3 at another level and so on. &lt;/P&gt;&lt;P&gt;I want to show this data in ALV. &lt;/P&gt;&lt;P&gt;Is it possible? If so, how do I make the field catalog? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table would be something like this : &lt;/P&gt;&lt;P&gt;begin of itab occurs 0, &lt;/P&gt;&lt;P&gt; field1 type c, &lt;/P&gt;&lt;P&gt; field2 type c, &lt;/P&gt;&lt;P&gt; deep_1 type table of ws1,&lt;/P&gt;&lt;P&gt; deep_2 type table of ws2, &lt;/P&gt;&lt;P&gt; field3 type c,&lt;/P&gt;&lt;P&gt;end of itab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 08:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deep-structured-internal-table-in-alv/m-p/1865490#M364905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T08:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Deep structured Internal table in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deep-structured-internal-table-in-alv/m-p/1865491#M364906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Define a structure of the required fields and use that in the REUSE_ALV_GRID_DISPLAY's I_STRUCTURE_NAME .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 18:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deep-structured-internal-table-in-alv/m-p/1865491#M364906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T18:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Deep structured Internal table in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deep-structured-internal-table-in-alv/m-p/1865492#M364907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aishi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use deep structures in ALV. The structure must be flat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 20:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deep-structured-internal-table-in-alv/m-p/1865492#M364907</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-02-01T20:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deep structured Internal table in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deep-structured-internal-table-in-alv/m-p/1865493#M364908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aishi,&lt;/P&gt;&lt;P&gt;You cannot add deep structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead what you can do is create another table and include the fields of the deep structure independently and then fill this table with the contents&lt;/P&gt;&lt;P&gt;so for one entry if you have 3 rows in deep structure then your new structure will have 3 rows in all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This then you can display &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case you can add the information 'level' also so it will distinguish which subject is chosen by also looking at level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Nishant Rustagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 04:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deep-structured-internal-table-in-alv/m-p/1865493#M364908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T04:18:32Z</dc:date>
    </item>
  </channel>
</rss>

