cancel
Showing results for 
Search instead for 
Did you mean: 

Form display based on Goods movement status

Former Member
0 Kudos

Hi all,

Delivery note should be printed only when VBUK-WBSTK (Total Goods movement status) is equal to C (Completely processed). Can this be done in a Smartform? If so how?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check the condition in driver program before calling the smartform.So that it will call the smartform based on condition.

Thanks,

suma.

amit_khare
Active Contributor
0 Kudos

Use the condition tab of tha Page to check this.

Former Member
0 Kudos

Hi,

Can you please explain that?

Former Member
0 Kudos

Hi,

Select the window, right click and follow the steps: Create -> Flow Logic -> Condition and then evaluate the condition variable.

I hope it helps.

Regards,

Jordi

Former Member
0 Kudos

Hi,

Delivery note is nothing but the whole form! I mean the whole form should not be printed if VBUK-WBSTK is not equal to 'C'. I should control this in the Smartform. Is it possible?

Former Member
0 Kudos

try to give this condition before the function module.

That is infront of SSF_FUNCTION_MODULE.

Former Member
0 Kudos

Hi,

In driver program check condition :

if VBUK-WBSTK is equal to 'C'

then call Smartform using FM SSF_FUCTIONMODULE_NAME.

endif.