cancel
Showing results for 
Search instead for 
Did you mean: 

LEAD SELECT on ALV table...

Former Member
0 Kudos

Hi All,

I am using ALV table in my application. I am able to display data into ALV table.

But how to give LEADSELECT event to that ALV table..?

Can anyone please help me.

Thanks in Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks!

Former Member
0 Kudos

Hi,

In the METHODS tab, give any name and select EVENT HANDLER and for that ALV select the ONLEADSELECT event in the F4 help for events.

Name Method Type Desc EVENT ALV Name

ON_LEAD_SELECT Event Handler On lead ON_LEAD_SELECT INTERFACECONTROLLER ALV_DETAIL_REV

Regards,

Lekha.

Former Member
0 Kudos

Hi Lekha,

I created leadselect method in view's methods tab...but while pressing f4 at event I am getting error

" used component does not have any events".

I am using SALV_WD_TABLE component...

please help me.

Thanks in advance...!

uday_gubbala2
Active Contributor
0 Kudos

Hi Sreelakshmi,

Go to the properties tab of your view and add the entries corresponding to your ALV component usage in there. Once you add them you would be able to find the corresponding list of ALV events.

Regards,

Uday