‎2007 Jan 04 2:18 AM
Hello,
I created spool requests for the samartforms by executing in background.
Can any one tell me how to send the the spool request to printer? I would like to send from ABAP program not using tcode sp02.
Thank you
‎2007 Jan 04 2:31 AM
Hi
We can use FM: <b>RSPO_OUTPUT_SPOOL_REQUEST</b> for the same.
CALL FUNCTION 'RSPO_OUTPUT_SPOOL_REQUEST'
EXPORTING
device = <printer>
spool_request_id = <request>.Regards
Eswar
‎2007 Jan 04 2:31 AM
Hi
We can use FM: <b>RSPO_OUTPUT_SPOOL_REQUEST</b> for the same.
CALL FUNCTION 'RSPO_OUTPUT_SPOOL_REQUEST'
EXPORTING
device = <printer>
spool_request_id = <request>.Regards
Eswar
‎2007 Jan 04 5:47 PM