<?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 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/3097260#M734840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frienrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am deva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is ddic? what is is the purpose of this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2007 13:02:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-05T13:02:30Z</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/3097260#M734840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frienrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am deva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is ddic? what is is the purpose of this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 13:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3097260#M734840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T13:02:30Z</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/3097261#M734841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Data definitions&amp;lt;/b&amp;gt; (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;&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;/P&gt;&lt;P&gt;Reward points  if it is usefull ,../..&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 04:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3097261#M734841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T04:38:34Z</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/3097262#M734842</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;ABAP dictionary is the central repository for creation and management of definitions used in ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP dictionary is integrated in ABAP workbench and therefore all tools of the workbench like Programs, Screens, function modules can actively  access objects defined in data dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ABAP workbench is an integrated tool for creating an ABAP application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;Type-definitions&lt;/P&gt;&lt;P&gt;Database objects&lt;/P&gt;&lt;P&gt;Services of the dictionary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functions of the abap dictionary.&lt;/P&gt;&lt;P&gt;The ABAP Dictionary permits a central management of all the data definitions used in the R/3 System without redundancies . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ABAP Dictionary you can create user-defined types (data elements, structures and table types) for use in ABAP programs or in interfaces of function modules. Database objects such as tables and database views can also be defined in the ABAP Dictionary and created with this definition in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP Dictionary also provides a number of services that support program development. This includes&lt;/P&gt;&lt;P&gt;setting and releasing locks(this helps in maintaining the consistency and integrity of data)&lt;/P&gt;&lt;P&gt; defining an input help (F4 help) and &lt;/P&gt;&lt;P&gt;attaching a field help (F1 help) to a screen field are supported. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Type definitions&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Analogous to the predefined ABAP types such as C or I , one may define user-defined types in the dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following user-defined types are allowed&lt;/P&gt;&lt;P&gt;Data elements: Describe an elementary type by defining   the data type, length and possibly decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures: Consist of components that can have any       type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table types: Describe the structure of an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elaboration on the type categories.&lt;/P&gt;&lt;P&gt;There are three different type categories in the ABAP Dictionary:&lt;/P&gt;&lt;P&gt;Data elements (elementary types) Elementary types have no structure. They describe the data type attributes (such as given Dictionary data type, number of places) and information that is relevant for the screen (such as title) of unstructured data objects (variables/fields). &lt;/P&gt;&lt;P&gt;Structures (structured types) Structured types describe the structure and functions of any structured data objects, that is of data structures with components of any type. A component can be a field with an elementary type or can itself be a structure. A table can also be used as a component in a structure. A database table always has a structure and is therefore implicitly a structured type. However, the fields of a database table can only have an elementary type. &lt;/P&gt;&lt;P&gt;Table types Table types describe the structure and functions of internal tables in the ABAP program. Their rows can have any row type. Table types with elementary row type therefore can be defined just the same as multi-dimensional table types (table types with a table type as row type) or table types using structures with table-like components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any complex user-defined type may be built using the&lt;/P&gt;&lt;P&gt;previously mentioned basic types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Database Objects/&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables and database views can be defined in the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These objects are created in the underlying database with this definition. Changes in the definition of a table or database view are also automatically made in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indexes can be defined in the ABAP Dictionary to speed up access to data in a table. These indexes are also created in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Services of ABAP Dictionary&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP Dictionary supports program development with a number of services:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Input helps (F4 helps) for screen fields can be defined with search helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen fields can easily be assigned a field help (F1 help) by creating documentation for the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An input check that ensures that the values entered are consistent can easily be defined for screen fields using foreign keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP Dictionary provides support when you set and release locks. To do so, you must create lock objects in the ABAP Dictionary. Function modules for setting and releasing locks are automatically generated from these lock objects; these can then be linked into the application program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The performance when accessing this data can be improved for database objects (tables, views) with buffering settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By logging, you can switch on the automatic recording of changes to the table entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP dictionary contains the data definitions (metadata). It is the central information repository for both the application data as well as&lt;/P&gt;&lt;P&gt;the system data. Structures in the dictionary are not only populated with the application( business) data but also the contain system data pertaining to both development and runtime environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 04:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-data-dictionary/m-p/3097262#M734842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T04:41:14Z</dc:date>
    </item>
  </channel>
</rss>

