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
392

Hello,

When I'm doing the UCCHECK for an object Type , I get a Unicode Error which is showing as 'MESSAGEGNR' as error code and

message as 'Statement is not accessible'.

Can anyone help me to how correct this error?

Thanks in advance.

Reagrds

Jai

2 REPLIES 2
Read only

Former Member
0 Likes
359

Hi

Check sometimes in the progarm they have made a write statements for whole structures. If structures is having more than one field if you are trying to write using a write statement it will work 4.6c version. but it will not work for ECC verison. So what you can do this write evry field in the structures using write statement.

Edited by: Thiruibm on Mar 10, 2010 9:47 AM

Read only

Former Member
0 Likes
359

Could you paste the part of the code from where this error is triggered?