‎2010 Nov 02 2:14 PM
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
‎2010 Nov 02 2:56 PM
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