Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

pick latest date

Former Member
0 Likes
326

hi ,

i want to pick the latest date from the given dates based on GL number.

How shd i do that.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
304

sort by GLnumber date descending.

delete adjacent duplicates from itab comparing GLnumber.

now only GLnumber and corresponding latest dates will only be left....

if u want all entries to be retained then move to different itab and do the same....

1 REPLY 1
Read only

Former Member
0 Likes
305

sort by GLnumber date descending.

delete adjacent duplicates from itab comparing GLnumber.

now only GLnumber and corresponding latest dates will only be left....

if u want all entries to be retained then move to different itab and do the same....