‎2010 Nov 24 5:31 PM
In Unicode-compatible programs the offset and length specificationsfor structures are limited to the length of the character-type initial part
WRITE pi_string+l_offset(lw_dd03l-intlen) TO <data>.
In this case, the offset specification 394 for the structure "PI_STRING" exceeds the length of the character-type initial part (=394).
‎2010 Nov 24 5:37 PM
Hi,
Obviously, you should specify an offset that is longer than the string length (character-wise not byte-wise).
Do you use the functions that are compliant with Unicode?
§ Functions for string processing in http://help.sap.com/saphelp_nw04s/helpdata/en/79/c55479b3dc11d5993800508b6b8b11/frameset.htm
best regards,
Guillaume