cancel
Showing results for 
Search instead for 
Did you mean: 

Print an existing spool in ABAP program.

former_member409998
Participant
0 Kudos

Hi Experts,

I have a problem to print an existing spool.

I need print many an existing spools in ABAP program

- I used the SHDB and call transaction with BDC data but work only for 1st.

- I tried use the RSPO_RPRINT_SPOOLREQ function but don't work.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Check FM RSPO_LOCAL_PRINT_TCP....

former_member409998
Participant
0 Kudos

I resolved my own problem.

I use the function RSPO_OUTPUT_SPOOL_REQUEST...

The only parameters to this functions was spool_request_id - ID spool.

Thanks for help!

Answers (1)

Answers (1)

frank_davis2
Member
0 Kudos

If i need to print just one existing spool in many it's the same FM that i use?

someone can help please?