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

Upgradation to ECC6 - unicode error

Former Member
0 Likes
258

SET CURSOR FIELD BTCH1230-RELEASED.

In the above line the data type of the field (released) should be changed to character from int2 , but the data type of the field should not be changed directly in the internal table....

1 REPLY 1
Read only

Former Member
0 Likes
230

Hi,

Declare BTCH1230-RELEASED as NUMC with the required length.

Regards,

Satya