Skip to Content
0
Former Member
Apr 24, 2009 at 01:54 PM

Please help me with this error in this code snippet!

23 Views

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.