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

Toolbar for Table control

tcsabarinathan
Explorer
0 Likes
1,734

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.

4 REPLIES 4
Read only

Former Member
0 Likes
891

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


Read only

0 Likes
891

Hi,

Thanks.

Is their any standard function module or method for applying filter, sort, field selection options by providing the selected column ?

Read only

0 Likes
891

Hi,

Check these function modules:

K_KKB_OUTTAB_SORT

LVC_KKB_OUTTAB_SORT


Thanks & Regards,

Prasanna

Read only

Former Member
0 Likes
891

Hi Sabarinathan,

I agree with Prasanna Kumar's comment..