Hi All
i have the following select statement,
SELECT KBETR FROM KONV
INTO (V_EXDUTY) UP TO 1 ROWS
WHERE KNUMV = VBRK-KNUMV
AND KSCHL = 'JEXP'
AND KPOSN = VBFA-POSNN.
ENDSELECT.
now i want to know the alternative stat for this one by removing the end-select. and also explain me why do we use select ..... end-select. brief explanation is appreciated.
thanks in advance
ABAPER