Skip to Content
0
Former Member
Jun 02, 2008 at 04:37 AM

How to avoid end-select in the sel;ect statement

1555 Views

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