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

SMARTFORMS field in STRING format

Former Member
0 Likes
395

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

1 REPLY 1
Read only

Former Member
0 Likes
282

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.