cancel
Showing results for 
Search instead for 
Did you mean: 

Combining the Spool Request

Former Member
0 Kudos

HI,

The client is expecting only one spool. But the system is generating muttiple spool. We have tested this in the development We are getting only one spool. But in prod we are getting mutiple spool. I am not sure through which parameter, tt is happening or because of the more data, the system itsself is spitting the spool. Please provide more information if you have come across such a situation

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Sandra_Rossi
Active Contributor
0 Kudos

Nitin,

you don't need to ask the same question in several forums, that is forbidden. So, first, read the forum rules.

About your question, difficult to say what is wrong (maybe the default "final" flag is set by default for the user in prod, while it is not in dev), the only thing I can say is that usually, when we want only one spool, we have to program it: for smartforms, that would be using fields NO_OPEN and NO_CLOSE of CONTROL_PARAMETERS parameter; for sapscripts, that would be using START_FORM ... END_FORM nested in a unique OPEN_FORM ... CLOSE_FORM.

You may find information of some interest here: Note 85318 appending documents to existing spool requests

sandra