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

Re: How to give condition on internal table ekbe to pick up correct entry

$
0
0

Hi Shinde,

 

Sort the internal table in Descending order by date.

Then Loop ITAB and delete row if SY-TABIX <> 1.

 

SORT GT_ITAB DESCENDING BY BUDAT.

 

LOOP AT GT_ITAB INTO GS_ITAB FROM 2.

  DELETE GT_ITAB INDEX SY-TABIX.

ENDLOOP.

 

Regards,

Vijay


Viewing all articles
Browse latest Browse all 10116

Trending Articles



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