cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple selection in ALV called as pop-up

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Hi all,

I am new to webdynpro and experimenting with the same.

I am calling an ALV as popup on a push-button and its working fine.

now the problem is

- I do not want to display the default "ok" button on this pop-up?

- I want to select multiple rows and its working fine but how to pass back the result (selected rows) to another internal table?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

When you are calling the external window there you can set the property so that OK button is not displayed and you should be able to use ALV event on selected for the purpose and then you should be able to read all the selected fields by looping through the elements of the context and getting the attributes and then bind it to the other context where you need the data.

Let me know if you are ok with this or need detail explanation.

Phani

Answers (0)