Skip to Content
0
Former Member
Apr 27, 2009 at 02:38 PM

Problem in select statement

42 Views

Hi Friends ,

I am having a problem in the following select query , its not giving any syntax error but it is not picking the values as per the condition :

SELECT GPART VKONT KTOKL ZPRINTALLOW FROM FKKVKP

INTO TABLE GT_FKKVKP

WHERE KOFIZ_SD = '03' OR

KOFIZ_SD = '04' AND

KTOKL = '0005' AND

GPART IN SEL_BP.

Can someone pls help me out in this.

Thanks