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

spool requests deletion after printing through code

Former Member
0 Likes
876

i need to delete the spool requests after it has been printed, the deletion should be through coding.

4 REPLIES 4
Read only

Former Member
0 Likes
764

Hi,

Delete the required spool requestsfrom table TSP01 by writing the code.

Regards,

Anji

Read only

Former Member
0 Likes
764

Try this function module .

RSPO_SPOOLJOB_DELETED

Please reward if useful.

Read only

former_member404244
Active Contributor
0 Likes
764

HI,

first get the spool number from table TSP01 and then write delete statemnt to delete the same.Also u can use the FM "RSPO_SPOOLJOB_DELETED" to delete the spool request number.

Regards,

Nagaraj

Read only

Former Member
0 Likes
764

hi

first use the tcode sp01 to check the spool requests...if u're able to the requests u wanted..in the program, call this FM

RSPO_SPOOLJOB_DELETED

and pass the required parameters.

regards,

shamim