2013 Apr 25 8:04 AM
Hi ABAPer's,
There is a table control object in a screen. And they using the same screen for create and display the entries from table control.
Now when it is in display, I need to show this table control with the function toolbar, as like in alv, where user can filter, sort, convert to excel.
How can we achieve this ?.
Thanks.
Sabarinathan.
2013 Apr 25 10:37 AM
Hi,
Go to Menu Painter ( Tcode - SE41 ).
Program: SAPLKKBL
Status : STANDARD_FULLSCREEN
This is a standard function toolbar which contains sort, filter, excel, etc.
You can copy the status by clicking the "Copy Status" button and give your program name and status name.
Then use the copied status in your program.
But, you have to write the logic for these functions.
Thanks & Regards,
Prasanna
2013 Apr 29 12:24 PM
Hi,
Thanks.
Is their any standard function module or method for applying filter, sort, field selection options by providing the selected column ?
2013 May 02 8:15 AM
Hi,
Check these function modules:
K_KKB_OUTTAB_SORT
LVC_KKB_OUTTAB_SORT
Thanks & Regards,
Prasanna
2013 May 02 10:34 AM