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

What are the various objects of the ABAP data dictionary?



Posted By: Avi Date: 2 October 2009 07:32:29 AM
 Answer:

Basic objects:
1) Tables
2) Domains
3) Data elements
4) Structures
5) Foreign keys

Aggregate objects:
1) Views
2) Matchcodes
3) Lock objects


Posted By: eTechPlanet


Date: 2 October 2009 07:32:29 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image A9RsZQ
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