Skip to Content
0
Former Member
Dec 08, 2006 at 01:08 AM

problem with select statement

44 Views

hii frnds ,

when i am executingthis select statement theni am getint this sort of syntax error ,

The list "(T_AUFNR" after "INTO" is not of the form (f1, ...,fn), or contains an undefined field. excludes specification of a field list.

the select statement is

SELECT SINGLE

AUFNR

PRIOK

EQUNR

ILOAN

GEWRK

WARPL

LAUFN

INTO (T_AUFNR,T_PRIOK,T_EQUNR,T_ILOAN,T_GEWRK,T_WARPL,T_LAUFN)

FROM AFIH WHERE AUFNR = S_AUFNR .