Exercises 2
Exercises 2
2) Declare a variable of type character with 10 positions and give it ‘Hello ABAP’
as an initial
value.
3) Declare a variable of numeric type with 4 positions and initial value 1234.
DATA amount TYPE f VALUE 1234.
9) Declare a variable of the same type of field carrid from table SPFLI.
10) Declare a variable of the same type of field FLDATE table SFLIGHT.