2009 Sep 09 7:17 PM
Hello Gurus,
I am using function modules RSPO_OPEN_SPOOLREQUEST , RSPO_WRITE_SPOOLREQUEST and RSPO_CLOSE_SPOOLREQUEST to create spool request. Then I am using function module 'CONVERT_ABAPSPOOLJOB_2_PDF' to convert spool to PDF.
Now I want to delete the spool after the pdf is created because spool was just a medium to create PDF. How can I delete the specific spool that got created by RSP* function modules ?
Please help.
Regards,
Jainam.
2009 Sep 09 7:22 PM
Use fm
call function 'RSPO_R_RDELETE_SPOOLREQ'
exporting
spoolid = v_spoolid.
a®
Hello Gurus,
I am using function modules RSPO_OPEN_SPOOLREQUEST , RSPO_WRITE_SPOOLREQUEST and RSPO_CLOSE_SPOOLREQUEST to create spool request. Then I am using function module 'CONVERT_ABAPSPOOLJOB_2_PDF' to convert spool to PDF.
Now I want to delete the spool after the pdf is created because spool was just a medium to create PDF. How can I delete the specific spool that got created by RSP* function modules ?
Please help.
Regards,
Jainam.
2009 Sep 09 7:22 PM
Use fm
call function 'RSPO_R_RDELETE_SPOOLREQ'
exporting
spoolid = v_spoolid.
a®
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |