cancel
Showing results for 
Search instead for 
Did you mean: 

Alv --link to action

Former Member
0 Kudos

HI,

I have 5 columns in alv ...in that 3 col.. having link to action...if i click on link to action it should show some popup...in pop up which link to action i clicked that column name should be binded to one input field in pop up...can any one suggest me how to get col. name

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The event handler for link to action has two importing parameters.

1.WDEVENT

2.R_PARAM of type IF_SALV_WD_TABLE_CLICK.

R_PARAM has these 4 attributes.

You have attribute,column,index and value

You can get your column name like

ls_col_name = r-param->column

Former Member
0 Kudos

whatever link i click its giving first link to action only...

Former Member
0 Kudos

Problem solved...Thanks

Former Member
0 Kudos

Good that problem solved, Always post your brief description about how you solved it. Other readers may benefit from that.