<?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: Storing Deep structure data in the Data Dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818037#M1588717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may find the following link useful ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cf/21ea31446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cf/21ea31446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt; -Derrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2011 09:17:18 GMT</pubDate>
    <dc:creator>VEPS</dc:creator>
    <dc:date>2011-05-06T09:17:18Z</dc:date>
    <item>
      <title>Storing Deep structure data in the Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818034#M1588714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm pretty sure this is not possible, but I want to know is there a way to store a deep data type in the dictionary...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this is possible in internal tables but is it possible in dictionary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By deep I mean a structure with sub structures/tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2011 08:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818034#M1588714</guid>
      <dc:creator>mark_daley1</dc:creator>
      <dc:date>2011-05-05T08:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Deep structure data in the Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818035#M1588715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can only create a deep structure but not table. In relational database you have to create seperate ones and maintain the relation. You can include or append a structure to the existing tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the requirement ??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the requiremnt is to provide data in one shot then you can go for mIntenance views/cluster views ( clubs more than one tables )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2011 09:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818035#M1588715</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-05-05T09:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Deep structure data in the Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818036#M1588716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible. Here is how:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the structure - you can include structure in another structure. You do this in the dictionary (SE11) by specifying INCLUDE under the component and the name of the structure you want to include under the component type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the table inside the structure - you can specify a component of the table type. In SE11 specify your desired name under the component and in under the component type just provide the table type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also create a table type with a structure which contains table type. In result you have a table of the structures of which one (or more) of the components is a table itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 08:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818036#M1588716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-06T08:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Deep structure data in the Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818037#M1588717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may find the following link useful ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cf/21ea31446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cf/21ea31446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt; -Derrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 09:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818037#M1588717</guid>
      <dc:creator>VEPS</dc:creator>
      <dc:date>2011-05-06T09:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Deep structure data in the Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818038#M1588718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not possiible to add a deep struc(ie with tables) or a table type to a database table, I get this error message in SE 11 when I generate..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Table type MARA_TAB cannot be used in DB table'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 10:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818038#M1588718</guid>
      <dc:creator>mark_daley1</dc:creator>
      <dc:date>2011-05-06T10:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Deep structure data in the Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818039#M1588719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to have the deep data type as the field of the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only create deep data types and it is possible to store them in the dictionary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 10:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818039#M1588719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-06T10:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Deep structure data in the Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818040#M1588720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As everyone said here, it is not possible to have deep structure inside a table, instead you can create another table and store the data and then refer this table using some key relation ships this is how database will be built.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this link for further info: [&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1745568"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kranthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 May 2011 07:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-deep-structure-data-in-the-data-dictionary/m-p/7818040#M1588720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-08T07:30:39Z</dc:date>
    </item>
  </channel>
</rss>

