Hi srikanth,
Try the below codes:
SORT gt_mrp BY vbeln.
LOOP AT gt_mrp .
AT NEW vbeln.
CONTINUE.
ENDAT.
CLEAR gt_mrp-wmeng.
MODIFY gt_mrp.
ENDLOOP.
Regards.
Hi srikanth,
Try the below codes:
SORT gt_mrp BY vbeln.
LOOP AT gt_mrp .
AT NEW vbeln.
CONTINUE.
ENDAT.
CLEAR gt_mrp-wmeng.
MODIFY gt_mrp.
ENDLOOP.
Regards.