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

Re: How to get the latest updated record from the select query w.r.t to the date

$
0
0

Hi Sudheer,

 

As you described, now entries are collected in an internal table using normal SELECT query.

Next step is to sort and delete adjacent duplicates from internal table as follows...

 

SORT it_po BY EBELN EBELP ABRUF ascending EINDT descending.

 

DELETE ADAJCENT DUPLICATES from it_po COMPARING EBELN EBELP ABRUF.

 

 

Thanks,

RKP


Viewing all articles
Browse latest Browse all 8851

Trending Articles



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