Application Development 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: 

how to delete spool number if is status is waiting?

Former Member
0 Kudos

Seek helps. I use FUNCTION RSPO_R_RDELETE_SPOOLREQ to delete spool number. It works if this spool number's status is finished. But if its status is waiting, I find that the spool number is not deleted. Who can tell me how to delete such a spool number even though its status is waiting?

Thanks a lot.

Jack

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi Jack,

TSP0E-RQIDENT is a spool number that you want to delete.

Please ensure you have authorization/permission to delete.

Regards,

Ferry Lianto

4 REPLIES 4

ferry_lianto
Active Contributor
0 Kudos

Hi Jack,

Have you looked FM <b>RSPO_RLIST_DELETE_SPOOLREQ</b>?

Regards,

Ferry Lianto

0 Kudos

I just tried RSPO_RLIST_DELETE_SPOOLREQ but not succesfully because I am not sure what TSP0E-RQIDENT is.

ferry_lianto
Active Contributor
0 Kudos

Hi Jack,

TSP0E-RQIDENT is a spool number that you want to delete.

Please ensure you have authorization/permission to delete.

Regards,

Ferry Lianto

0 Kudos

Thanks Ferry. I just called this function module by using spool number but I found that the spool number with 'waiting' status is still not deleted.

Thanks a lot.