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.