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

What are the various Elementary Data Types in ABAP?



Posted By: Avi Date: 18 September 2009 09:46:25 PM
 Answer:

There are eight predefined elementary data types in ABAP:
1) Character string (C)
2) Numeric string (N)
3) Date field (D)
4) Time field (T)
5) Hexadecimal field (X)
6) Integer (I)
7) Floating point number (F)
8) Packed number (P)

We can use these data types as the basis for further data types that we can create either locally in a program or globally in the ABAP Dictionary.


Posted By: eTechPlanet


Date: 18 September 2009 09:46:25 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 9JU24u
Related Questions
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
ABAP : What are subroutines in ABAP?

What are subroutines in ABAP?

Subroutines are program modules which can be called from other ABAP/4 programs or within the same pr....
Category: ABAP Date: 12/3/2009 7:04:23 AM
ABAP : What is the use of BREAK-POINT statement in an ABAP program?

What is the use of BREAK-POINT statement in an ABAP program?

It interrupts program execution and starts the Debugger. This allows you to test your programs by ha....
Category: ABAP Date: 10/2/2009 7:50:09 AM
ABAP : Which function modules are used to write data from an Internal Table to the Presentation Server?
ABAP : Which function modules are used to read data from Presentation Server into an Internal Table?