<?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: Declare deep structure with se11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/declare-deep-structure-with-se11/m-p/4334620#M1032707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Juan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use a DB table name as TYPE for your structure field is is always a structure but not a table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only difference between DB tables and structures is that you can save records in DB tables.&lt;/P&gt;&lt;P&gt;Instead of the DB table name you need the name of a &lt;STRONG&gt;table type&lt;/STRONG&gt; which has the DB table as line type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Structure has two fields&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;KUNNR (of TYPE kunnr)
DATA   (of TYPE trty_knb1 =&amp;gt; table type for KNB1)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can define a table type having the line structure shown above.&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, 14 Aug 2008 09:11:52 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2008-08-14T09:11:52Z</dc:date>
    <item>
      <title>Declare deep structure with se11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declare-deep-structure-with-se11/m-p/4334617#M1032704</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 would like to create a new deep structure with a table type component with se11 transaction, not a nested structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it is possible to do that with Abap but I need to do this with se11 because it has to be accessible from some reports and some function modules as export parameters.&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, 14 Aug 2008 08:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declare-deep-structure-with-se11/m-p/4334617#M1032704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T08:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Declare deep structure with se11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declare-deep-structure-with-se11/m-p/4334618#M1032705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Juan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have two options:&lt;/P&gt;&lt;P&gt;1) Define the complex structures within a type-pool&lt;/P&gt;&lt;P&gt;2) Define a structure with a field which is a table type. This structure is then use as line type of your target table type&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, 14 Aug 2008 08:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declare-deep-structure-with-se11/m-p/4334618#M1032705</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-08-14T08:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Declare deep structure with se11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declare-deep-structure-with-se11/m-p/4334619#M1032706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I though I had my filed as table type but as you see that's not true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually in the component type of my field I have the name of the table I want to be the type of the field but it acts just an structure and not as a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm doing wrong?&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, 14 Aug 2008 09:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declare-deep-structure-with-se11/m-p/4334619#M1032706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T09:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Declare deep structure with se11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declare-deep-structure-with-se11/m-p/4334620#M1032707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Juan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use a DB table name as TYPE for your structure field is is always a structure but not a table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only difference between DB tables and structures is that you can save records in DB tables.&lt;/P&gt;&lt;P&gt;Instead of the DB table name you need the name of a &lt;STRONG&gt;table type&lt;/STRONG&gt; which has the DB table as line type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Structure has two fields&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;KUNNR (of TYPE kunnr)
DATA   (of TYPE trty_knb1 =&amp;gt; table type for KNB1)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can define a table type having the line structure shown above.&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, 14 Aug 2008 09:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declare-deep-structure-with-se11/m-p/4334620#M1032707</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-08-14T09:11:52Z</dc:date>
    </item>
  </channel>
</rss>

