2009 Jan 23 11:28 AM
Hi,
I want to create spool file for the messages.
Is anybody having Idea How I can do this???
Regards.
Kusum.
2009 Jan 23 12:15 PM
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.