<?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: what is data dictionary? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331153#M798109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Data dictionary&lt;/STRONG&gt; describes the logical structures of the objects used in application development and shows how they are mapped to the underlying relational database in tables/views. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data dictionary holds the data definations or metadata. Ex: table defination, type defination etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for more details.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2008 20:51:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-05T20:51:13Z</dc:date>
    <item>
      <title>what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331148#M798104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is data dictionary?&lt;/P&gt;&lt;P&gt;thank u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 13:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331148#M798104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T13:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331149#M798105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com" target="test_blank"&gt;http://help.sap.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 13:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331149#M798105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T13:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331150#M798106</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;&lt;STRONG&gt;If you do some search in the forum then you can save your time and SDN from getting SPAM with your repeated queries.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 13:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331150#M798106</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2008-02-05T13:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331151#M798107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data definitions (metadata) are created and managed in the ABAP Dictionary. The ABAP Dictionary permits a central description of all the data used in the system without redundancies. New or modified information is automatically provided for all the system components. This ensures data integrity, data consistency and data security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create the corresponding objects (tables or views) in the underlying relational database using these data definitions. The ABAP Dictionary therefore describes the logical structure of the objects used in application development and shows how they are mapped to the underlying relational database in tables or views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP Dictionary also provides standard functions for editing fields on the screen, for example for assigning a screen field an input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Information is Stored in the ABAP Dictionary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most important object types in the ABAP Dictionary are tables, views, types, domains, search helps and lock objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables are defined in the ABAP Dictionary independently of the database. A table having the same structure is then created from this table definition in the underlying database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Views are logical views on more than one table. The structure of the view is defined in the ABAP Dictionary. A view on the database can then be created from this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types are used in ABAP programs. The structure of a type can be defined globally in ABAP programs. Changes to a type automatically take effect in all the programs using the type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lock objects are used to synchronize access to the same data by more than one user. Function modules that can be used in application programs are generated from the definition of a lock object in the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Different fields having the same technical type can be combined in domains. A domain defines the value range of all table fields and structure components that refer to this domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP Dictionary also contains the information displayed with the F1 and F4 help for a field in an input template. The documentation about the field is created for a data element that describes the meaning of the contents of a table field. The list of possible input values that appears for the input help is created by a foreign key or a search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas610/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas610/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 13:42:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331151#M798107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T13:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331152#M798108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data base related operation are done at the data dictionary. that means views, type groups, data types, domain, search help and lock objects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 20:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331152#M798108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T20:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331153#M798109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Data dictionary&lt;/STRONG&gt; describes the logical structures of the objects used in application development and shows how they are mapped to the underlying relational database in tables/views. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data dictionary holds the data definations or metadata. Ex: table defination, type defination etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for more details.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 20:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331153#M798109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T20:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331154#M798110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data definitions (metadata) are created and managed in the ABAP Dictionary. The ABAP Dictionary permits a central description of all the data used in the system without redundancies. New or modified information is automatically provided for all the system components. This ensures data integrity, data consistency and data security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create the corresponding objects (tables or views) in the underlying relational database using these data definitions. The ABAP Dictionary therefore describes the logical structure of the objects used in application development and shows how they are mapped to the underlying relational database in tables or views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP Dictionary also provides standard functions for editing fields on the screen, for example for assigning a screen field an input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Information is Stored in the ABAP Dictionary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most important object types in the ABAP Dictionary are tables, views, types, domains, search helps and lock objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables are defined in the ABAP Dictionary independently of the database. A table having the same structure is then created from this table definition in the underlying database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Views are logical views on more than one table. The structure of the view is defined in the ABAP Dictionary. A view on the database can then be created from this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types are used in ABAP programs. The structure of a type can be defined globally in ABAP programs. Changes to a type automatically take effect in all the programs using the type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lock objects are used to synchronize access to the same data by more than one user. Function modules that can be used in application programs are generated from the definition of a lock object in the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Different fields having the same technical type can be combined in domains. A domain defines the value range of all table fields and structure components that refer to this domain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 06:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331154#M798110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T06:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331155#M798111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ABAP Dictionary centrally describes and manages all the data definitions used in the&lt;/P&gt;&lt;P&gt;system. The ABAP Dictionary is completely integrated in the ABAP Development Workbench. All&lt;/P&gt;&lt;P&gt;the other components of the Workbench can actively access the definitions stored in the ABAP&lt;/P&gt;&lt;P&gt;Dictionary.&lt;/P&gt;&lt;P&gt;The ABAP Dictionary supports the definition of user-defined types (data elements, structures and&lt;/P&gt;&lt;P&gt;table types). You can also define the structure of database objects (tables, indexes and views) in&lt;/P&gt;&lt;P&gt;the ABAP Dictionary. These objects can then be automatically created in the database with this&lt;/P&gt;&lt;P&gt;definition. The ABAP Dictionary also provides tools for editing screen fields, for example for&lt;/P&gt;&lt;P&gt;assigning a field an input help (F4 help).&lt;/P&gt;&lt;P&gt;Database objects&lt;/P&gt;&lt;P&gt;Table&lt;/P&gt;&lt;P&gt;DB table&lt;/P&gt;&lt;P&gt;Tools&lt;/P&gt;&lt;P&gt;Screen&lt;/P&gt;&lt;P&gt;Poss. values&lt;/P&gt;&lt;P&gt;F4&lt;/P&gt;&lt;P&gt;Type definitions&lt;/P&gt;&lt;P&gt;Structure&lt;/P&gt;&lt;P&gt;Table type&lt;/P&gt;&lt;P&gt;Data element&lt;/P&gt;&lt;P&gt;The most important object types in the ABAP Dictionary are tables, views, types (data elements,&lt;/P&gt;&lt;P&gt;structures, table types), domains, search helps and lock objects.&lt;/P&gt;&lt;P&gt;BC - ABAP Dictionary SAP AG&lt;/P&gt;&lt;P&gt;ABAP Dictionary&lt;/P&gt;&lt;P&gt;10 December 1999&lt;/P&gt;&lt;P&gt;ABAP Dictionary&lt;/P&gt;&lt;P&gt;Purpose&lt;/P&gt;&lt;P&gt;Data definitions (metadata) are created and managed in the ABAP Dictionary. The ABAP&lt;/P&gt;&lt;P&gt;Dictionary permits a central description of all the data used in the system without redundancies.&lt;/P&gt;&lt;P&gt;New or modified information is automatically provided for all the system components. This&lt;/P&gt;&lt;P&gt;ensures data integrity, data consistency and data security.&lt;/P&gt;&lt;P&gt;You can create the corresponding objects (tables or views) in the underlying relational database&lt;/P&gt;&lt;P&gt;using these data definitions. The ABAP Dictionary therefore describes the logical structure of the&lt;/P&gt;&lt;P&gt;objects used in application development and shows how they are mapped to the underlying&lt;/P&gt;&lt;P&gt;relational database in tables or views.&lt;/P&gt;&lt;P&gt;The ABAP Dictionary also provides standard functions for editing fields on the screen, for&lt;/P&gt;&lt;P&gt;example for assigning a screen field an input help.&lt;/P&gt;&lt;P&gt;What Information is Stored in the ABAP Dictionary?&lt;/P&gt;&lt;P&gt;The most important object types in the ABAP Dictionary are tables, views, types, domains,&lt;/P&gt;&lt;P&gt;search helps and lock objects.&lt;/P&gt;&lt;P&gt;Tables &lt;A href="Page 13"&gt;&lt;/A&gt; are defined in the ABAP Dictionary independently of the database. A table&lt;/P&gt;&lt;P&gt;having the same structure is then created from this table definition in the underlying database.&lt;/P&gt;&lt;P&gt;Views &lt;A href="Page 95"&gt;&lt;/A&gt; are logical views on more than one table. The structure of the view is defined in&lt;/P&gt;&lt;P&gt;the ABAP Dictionary. A view on the database can then be created from this structure.&lt;/P&gt;&lt;P&gt;Types &lt;A href="Page 130"&gt;&lt;/A&gt; are used in ABAP program. The structure of a type can be defined globally in&lt;/P&gt;&lt;P&gt;ABAP programs. Changes to a type automatically take effect in all the programs using the type.&lt;/P&gt;&lt;P&gt;Lock objects &lt;A href="Page 202"&gt;&lt;/A&gt; are used to synchronize access to the same data by more than one&lt;/P&gt;&lt;P&gt;user. Function modules that can be used in application programs are generated from the&lt;/P&gt;&lt;P&gt;definition of a lock object in the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;Different fields having the same technical type can be combined in domains &lt;A href="Page 155"&gt;&lt;/A&gt;. A&lt;/P&gt;&lt;P&gt;domain defines the value range of all table fields and structure components that refer to this&lt;/P&gt;&lt;P&gt;domain.&lt;/P&gt;&lt;P&gt;The ABAP Dictionary also contains the information displayed with the F1 and F4 help for a field&lt;/P&gt;&lt;P&gt;in an input template. The documentation about the field is created for a data element &lt;A href="Page 132"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;that describes the meaning of the contents of a table field. The list of possible input values that&lt;/P&gt;&lt;P&gt;appears for the input help is created by a foreign key &lt;A href="Page 19"&gt;&lt;/A&gt; or a search help &lt;A href="Page 166"&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Integration in the ABAP Development Workbench&lt;/P&gt;&lt;P&gt;The ABAP Dictionary is completely integrated in the ABAP Development Workbench. The R/3&lt;/P&gt;&lt;P&gt;System works interpretatively, permitting the ABAP Dictionary to be actively integrated in the&lt;/P&gt;&lt;P&gt;development environment. Instead of the original objects, the interpreters see only internal&lt;/P&gt;&lt;P&gt;representations of these objects.&lt;/P&gt;&lt;P&gt;These internal representations are adjusted automatically when the system finds that changes&lt;/P&gt;&lt;P&gt;have been made in the ABAP Dictionary. This ensures that the screen and ABAP interpreters,&lt;/P&gt;&lt;P&gt;input help, database interface, and development tools always access current data.&lt;/P&gt;&lt;P&gt;SAP AG BC - ABAP Dictionary&lt;/P&gt;&lt;P&gt;ABAP Dictionary&lt;/P&gt;&lt;P&gt;December 1999 11&lt;/P&gt;&lt;P&gt;The following ABAP program lists the airline carriers (see Flight model &lt;A href="Page 295"&gt;&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;and carrier IDs contained in table SCARR.&lt;/P&gt;&lt;P&gt;DATA: SCARR_TAB TYPE SCARR.&lt;/P&gt;&lt;P&gt;SELECT * INTO SCARR_TAB FROM SCARR.&lt;/P&gt;&lt;P&gt;WRITE: / SCARR_TAB-CARRID, SCARR_TAB-CARRNAME.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;Only structure SCARR_TAB is declared in the program. All the information about this&lt;/P&gt;&lt;P&gt;structure, such as the field names, data types and field lengths, are copied from table&lt;/P&gt;&lt;P&gt;SCARR, which is defined in the ABAP Dictionary. This information about table&lt;/P&gt;&lt;P&gt;SCARR is called from the ABAP Dictionary when the program is generated.&lt;/P&gt;&lt;P&gt;This means that the source text of the program need not be adjusted when a change&lt;/P&gt;&lt;P&gt;is made to table SCARR, for example when the length of a table field is changed.&lt;/P&gt;&lt;P&gt;The next time the program is called, the system automatically determines that the&lt;/P&gt;&lt;P&gt;structure of table SCARR has changed. The program is simply regenerated, thereby&lt;/P&gt;&lt;P&gt;retrieving up-to-date information about table SCARR from the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;´ D´Deevveeloloppmmeenntt e ennvviriroonnmmeenntt&lt;/P&gt;&lt;P&gt;R Ruunnttimimee e ennvviriroonnmmeenntt o off t thhee a apppplilcicaattioionn&lt;/P&gt;&lt;P&gt;ABAP&lt;/P&gt;&lt;P&gt;Interpreter&lt;/P&gt;&lt;P&gt;Dialog&lt;/P&gt;&lt;P&gt;Control Interfaces Screen&lt;/P&gt;&lt;P&gt;Interpreter&lt;/P&gt;&lt;P&gt;ABAP&lt;/P&gt;&lt;P&gt;Tools&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;Modeler&lt;/P&gt;&lt;P&gt;Screen&lt;/P&gt;&lt;P&gt;Painter&lt;/P&gt;&lt;P&gt;ABAP&lt;/P&gt;&lt;P&gt;Dictionary&lt;/P&gt;&lt;P&gt;When you work on development projects, objects of the ABAP Dictionary can be changed any&lt;/P&gt;&lt;P&gt;number of times before being activated &lt;A href="Page 230"&gt;&lt;/A&gt; and made available to the operative&lt;/P&gt;&lt;P&gt;components of the system. Objects can have both an active and an inactive version in the ABAP&lt;/P&gt;&lt;P&gt;Dictionary at the same time.&lt;/P&gt;&lt;P&gt;Inactive ABAP Dictionary objects have no effect on the runtime system (ABAP processor,&lt;/P&gt;&lt;P&gt;database interface). This permits greater changes to several objects without impairing the&lt;/P&gt;&lt;P&gt;BC - ABAP Dictionary SAP AG&lt;/P&gt;&lt;P&gt;ABAP Dictionary&lt;/P&gt;&lt;P&gt;12 December 1999&lt;/P&gt;&lt;P&gt;executability of the system. The objects can only be activated together when they have all been&lt;/P&gt;&lt;P&gt;changed.&lt;/P&gt;&lt;P&gt;SAP AG BC - ABAP Dictionary&lt;/P&gt;&lt;P&gt;Tables&lt;/P&gt;&lt;P&gt;December 1999 13&lt;/P&gt;&lt;P&gt;Tables&lt;/P&gt;&lt;P&gt;Tables can be defined independently of the database in the ABAP Dictionary. The fields of the&lt;/P&gt;&lt;P&gt;table are defined with their (database-independent) data types and lengths.&lt;/P&gt;&lt;P&gt;When the table is activated, a physical table definition is created in the database for the table&lt;/P&gt;&lt;P&gt;definition stored in the ABAP Dictionary. The table definition is translated from the ABAP&lt;/P&gt;&lt;P&gt;Dictionary to a definition of the particular database.&lt;/P&gt;&lt;P&gt;Activation&lt;/P&gt;&lt;P&gt;program and&lt;/P&gt;&lt;P&gt;DB UTILITY&lt;/P&gt;&lt;P&gt;T1 T2 T3 ... Tn&lt;/P&gt;&lt;P&gt;T1&lt;/P&gt;&lt;P&gt;T2&lt;/P&gt;&lt;P&gt;T3&lt;/P&gt;&lt;P&gt;Tn&lt;/P&gt;&lt;P&gt;DB&lt;/P&gt;&lt;P&gt;Database-independent Definition of the&lt;/P&gt;&lt;P&gt;Tables in the ABAP Dictionary&lt;/P&gt;&lt;P&gt;Definition of the tables&lt;/P&gt;&lt;P&gt;in the database&lt;/P&gt;&lt;P&gt;A table definition in the ABAP Dictionary contains the following components:&lt;/P&gt;&lt;P&gt;&amp;#149; Table fields &lt;A href="Page 14"&gt;&lt;/A&gt; define the field names and data types of the fields contained in the&lt;/P&gt;&lt;P&gt;table&lt;/P&gt;&lt;P&gt;&amp;#149; Foreign keys &lt;A href="Page 19"&gt;&lt;/A&gt; define the relationships between the table and other tables.&lt;/P&gt;&lt;P&gt;&amp;#149; Technical settings &lt;A href="Page 30"&gt;&lt;/A&gt; control how the table should be created in the database.&lt;/P&gt;&lt;P&gt;&amp;#149; Indexes &lt;A href="Page 61"&gt;&lt;/A&gt;: To speed up data selection, secondary indexes can be created for&lt;/P&gt;&lt;P&gt;the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If want more information regarding the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/25b22601-4172-462a-ac82-f6f68bcac85b/SAP-ABAP-Dictionary" target="test_blank"&gt;http://www.esnips.com/doc/25b22601-4172-462a-ac82-f6f68bcac85b/SAP-ABAP-Dictionary&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DO REWARD IF USEFUL!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 07:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331155#M798111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T07:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331156#M798112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a utility where u create and maintain(update delete etc) data objects...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 11:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331156#M798112</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-02-08T11:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331157#M798113</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;  DDIC is the definition of Data base....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 11:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331157#M798113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T11:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331158#M798114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data dictionary is a central workbench repository utility providing data definitions and information that are later used in all business applications.&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;     The main functionality of data dictionary is to add,delete , modify and manage data definitions and preserves data integrity and data consistency and reduces data redundancy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      In a data management system the principle functions performed by a data dictionary are&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt; 1.Management of data definitions.&lt;/P&gt;&lt;P&gt; 2.Provision of information for evaluation.&lt;/P&gt;&lt;P&gt; 3.Support for software development.&lt;/P&gt;&lt;P&gt; 4.Support for documentation.&lt;/P&gt;&lt;P&gt; 5.Ensuring that data definitions are flexible and upto date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 17:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331158#M798114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T17:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331159#M798115</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;&lt;STRONG&gt;Data Dictionary&lt;/STRONG&gt; is a central source of data in a data management system.  Its main function is to support the creation and management of data definitions.  It has details about&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            what data is contained?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            What are the attributes of the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            What is the relationship existing between the various data elements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Functions of Data Dictionary:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a data management system, the principal functions performed by the data dictionary are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Management of data definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Provision of information for evaluation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Support for s/w development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Support form documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Ensuring that the data definitions are flexible and up-to-date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;U&gt;The most important features are:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Integrated to aABAP/4 Development Workbench.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Active in the runtime environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Basic objects of the data dictionary&lt;/U&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Domains&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Data elements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Foreign Keys&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;U&gt;Aggregate objects in the data dictionary&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Views&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Match codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Lock objects.&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;kavitha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331159#M798115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331160#M798116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Data dictionary:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;P&gt;A data dictionary is a central source of information for the data in a data management system. Its main function is to support the creation and management of data definitions (or "metadata&amp;#148;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functions&lt;/P&gt;&lt;P&gt;Management of data definitions&lt;/P&gt;&lt;P&gt;Provision of information for evaluations&lt;/P&gt;&lt;P&gt;Support for software development&lt;/P&gt;&lt;P&gt;Support for documentation&lt;/P&gt;&lt;P&gt;Ensuring that data definitions are flexible and up-to-date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 04:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331160#M798116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T04:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331161#M798117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone tell me data dicionary objects r client dependent or independent?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 05:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331161#M798117</guid>
      <dc:creator>former_member259275</dc:creator>
      <dc:date>2008-03-06T05:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331162#M798118</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;Description of data and definitions. Data dictionary describes the logical structures of the objects used in application development and shows how they are mapped to the underlying relational database in tables/views..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajyalakshmi Attili on Mar 25, 2008 2:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 13:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331162#M798118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T13:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331163#M798119</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;Data Dictionary is centralised storage location for storing the information about the data that is stored in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The infortmation about the data that is stored in database is called metedata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence Data dictinary defines the:&lt;/P&gt;&lt;P&gt;1. what data stored in DB&lt;/P&gt;&lt;P&gt;1. Attributes of data : type and Length , format &lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;2. Relationships between data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data dictionary ensures :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. No data reduncency &lt;/P&gt;&lt;P&gt;2. consistency of the data with in the database system by enforcing data Integrity..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It provides the logical level for the checking the consistency of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. logical :  Ex . Months can be only from 1-12 ot can not be 13.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2. complete : An order asigned to a customer which does not exist . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. consistent : an order not asigned to any customer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 13:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331163#M798119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T13:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: what is data dictionary?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331164#M798120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data Dictionary Objects are Client Independent but the Data present in them is Client Dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;Iyswarya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 06:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3331164#M798120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T06:50:10Z</dc:date>
    </item>
  </channel>
</rss>

