‎2007 Feb 28 10:41 AM
Hi experts,
Any ideas on how I can add sort functionality in report V_RA? Like sort ascending and sort descending in the application toolbar.
Helpful answers will be awarded.
Regards,
LM
‎2007 Feb 28 10:48 AM
Hi
U should create a copy of that trx in order to show the data by ALV functions.
Max
‎2007 Feb 28 10:48 AM
Hi
U should create a copy of that trx in order to show the data by ALV functions.
Max
‎2007 Feb 28 10:51 AM
Hi Leo,
One way is to try and find the PF-STATUS that is being used in the program. Goto that PF-Status and modify it accordingly. But then the standard code cant be changed for writing the functionality. U hv to either find a User-Exit or u need to copy the whole code into a Z program and then modify it.
Regards,
Himanshu.
‎2007 Feb 28 11:03 AM
Hi Leo,
I am not sure if this is a custom report or standard report.
If it is a custom report then create an ICON in the application tool bar each for ascending and descending and assign a function code.
Then when this icon is clicked, read the field name from the list.
Based on the function code, in at user command event.
Sort the output table by that field and then display the list.
If it is a standard report then you need to check for an user exit to do the same.
Hope this is of some help to you