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

To create spool file

Former Member
0 Likes
3,452

Hi,

I want to create spool file for the messages.

Is anybody having Idea How I can do this???

Regards.

Kusum.

Hi,

I want to create spool file for the messages.

Is anybody having Idea How I can do this???

Regards.

Kusum.

1 REPLY 1
Read only

Former Member
0 Likes
498

If you want to get spool id for a print request of data, use the below function module.

RSPO_SX_OUTPUT_TEXTDATA you should pass the variable ( Internal Table ) whose content you want to print as input to the mentioned Function module and will get request id from its export field rqid

as output.