Skip to Content
0
Former Member
May 15, 2008 at 02:18 PM

smartform output

16 Views

Hi,

My requirement is if the o/p type is ZURA and ATTRIBUTE4 field = RA then the estimated unit price and estimated amount value should not be shown in the o/p of the smartform.So in conditions tab I gave the conditions like this

ZNAST-KSCHL # 'ZURA'

L_KATR4 # 'RA'

If only both these conditions are satisfield then the values for these fields will be shown on the o/p otherwise they should not be shown.

Now when I checked in debugging mode I found this query

IF (

AND ZNAST-KSCHL NE 'ZURA'

AND L_KATR4 NE 'RA' ).

Here ZNAST-KSCHL is showing value ZURA and L_KATR4 is showing no value.Then in this case values should be shown on the o/p b'oz one condition is failing.But these values are not shown in the o/p.

Can anyone suggest me a proper solution for this?

Regards,

Hema