Skip to Content
0
Former Member
Dec 12, 2008 at 07:29 PM

Reab table using a range value

20 Views

Hello Experts,

Is it possible to use a range value in "Read table [itab] ...." statement?

I need to do like this..

read table t_docs with key vbeln = wa_output-vbeln
                           matnr = wa_output-matnr
                           spmon in r_spmon.

I know that, alternatively, this can be achieved by loop ......endloop.

Thanks.