cancel
Showing results for 
Search instead for 
Did you mean: 

Can we call multiple Smartforms from single Driver Prog?

Former Member
0 Kudos

Hi all,

Can we call multiple smartforms from single Driver Program. Here Driver program is custom Program.

I want to give Print Parameter only once and output should get printed one after the another smartform in same order of smarforms were called.

If yes, then how?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes, you can do this in your Smartform driver program.

Each time you call you Smartform function module you will need to change the values in structure OUTPUT_OPTIONS slightly.

On the first call set TDNEWID to X.

After this, set it to space

On the last form set TDFINAL to X.

This will put all of the output into one spool request, in the order they are called in the program.

Regards,

Nick