Code Snippet:
REPORT ZMKTEST6.
data : f1(2) type c,
f2(2) type c,
f3(10) type n value '12345'.
clear: f1 with 'X',
f2 with f1,
f3 with '3'.
write :/ f1 ,f2, f3.
Process Error:
The field "F1" must have the length 1.