Answer Posted / 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 |
Post New Answer View All Answers
Differentiate between table and template ?
How can you access the function code from menu painter?
What are the different types of mode (run code) in call transaction method?
What is the use of dequeue function module? : sap abap data dictionary
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
out bound process code for quotation?
How do you use tab sets in layout sets?
What is a table cluster? : abap data dictionary
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
What are the different types of the sap abap data dictionary objects?
What is the different type of projects? : sap abap hr
How many tables are there in sap?
How do you document ABAP programs? Do you use program documentation menu option?
What data is contained? : abap data dictionary
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?