‎2006 Dec 15 4:18 PM
Hi!
<b>Is there limitations when using data type STRING in connection with SMARTFORMS?</b>
I'm trying to send a text field (581 digit long) into an XML file.
It is declarated: AVVTEXT <i>(text field, can be 0-2004 digit)</i> data type <b>STRING</b>.
The field is cut of at digit 256-259.
Regards Christina
‎2006 Dec 15 4:32 PM
u can pass string but the limitation in SAP is 255....So, if it is more than 255 then u need to split the string into 2 lines and so..on...u need to split at every 355 characters.