Skip to Content
0
Nov 30, 2022 at 02:47 PM

how to write read statement from the loop parallel cursor

64 Views

* LOOP AT it_mard where matnr = ls_mara-matnr and werks in p_werks . """""""commented on 30 nov

READ TABLE it_mard with key matnr = ls_mara-matnr werks = p_werks BINARY SEARCH.
if sy-subrc = 0.
lv_index1 = sy-tabix.

i am not getting how to write the read statement from the loop "werks " in the read statement . plzz help me getting this answer soon .

thanks reagards

Mohammed Mubashir.