Reputation: 131
In the ABAP Dictionary, you can find data elements of "CHAR" types for almost all lengths, so here goes the question: what functionality have them when you have a string element that can afford all the lengths?
I am talking about those with specific length but having the same domain type.
Here I show some of them:
CHAR0001
CHAR0008
CHAR0010
CHAR0016
CHAR0032
CHAR004
CHAR005
CHAR006
CHAR0064
CHAR007
CHAR01
CHAR011
CHAR012
CHAR0128
CHAR02
CHAR022
CHAR0241
CHAR025
CHAR0256
CHAR03
CHAR04
CHAR05
CHAR060
CHAR07
CHAR08
CHAR101
CHAR102
CHAR1024
...
Upvotes: 4
Views: 1126
Reputation: 10524
You have so many because of many reasons.
I think there are many more, but this was what I could think of in a short period of time.
Upvotes: 7