cancel
Showing results for 
Search instead for 
Did you mean: 

Default variant

Former Member
0 Kudos

Hi,

I have a problem.I want to save view variant in the ALV Component and when anyone calls this applicatio, I want him/her to see the view variant which I saved.How can I do this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Can I use IF_WD_PERSONALIZATION class to realize the answer of my question.

Former Member
0 Kudos

Have never tried...

do you have access to the ALV comp_controller ? I havent seen theis in ALV.

if so then ALV_component->get_personalization_manager( ).

could be used. Then you could manipulate the variant.

I dont know how to force ALV to show it.

But a view in you own component could show it.

Custom view. Still All dependent on the access to the ALV comp_controller.

If I understood your question properly.

Cheers

Phil

Answers (1)

Answers (1)

Former Member
0 Kudos

You need to implement your own logic and store the saved variant in a ztable. When any user launches your application, check if there are values for the user in the table and display it in the wddoinit metohd of your view.

Regards

Nithya