Skip to Content
0
Former Member
Nov 11, 2012 at 07:40 AM

Re:Field validation for more then one field

25 Views

Hi Expert,

I have written a query for validation i am little bit stuck for validating of more then one field whether i have to use which operator OR,NOT.

Below is my query

if wa_output-meins is not initial AND wa_output-werks ne '1001' AND wa_output-ferth ne 'FRESH'.

in the above query i have to check 3 field i.e MEINS,WERKS AND FERTH at a time .for validating this three fields at a time which operater i have to us.

Regards,

Addu