cancel
Showing results for 
Search instead for 
Did you mean: 

Assigning two smartforms to a single output type.

Former Member
0 Kudos

Hi Gurus,

I have a requirement wherein basing on the movement type I need to print forms with two different headings say 'xxxxxx' and 'yyyyyy' either using single output type or else if any other method is there.

For Ex: Suppose if movement type is 205 then the heading of the form will be 'xxx' and if it is 206 the heading will be 'yyy'.

answers of doing it with single output type will be appreciated.

N.D.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Nilanjan,

Based on the movement types call the smart forms in the driver program...

Regards,

Sravanthi

former_member205763
Active Contributor
0 Kudos

u can call the fm of both smartforms in ur single driver program corresponding to ur output type.

Former Member
0 Kudos

same out put 2 forms

example:

out put type is : ZMAN

if moment type is 502.

call SSF function module with SMARTFORM 1

else.

call SSF function module with SMARTFORM 2

endif.

Former Member
0 Kudos

well either in print program or in form you can assign a new title based on movement type.

Former Member
0 Kudos

Hi Florian,

Thanks for your prompt answer.

But I wanted to know using single output type how can I print two forms.

Thanks.

Former Member
0 Kudos

Hi,

its not possible to call 2 smartforms with single output type.

Regards,

Pavan

Former Member
0 Kudos

Hi,

You cannot assign two smart forms to the single output type...it is not possible.

Instead you can enhance the existing smart form to handle both the scenarios the new and the previous.