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

sm30

Former Member
0 Likes
603

hi !

i want to ask a question about "z" table created by table

maintenance generator.

do i have a way to add a "sort button" to enable user to sort the "z" table by any field the want.

if yes, please tell how to do this ?.

thanks

moshe

hi !

i want to ask a question about "z" table created by table

maintenance generator.

do i have a way to add a "sort button" to enable user to sort the "z" table by any field the want.

if yes, please tell how to do this ?.

thanks

moshe

4 REPLIES 4
Read only

Former Member
0 Likes
575

Hi Moshe,

You need not add any "Sort" button for the same.

Cheers!

Anand

Read only

Former Member
0 Likes
575

You can view the z table in SE16, setting the user parameters to ALV grid display. This display allows you to sort the table by any field you want.

The path to change settings is: settings --> user parameters --> Data Browser Tab --> ALV grid display radiobutton.

Read only

Former Member
Read only

Former Member
0 Likes
575

Whe you create table maintenance dialog, the system generates a program which you can change. If you want to add new buttons, you can create a new status: go to table maintenance generator of your table and then Enviroment->User Interface.

You have to write the abap code to manage your button, and can do it updating the flow logic of your screen: you