Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8594

Re: Removing the duplicate value for the required field in display report

$
0
0

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.


Viewing all articles
Browse latest Browse all 8594

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>