2005 Aug 30 7:34 AM
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
2005 Aug 30 7:49 AM
Hi Moshe,
You need not add any "Sort" button for the same.
Cheers!
Anand
2005 Aug 30 7:55 AM
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.
2005 Aug 30 7:57 AM
Check this link and find useful
http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/frameset.htm
2005 Aug 30 9:07 AM
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
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |