Skip to Content
0
Former Member
Jan 09, 2007 at 09:36 AM

Select Statement

28 Views

Hi,

I am facing problem in the select statement ,

SELECT * FROM ZTABLE INTO CORRESPONDING FIELDS OF TABLE ITAB

WHERE PERNR = IPERNR

AND CUNAME CS VAR1.

I am facing problem in the select statement in the selection of cuname, I want to fetch cuname from the ztable if it contains the string var1 contents.

Thanks in Advance,

IFF