Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: internal table max,min for particular value

$
0
0

Hi,

 

Please check this code,

   sort itab by objectid ASCENDING value_new  DESCENDING  value_old ASCENDING.

   delete ADJACENTDUPLICATESFROM  itab comparing objectid.

 

Regards,

Suman


Viewing all articles
Browse latest Browse all 10425

Trending Articles