cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement settings function in std table ?

Former Member
0 Kudos

Hi All,

Alv table is having setting functionality by default . I need to provide the similar functionality in standard table . Is there any way for that ? . If any knows , how to do that , please provide me the steps .

Regards,

Kalpana .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

We dont have exact functionalities of Table settings in normal table.But some useful functionalities we have those are

1. To create the header( set_header & get_header).

2. To set text( set_text & get_text).

3. Set_visible.

4. set_tooltip.

5. set-read_only

6. set_toolbar & get_toolbar

you can achieve maximum functionalities using cl_wd_table if in case you want to use table instead of table.

Thanks

Suman

Former Member
0 Kudos

Hi Sunil,

Could you tell us in more detail how this can be achieved through the methods u have given.

Thanks IN Advance,

Chaitanya.

Former Member
0 Kudos

Hi Chaitanya,

You can use personalization to do user specific settings, provided application allows for the same. With personalization user will be able to set order for columns, hide, unhide columns and change the header text etc.

You can trigger the personalization by right click on the Left most corner of the table UI, after execution of your application.

Regards

Rohit Chowdhary

Former Member
0 Kudos

Hi Kalpana,

The settings functionality in ALV can only be replicated by means programming. there is no way to use the functionality from ALV to normal tables.

If you want to use all the functionalities of settings its better to use the ALV instead of table. Or if you have one or 2 functionalities to achieve from here then you might as well consider writing few lines of code with drop downs to sort filter etc.

Hope this helps

Regards,

Kinshuk