cancel
Showing results for 
Search instead for 
Did you mean: 

Looping around a internal table whose fields are the type string

Former Member
0 Kudos

Hello,

I have an internal table (ITAB) in my smartform - the fields (F1, F2, F3) are type string. I want to print the contents of the table in my document.

I created a LOOP statement and moved at ITAB into a workarea (LS_ITAB).

Inside the loop, I created a text box (text type TEXT ELEMENT) - and displayed the tablefield

&LS_ITAB-F1&

Only the first 255 charactes of F1 is being printed on the smartform. The field F1 had about 1000 charactes though. Please le t me know if anyone came across such a situation, and is this a limitation of smartforms.

Any suggestings would be highly appreciated (and rewarded points )

Thanks,

Kiran

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the response. I hope the new version of smartforms (or Adobe forms) doesnt have this restriction.

Thanks

Former Member
0 Kudos

by default SAP prints only 255 characters in any form.

may be u need to do a logic so as that after 255 characters it prints in the next line...