cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro for ABAP ALV

Former Member
0 Kudos

Hi All,

I have got an ALV grid on my abap web dynpro and was wondering how i key into the settings functionality. I.e. when a user presses the ALV settings button and then presses the ok button to return to the ALV grid i want to add some ABAP code at this point. Is this possible?

Thanks in advance

Regards

Martin

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member230839
Participant
0 Kudos

Can you explaina bit why exactly you want to do like this. what is the requirement..?

Former Member
0 Kudos

Hi there,

Basically I have implemented a dropdown option to one of the fields on my web dynpro ALV using the following info [/people/steffen.weber/blog/2009/01/15/dropdown-boxes-in-alv-in-webdynpro-for-abap|/people/steffen.weber/blog/2009/01/15/dropdown-boxes-in-alv-in-webdynpro-for-abap].

It all seems to work apart from when the user goes to the standard ALV settings functionality and removes a column from the ALV display (not the one with the dropdown on). When this happens the dropdown information for my field is lost and the dropdown contains no options!

I was therfore hoping to intercept the code at this point and re-activate the dropdown!

Regards

Martin