‎2008 May 01 10:30 PM
Hi,
How to get Sort buttons in table maintenace screen ( where we create new entries ) when we go the screen using T code.
Thanks in advance,
Sudheer. A
‎2008 May 01 11:12 PM
In order to get that you will have to enhance the module pool program of table maintenance.
is it a custom table?
‎2008 May 02 12:12 AM
Hi sudheer
To create sort button do the following
1)Go to the particular screen when you create new entries.
2) find the module pool program name and the screen number
3) Enter the layout of the module pool program by using its screen number.
4) add a button there in the layout.
5) write the code to sort the data in the PAI section.
Kindly award points if useful
Regards