How to find largest number in Transaction Column in F03B11Z1?
I want to find the largest number in the Transaction Column (EDTN) in F03B11Z1 so I can increment it by 1 whenever I create a new record in this table. There's the below approach that I'm thinking of. Can you let me know if there's another easier way to do this please?
1) Create an index on this column in descending order. The problem with this approach is since this table is a vanilla table, whenever there's an upgrade, the custom index might get wiped out.
Thanks,