Skip to Content
0
Aug 03, 2016 at 07:26 PM

Multiple logic expression not working

28 Views

HI expert,

when i am featching records from internal table on base of logical expression.. multiple logic expression not working..

below is my expression..

IF ls_glset-type = text-042.
IF ( ls_glset-shortname = text-025 OR
ls_glset-shortname = text-032 OR
ls_glset-shortname = text-033 OR
ls_glset-shortname = text-034 OR
ls_glset-shortname = text-035 ) AND
( ( ls_faglflext-activ NE 'COFI' AND ls_faglflext-pprctr NE '11ITMIS' ) OR
( ls_faglflext-activ NE 'RKP1' AND ls_faglflext-prctr NE '11ITMIS') ). in above condition " ( ls_ faglflext - activ NE 'RKP1' AND ls_faglflext - prctr NE '11ITMIS' ) " this logic expression is not working... please check & revert.. thnkx prakash