<?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: data dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1516175#M237546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, there is.  The data dictionary is a tool that we use on the application server which includes table definitions, structures, data elements, domains, search helps, etc.  The database is the underlying software which mananges the data in its tables.  For example, the database can be DB2, Oracle, SQL, etc.  But the data dictionary will always function the same way no matter what the db is.  When you create a transparent table using SE11(dictionary),  when you activate it, the system will automatically create the database table in the underlying database.  This means, that we(as developers) never really have to interact with the underlying database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Aug 2006 16:52:48 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-08-04T16:52:48Z</dc:date>
    <item>
      <title>data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1516173#M237544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;         i have a doubt like&lt;/P&gt;&lt;P&gt;     1. is there any difference between datadictionary and database.&lt;/P&gt;&lt;P&gt;please reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its troubling me&lt;/P&gt;&lt;P&gt;bye,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 16:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1516173#M237544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-04T16:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1516174#M237545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DDIC(Data dictionary) is the SAP term, thru which we can do access to Creation/change/display of of a table and all Database related stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you create a table in DDIC, the same table space also created at Database level.&lt;/P&gt;&lt;P&gt;the advantage of DDIC in SAP is, the definition what we give at SE11 will be converted to SQL statement based on the underlying database.we no need to think of what actual database is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database is the actual DB where the actual tables definition &amp;amp; its attributes &amp;amp; values stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;further info&lt;/P&gt;&lt;P&gt;The ABAP Dictionary centrally describes and manages all the data definitions used in the system. The ABAP Dictionary is completely integrated in the ABAP Workbench. All the other components of the Workbench can actively access the definitions stored in the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP Dictionary supports the definition of user-defined types (data elements, structures and table types). You can also define the structure of database objects (tables, indexes and views) in the ABAP Dictionary. These objects can then be automatically created in the database with this definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;added some documentation&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 16:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1516174#M237545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-04T16:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1516175#M237546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, there is.  The data dictionary is a tool that we use on the application server which includes table definitions, structures, data elements, domains, search helps, etc.  The database is the underlying software which mananges the data in its tables.  For example, the database can be DB2, Oracle, SQL, etc.  But the data dictionary will always function the same way no matter what the db is.  When you create a transparent table using SE11(dictionary),  when you activate it, the system will automatically create the database table in the underlying database.  This means, that we(as developers) never really have to interact with the underlying database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 16:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1516175#M237546</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-04T16:52:48Z</dc:date>
    </item>
  </channel>
</rss>

