Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

UCcheck

Former Member
0 Likes
344

Hi,

a data is there .

data:begin of xdata,

f1(1) type x value '09',

end of xdata.

it is giving error in uccheck. how to solve ?

Hi,

a data is there .

data:begin of xdata,

f1(1) type x value '09',

end of xdata.

it is giving error in uccheck. how to solve ?

1 REPLY 1
Read only

Former Member
0 Likes
321

data:begin of xdata,

f1(1) type <b>C</b> value '09',

end of xdata.