‎2007 Sep 18 9:13 AM
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
‎2007 Sep 18 9:38 AM
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
‎2007 Sep 18 9:38 AM
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
‎2007 Sep 18 9:40 AM