cancel
Showing results for 
Search instead for 
Did you mean: 

How to Extract the selected line in alv?

Former Member
0 Kudos

Hi,

I am learning ABAP and i have a doubt.It is as follows.

In interactive reports, by clicking on a ROW we can display the line by using SY_LISEL in AT LINE_SELECTION event .

Now i want to have a pop up window when we click on a selected row of ALV report I want that single ROW to be displayed . How can i do this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ravindra,

I think this is not possible with ALV reports because these use field catalogs unlike Interactive reports. Interactive reports only has the capability of popping up the data in the next list when clicked on row with the help of the events.

Hope this helps.

Please reward if useful.

Thanks,

Srinivasa