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

Unicode error

Former Member
0 Likes
477

Hi,

Read Itab_1 into wa_1 index xxx is giving a Unicode error in ecc 6.0

Kindly advise possible solution.

Regards,

Anoop

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
456

Hi,

In se38 GOTO--> Attributes .. and there is one "Unicode check" check box is there .. just uncheck it and you will be done,.

Hope this solves your purpose.

Award points if it helps.

-Gaurang

3 REPLIES 3
Read only

Former Member
0 Likes
456

hi

use

Read <b>table</b> Itab_1 into wa_1 index xxx

it will definitely work.

regards

ravish

<b>dont forget to reward points if helpful</b>

Read only

kostas_tsioubris
Contributor
0 Likes
456

Hi,

use read <b>table</b> itab1 into....

br

Kostas

Read only

Former Member
0 Likes
457

Hi,

In se38 GOTO--> Attributes .. and there is one "Unicode check" check box is there .. just uncheck it and you will be done,.

Hope this solves your purpose.

Award points if it helps.

-Gaurang