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

offset issue during abap unicode conversion

Former Member
0 Likes
528

Hi Gurus,

we are facing following error in few programs

The offset declaration "264" exceeds the length of the character-type start (=249) of the structure. This is not allowed in Unicode programs

strcut+264(250) = wa_table-field1.

strcut is structure contians 36 fields and wa_table-field1 is character type and length is 255

Please suggest the solution

Thanks,

Raj

1 REPLY 1
Read only

roberto_vacca2
Active Contributor
0 Likes
351

You can uncheck the option Unicode Check from SAP Gui Options or you have to declare a String Type to go over 255 chars..

Copy and Paste your abap declaration please,

hope to help, bye!

-


*Hi Gurus,

*

*we are facing following error in few programs

*

*The offset declaration "264" exceeds the length of the character-type start (=249) of the structure. This is not allowed in *Unicode programs

*

*strcut+264(250) = wa_table-field1.

*

*strcut is structure contians 36 fields and wa_table-field1 is character type and length is 255

*

*Please suggest the solution

*

*Thanks,

*Raj