cancel
Showing results for 
Search instead for 
Did you mean: 

abap editor

Former Member
0 Kudos

Hi Guru's ,

when i Write following code that time abap editer give error.

read table it_konv with key kschl = 'ZRPR' AND KPOSN = IT_VBRK-KNUMV.

please help me

Regard

Sam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You'll increase your chances of getting a meaningful reply if you actually tell us what the error is.

Regards,

Nick

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Try this.

read table it_konv with key kschl = 'ZRPR'

KPOSN = IT_VBRK-KNUMV.

read table will not use 'AND' operator.

Sharin.

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

does the internal table have header line, if there's no header line then READ internal table into work area