HI,
i have to fetch a field auart from table aufk into variable lv_auart for order no aufnr without using endselect.
this is the query:
SELECT auart
FROM aufk
INTO lv_auart
WHERE aufnr = ls_segtype-aufnr.
please help me .
thanks,
Anand.