Application Development and Automation 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: 
Read only

In Data dictionaries

Former Member
0 Likes
738

Hi All,

What is the differences between Data dictionary and ABAP Dictionary.

please give the example.

Regards

Raghava

Hi All,

What is the differences between Data dictionary and ABAP Dictionary.

please give the example.

Regards

Raghava

4 REPLIES 4
Read only

Former Member
0 Likes
698

Moderator message: please do not use ALL CAPITALS.

ABAP DICTIONARY IT IS A TRANSACTION (se11) TO VIEW THE TABLES AVAILBALE IN THE DATABASE.

DATA DICTIONARY IS THE OTHER NAME OF ABAP DICTIONARY

TRANSPARENT TABLE HAVE ONE TO ONE RELEATIONSHIP IN abap DATA DICTIONARY AND DATABASE

WHERE CLUSTER AND POOLED TABLES

HAVE MANY TO ONE RELATION WITH DATABASE

Edited by: Matt on Nov 9, 2008 3:35 PM

Read only

jaheer_hussain
Active Contributor
0 Likes
698

Hi,

ABAP 4 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.

A data dictionary is a reserved space within a database which is used to store information about the database itself.

hope it is useful....

With Regards,

Jaheer

Read only

Former Member
0 Likes
698

Sometimes search results could born more confusion.

Read only

Former Member
0 Likes
698

Hi Raghavendra,

I think Data Dictionary and ABAP Dictionary both are same.........

There is no difference between them...

Thanks,

Chidanand