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.