cancel
Showing results for 
Search instead for 
Did you mean: 

creating new spool request for form every time

Former Member
0 Kudos

Hi All

I am calling a smartform in back ground with a standard program RSNAST00, I want that to create a new spool evertime when it run .

Is it possible using standard program

Thanks

vinay Kolla

<MOVED BY MODERATOR TO THE CORRECT FORUM>

Edited by: Alvaro Tejada Galindo on Dec 23, 2008 3:55 PM

Accepted Solutions (1)

Accepted Solutions (1)

former_member181995
Active Contributor
0 Kudos

By default program(When you run in background) RSNAST00 should generate Spool every time.

Former Member
0 Kudos

HI ,

Its not creating new spool everytime , but creating a new page in the same spool.

Thanks

Vinay

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

In smartform driver program,

within FORM set_print_param

set cs_composer_param-TDNEWID = 'X'

It will create new spool each time

Regards

Shiva

Former Member
0 Kudos

Where do I do this in my custom smart form ? I have no control over the function module being called from standard program

Ankur

former_member223537
Active Contributor
0 Kudos

Hi Vinay,

While scheduling the job, ensure that you have selected NEW SPOOL REQUEST in the Output options.

Best regards,

Prashant

Former Member
0 Kudos

u can use fm wfmc_message_process instead of the standard program

Edited by: kartik tarla on Dec 23, 2008 7:37 AM

Former Member
0 Kudos

hi

what do u mean by creating a new spool request? Can u plz elaborate.