ABAP Char Variable
*declare a variable with length 10
DATA var1(10) TYPE c.
ExceptionThrower
*declare a variable with length 10
DATA var1(10) TYPE c.