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

INCLUDE control command in sapscript

Former Member
0 Likes
421

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.

3 REPLIES 3
Read only

Former Member
0 Likes
384

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

Read only

vimal_kumar4
Explorer
0 Likes
384

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

Read only

0 Likes
384

I dont want to use read text.I just want to know that can we transfer the values to some variable.