Application Development 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: 

To create spool file

Former Member
0 Kudos
3,039

Hi,

I want to create spool file for the messages.

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

Regards.

Kusum.

1 REPLY 1

Former Member
0 Kudos
85

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.