‎2007 Feb 07 3:15 AM
I have used include control program and got long text for desired object,Problem is i want to move these text into some variable how can it be done.
‎2007 Feb 07 3:57 AM
Hi,
In the print program use the FM READ_TEXT to read the standard text..
Then LOOP AT the text internal table and then concatenate the text and move it to string variable..
Thanks
Naren
‎2007 Feb 07 3:59 AM
Hi,
I feel you can use READ_TEXT function module to read the desired long text and move the text into your internal table or variable. I think this needs to be done in your driver (print) program and pass this variable between print program and sap script.
Regards
Vimal
‎2007 Feb 07 8:25 AM
I dont want to use read text.I just want to know that can we transfer the values to some variable.