Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

data dictionary

Former Member
0 Kudos

what are the data dictionary objects

7 REPLIES 7

Former Member
0 Kudos

Hi Mayuri

the transaction code is se11 and the objects are..

1.tables

2.domains

3. data elements

search helps ( match code objects).

lock objects

structres

type pools

views

reward points to all helpful answers

kiran.M

Message was edited by:

Kiran Machavarapu

Former Member
0 Kudos

hi,

data dictionary objects are

database table

view

data type

type group

domain

search help

lock object

cheers,

vasu

Former Member
0 Kudos

Hi,

Just login to r/3 server and enter tcode se11.

all the 6 elements here are known as data dic objects.

Viz:-

database table--to create/change/display database table

view--create/change/display for view

data type:-create/change/display data type

type group:-create/change/display type group

domain:-create/change/display

search help:create/change/display search help.

lock object:- create/change/display lock object

The most important object types in the ABAP Dictionary are tables, views, types, domains, search helps and lock objects.

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.

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.

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.

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.

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.

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.

Check the links

http://help.sap.com/saphelp_webas620/helpdata/en/cf/21ea31446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_webas620/helpdata/en/cf/21ea43446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_webas620/helpdata/en/90/8d72fbb1af11d194f600a0c929b3c3/content.htm

Please reward points

Former Member
0 Kudos

ABAP Dictionary Locate the document in its SAP Library structure

Purpose

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.

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.

The ABAP Dictionary also provides standard functions for editing fields on the screen, for example for assigning a screen field an input help.

What Information is Stored in the ABAP Dictionary?

The most important object types in the ABAP Dictionary are tables, views, types, domains, search helps and lock objects.

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.

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.

Types are used in ABAP program. 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.

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.

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.

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.

regards,

srinivas

<b>*reward for useful answers*</b>

Former Member
0 Kudos

Hi Mayuri,

Go to SE11 you can find by yourself.

Anyway see this

In ECC 5 & ECC 6 we have

1. Database table

2. View

3. Data type

4. Type Group

5. Domain

6. Search help

7. Lock object

but in ECC 4.6 there is no "Type Group" it is additionally added in the latest versions after 4.6.

<b>Reward if Helpful</b>

Regards,

Adithya M.

Former Member
0 Kudos

hi,

nearly there 7 which u can see in SE11 screen.

they r

database table

view [ again 4 types ]

1. help view

2. maintainance views

3. selection views

4. database views

data type

type group [ strutures, type pools ]

domain

search help [ 2 types]

1. elementary

2. collective

lock object [ 3 types]

1. exclusive not cumulative

2. exclusive

3. shared

if helpful reward some points.

with regards,

suresh aluri.

with regards,

Suresh Aluri.

Former Member
0 Kudos

HI Data dictionary objects are,

Tables ,View ,Structure , Data element , Search Help , Match code Object ,Domain.

Give points if answer is helpful to you.