2007 Aug 16 5:51 AM
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 ?
2007 Aug 16 5:52 AM
data:begin of xdata,
f1(1) type <b>C</b> value '09',
end of xdata.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |