What is an ABAP data dictionary?
Answers were Sorted based on User's Feedback
Answer / paramjeet
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.
Is This Answer Correct ? | 66 Yes | 4 No |
Answer / lokesh
Data definitons (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
underlaying relation database in tables or views
Is This Answer Correct ? | 35 Yes | 5 No |
Answer / kanchana
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.
Is This Answer Correct ? | 11 Yes | 2 No |
Answer / nisha
ABAP Dictionary is a fully integrated data environment controlling facility. It contains all definitions for Domains, Data Elements, Structures, Tables, Views, Search Helps, Lock Objects, Matchcode Objects, The Table Maintenance Generator, and the Table Description Generator.This ensures data integrity and consistency.
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / rizwan alam
advance business application programming in 4 generation
language.The ABAP Dictionary permits a
central Description of all the data used in the system
without redundancies. The ABAP dictionary therefore
describes the
logical structure of the objects used in application
development and shows how they are mapped to the
underlaying relation database in tables or views
Is This Answer Correct ? | 8 Yes | 5 No |
Answer / dilip
ABAP data dictionary tells about the structure of all the
objects which are used in application development and also
it gives the information about how these objects are mapped
to the underlying data base.
Is This Answer Correct ? | 4 Yes | 3 No |
Answer / mansouri
Data dictionary is a workplace for defining table, define
data type, display table content.
Go to transaction code SE11 (SAP Menu->Tools->ABAP
Workbench->Development->Data Dictionary).
Is This Answer Correct ? | 0 Yes | 2 No |
1.what is the difference between e-commerce 4.0 and 5.0 2.how dose price determnation takes place using ipc 3.how dose data gets updated in your backend system 4.what is your system landscape 5.how do you transport the data from devolopment sys to quality and from quality to production servers.
What are the functional modules used in sequence in bdc? : abap hr
How i can make a enabled and disabled code using SAP ABAP? www.saponly.com
What is Implicit and explicit enhancements.
What is cts and what do you know about it? : abap hr
How to Delete an LSMW Projcet, Subproject and Object.
Explain the differences between at selection-screen and at selection-screen output?
With the use of secondary index we can make a program run faster but we are advised not to use secondary index why is that so??
what is the use of control_form?
What is generic buffering?
Module Pool Programming: Events and Table Control handling.
What are the user interfaces of interactive lists?