Data type in abap
There are mainly two type of data type in ABAP
- Fixed
- Variant
Fixed divided in two parts
- Numeric
- i(Integer) - 4 byte
- f(Float) - 8 byte
- p(Packed)- 16 byte
- Character
- c(Character) - 1 byte
- a(Alphanumeric) - 1 byte
- d(date) - 8 byte
- t(time) - 6 byte
Variant divided in a single part:
- String or x string
- Ex: x string - A-F, 0...9.
Now there are some keyword/statement in abap which is given below in image:
Note:- If anybody want some example of these all topic then kindly send/comment your mail id, i will send the all examples through mail in word format.
**Kindly like and share these all topic with your friends**
0 Comments