cancel
Showing results for 
Search instead for 
Did you mean: 

Lead Select Context Element in WD ALV

Former Member
0 Kudos

Hi,

Can anyone tell me how to retrieve the lead select row( Context element) for an ALV Table.

Best Regards

Sid

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Siddharth Chowdhury ,

just read the node thats binded to the alv component using the wizard. it will return you the lead selected row in the work area.

Regards

Sarath

Answers (1)

Answers (1)

former_member182190
Active Participant
0 Kudos

Hi Sid,

You can use ON_LEAD_SELECT method of ALV to do this.

Go to the Methods tab of the view in which you have embeded your ALV.

give method name lead_Select, method type as Event Handler, in event select from F4

ON_LEAD_SELECT.

Hope this solves your problem.

Regards,

Ismail.