‎2007 Nov 28 10:28 AM
hi ,
i want to pick the latest date from the given dates based on GL number.
How shd i do that.
‎2007 Nov 28 10:35 AM
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....
‎2007 Nov 28 10:35 AM
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....