Skip to Content
0
Former Member
Jul 19, 2005 at 12:48 PM

IF CONDITION IN SMARTFORM.

1719 Views

Hello all,

Just facing a small problem in smart form.

The code goes as follows ::

PLANT: &GRLABEL-WERKS&

/* Codes works fine. Displayed correctly.

/: IF &GRLABEL-WERKS& = '01'

  • Inside IF

/: ELSE

  • Outside IF

/: Endif

The problem is in if condition. Its going in else part even if first condition is satisfied.

Is ht ere any problem in hte code or anything?? I am not getting a way out.

Please help me.