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

convert string to tttext?

Former Member
0 Likes
534

Hi experts!

Does anybody know a good function or method to convert a string to the type TTTEXT ( which is a table type with two columns:TDFORMAT and TDLINE)?

I need to use the string but then I need to save it as a long text....

Points will be rewarded for helpful answers!

Felix

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
498

hi Felix,

you can use FM TEXT_SPLIT to cut you string 132 long pieces, than you can append you internal table accordingly.

hope this helps

ec

2 REPLIES 2
Read only

JozsefSzikszai
Active Contributor
0 Likes
499

hi Felix,

you can use FM TEXT_SPLIT to cut you string 132 long pieces, than you can append you internal table accordingly.

hope this helps

ec