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