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

Create, write, and close the Spool

Former Member
0 Likes
492

Hello everybody,

I have a problem with the spool in one program i have to develop.

In the same program I have to create different lists and transform them into pdf to send by mail. The issue I am facing is to create different entries in the spool with the different lists. I read something about the function Get_print_parameters, but what I need is to open the spool, then write into this spool and close it, because afterwards I will send the email with this attachement. i have to do this several times.

Does anybody know how to do this opening writing and closing??

Regards, and thanks very much

Caletrio

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
375

You may use these FMs

RSPO_OPEN_SPOOLREQUEST

RSPO_WRITE_SPOOLREQUEST

RSPO_CLOSE_SPOOLREQUEST

P.S. Please search the forum before posting the query.

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
376

You may use these FMs

RSPO_OPEN_SPOOLREQUEST

RSPO_WRITE_SPOOLREQUEST

RSPO_CLOSE_SPOOLREQUEST

P.S. Please search the forum before posting the query.