ABAP Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2955 Page Views: 

What is ABAP Dictionary?



Posted By: Avi Date: 18 September 2009 04:29:19 AM
 Answer:

ABAP Dictionary is a central information repository for application and system data without redundancies. The ABAP Dictionary contains data definitions (metadata) that allow you to describe all of the data structures in the system in one place. The most important object types in the ABAP Dictionary are tables, views, types, domains, search helps and lock objects.


Posted By: eTechPlanet


Date: 18 September 2009 04:29:19 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image N1ToU2
Related Questions
ABAP : What is the disadvantage of a call by reference?

What is the disadvantage of a call by reference?

During a call by reference damage or loss of data is not restricted to the subroutine, but will inst....
Category: ABAP Date: 12/3/2009 7:20:48 AM
ABAP : What are the different methods of passing data in ABAP?

What are the different methods of passing data in ABAP?

1) Calling by reference: During a subroutine call, only the address of the actual parameter is tran....
Category: ABAP Date: 12/3/2009 7:17:14 AM
ABAP : How can we distinguish between different kinds of parameters in ABAP?

How can we distinguish between different kinds of parameters in ABAP?

1) Input parameters which are used to pass data to subroutines. 2) Output parameters which are used....
Category: ABAP Date: 12/3/2009 7:11:32 AM
ABAP : What are the different types of parameters in ABAP?

What are the different types of parameters in ABAP?

1) Formal parameters: Parameters that are defined during the definition of subroutine with the FORM ....
Category: ABAP Date: 12/3/2009 7:09:55 AM
ABAP : What are the types of Subroutines in ABAP?

What are the types of Subroutines in ABAP?

ABAP supports two types of Subroutines: 1) Internal Subroutines: The source code of the internal s....
Category: ABAP Date: 12/3/2009 7:06:28 AM