cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent Question on SF

Former Member
0 Kudos

Hi all,

I am having two check boxes plant and warehouse. The output of the program is smartform print.

i want the below functionality.

when i click on both the check boxes, plant and warehouse i want two different prints i.e. for plant (one) and warehouse(one). It is nothing but bill of ladding. Can any one help me how can i do this. if i want to push the plant data to second page how can i do this. OR any suggestion...

Thank you for all your help in advance...

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

Try to create 3 smartform , and develop your logic like this

If check-box 1 and 2 are selected.

***call Smartform Plant(one) and warehouse(one)

elseif checkbox 1

***call smartform Plant(one)

elseif checkbox2

***call smartform warehoouse(one)

endif.

I hope this might help you.

Regards,

SaiRam

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved the problem