Application Development 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: 

Sorting displayed values in SM30

Former Member
0 Kudos

Hi,

I have the requirement where i have 4 key fields in a table say f1 f2 f3 f4 and the requirement is when i go to transaction SM30 & see table contents, it should be sorted according to fields f2 f3 f4.

However, changing the sequence of key fields can achieve the desired result, but since this table has been referred in lot many programs & i don't want to change all those.

Any pointers to any other way to achieve same will be very helpful.

Regards,

Ashish

1 REPLY 1

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You will either need to change all of the programs that reference this table, or write your own custom table maintenance program. Doing so , will allow you to sort it anyway you want.

Regards,

Rich Heilman