‎2014 Nov 13 6:12 AM
hi ,
i am working one smartform, this is my first development.
the problem is , i need to print one variable based on condition.
i declared that variable in text element and in the condition tab , i gave the condition but its not working.
i dont know how to solve this , pls help me
i have variable
gv_static
i need to print this with condition,
gw_ekko-frgke = z.
but it is not working.
thanks
S.Kavitha
‎2014 Nov 13 6:30 AM
‎2014 Nov 13 6:30 AM
‎2014 Nov 13 6:46 AM
hi tulasi,
actually in one smartform i am printing both original and draft printout based on,
if gw_ekko-fgrke = 'y'.
draft.
else gw_ekko-frgke = 'z'.
original.
endif.
like that , so now i need the variable as to come only on original print out, not for draft version.
in text element, condition tab i gave the condition what u have mentioned above .
but it is not working,
thanks
s.kavitha
‎2014 Nov 13 7:16 AM
Hi Kavitha,
Once check whether the value in condition tab inside the quotes is capital or not
Ex :
gw_ekko-frgke = 'Z'.
Regards,
Pavan
‎2014 Nov 13 6:56 AM
‎2014 Nov 13 7:01 AM
Hi Kavitha,
the field gw_ekko-fgrke is having data before displaying text element? please check this.
Thanks,
Sree
‎2014 Nov 13 7:31 AM
If this condition doesn't work then create a new window which is replica of the earlier window and place your condition to that window. Based on the condition updated the applicable window will be displayed.
‎2014 Nov 13 9:28 AM