2007 May 22 12:47 PM
IN ALV if we click the assending buton it will convert all the fields in asscending order. So their must be some program for the same. Can i see this program?
2007 May 22 12:50 PM
hi,
1. put '/h' .
2. click the ascending button.it will got to debugging
3. now take 'SYSTEM' in menu bar -> take STATUS -> u will get the pgm name.
Rgds
Reshma
IN ALV if we click the assending buton it will convert all the fields in asscending order. So their must be some program for the same. Can i see this program?
2007 May 22 12:50 PM
hi,
1. put '/h' .
2. click the ascending button.it will got to debugging
3. now take 'SYSTEM' in menu bar -> take STATUS -> u will get the pgm name.
Rgds
Reshma
2007 May 23 11:39 AM
Hi, Ajay!
When you sort an ALV, the instance is calling the method 'SORT_TABLE' of the class CL_GUI_ALV_GRID (use Tcode 'SE24' to watch it). In the method, it calls the Function Module 'LVC_SORT' (use Tcode 'SE37' to watch it) which is who finally sorts the table.
Hopping it will help you,
Sergio
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |