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 .