cancel
Showing results for 
Search instead for 
Did you mean: 

SPOOL FOR SMARTFORMS

Former Member
0 Kudos

Hi all,

I m getting 2 spool requests for a smartform instead of 1. I hav developed my smartform in user exit of Standard program.In spool it is generating one for my smartform and another for std one.

Please let me know what should i do so that only single spool comes.

Regards

Taranam

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Taranum,

Check the condition records of the output type of the standard smartform

Remove any entries that may exist. txn NACE

If no condition records satisfy the output type, its smartform will not fire.

andrs_sarcevic
Contributor
0 Kudos

The standard program issues a Smartform too?

Try to force the non-generation for the spool order that you don't want.

I supouse that you don't want the spool order generating by the std program. So, if this spool order comes after yours, try to force the parameters for the std funcion call...

SSFCTRLOP-NO_OPEN = 'X'

SSFCTRLOP-NO_CLOSE

SSFCOMPOP-TDNEWID = ' '

Hope this will help you.

Regards,

Andrés Sarcevic.