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 request

Former Member
0 Likes
473

is there any function module by which

we are able to get spool number ,by passing program

name as input parameter to function module

3 REPLIES 3
Read only

Manohar2u
Active Contributor
0 Likes
443

Do you mean passing a program name, FM should return you the created spools by this program?

I don't think so we could have any, lets see if we get any FM's.

Regds

Manohar

Read only

Former Member
0 Likes
443

hi Sanju,

Check this FM <b>RSPO_FIND_SPOOL_REQUESTS</b>

Read only

Former Member
0 Likes
443

Spool is associated with the execution of a program in the background or through a explicit spool creation. You cannot get the spool id just using program name. What exactly you have and what do you want? If it is just program name then there is none. You may be able to get the job name based on the program name and the date and time. Then you can get the spool number from the job.