Application Development and Automation 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: 
Read only

Table maintenace

Former Member
0 Likes
349

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

2 REPLIES 2
Read only

Former Member
0 Likes
330

In order to get that you will have to enhance the module pool program of table maintenance.

is it a custom table?

Read only

Former Member
0 Likes
330

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