It's kind of hard to figure out what your preferred sort order is, so I can't be exact, but what you do is write a bit of code that assigns a numeric value to each row, which will put them into your sort order. Then you store that value as another field in your table, sort by it, but hide that column on the alv.
Add comment