<?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: Link between data dictionary and database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-data-dictionary-and-database/m-p/5912138#M1329975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The database layer is created and updated as soon as the dictionary layer is activated, anyway u can use the database utility (trx SE14) in order to update the database layer directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2009 15:26:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-17T15:26:16Z</dc:date>
    <item>
      <title>Link between data dictionary and database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-data-dictionary-and-database/m-p/5912137#M1329974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created  a ztable through SE11 and when i activated it a copy of it gets created in the database.&lt;/P&gt;&lt;P&gt;know i know that iam creating it at the application layer level now when upon activation how does it gets created in database.&lt;/P&gt;&lt;P&gt;what exactly is the linkage between application and database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 15:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-data-dictionary-and-database/m-p/5912137#M1329974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-17T15:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Link between data dictionary and database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-data-dictionary-and-database/m-p/5912138#M1329975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The database layer is created and updated as soon as the dictionary layer is activated, anyway u can use the database utility (trx SE14) in order to update the database layer directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 15:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-data-dictionary-and-database/m-p/5912138#M1329975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-17T15:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Link between data dictionary and database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-data-dictionary-and-database/m-p/5912139#M1329976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My question is how does it get created in the database..&lt;/P&gt;&lt;P&gt;what is the linkage for both.  if iam not wrong some commands are gets executed but i doesnt know what are those..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 15:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-data-dictionary-and-database/m-p/5912139#M1329976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-17T15:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Link between data dictionary and database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-data-dictionary-and-database/m-p/5912140#M1329977</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 the databse it's created a table with the same name of dictionary table, u should get a book of SQL command, or see the SQL command in Internet, for example search the command CREATE TABLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 15:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-data-dictionary-and-database/m-p/5912140#M1329977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-17T15:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Link between data dictionary and database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-data-dictionary-and-database/m-p/5912141#M1329978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks MAX....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 16:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-data-dictionary-and-database/m-p/5912141#M1329978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-17T16:08:22Z</dc:date>
    </item>
  </channel>
</rss>

