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 options in table maintenance

Former Member
0 Kudos

Hi All,

I have created one ztable and created table maintenace generator for the same and also created the transaction code for the same to maintain the data just like SM30.

Here my requirement is as soon as we execute the transaction code, it will display all the fields to maintain. with the options of change, new entries, copy as, select all, deselect all, delete etc.. But along with that I need to have the sorting options at the application tool bar.

Thanks in advance.

Regards

Ramesh .

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

you may have to change the tablemaintenance function group , you may need to include those option by changing the pf-status and the corresponding function needs to handled in the pai.

instead of that...

i would suggest you to use custom program to maintain the table entries.

1 REPLY 1

former_member188685
Active Contributor
0 Kudos

you may have to change the tablemaintenance function group , you may need to include those option by changing the pf-status and the corresponding function needs to handled in the pai.

instead of that...

i would suggest you to use custom program to maintain the table entries.