cancel
Showing results for 
Search instead for 
Did you mean: 

ALV Operations In Webdynpro for ABAP

Former Member
0 Kudos

Hello Experts,

I have a requirement in ALV table in which I want To make one column as link. On clicking of that link a textedit UI element should be created on the same page on top of ALV Table. Please Suggest me how to display textedit on the same page above the ALV table and also how to create link of the column.

Thanks,

Pratibha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi,

To create all the cells of a column as a link follow this thread:

You have to set the cell editor as linktoaction. The corresponding click you can capture in event ON_CLICK ( define your own event handler for this ALV event ).

You can create a textedit box whose visiblity is bound to a context attribut of type wdy_boolean, on the event handler of click you can just change this attribute property and set it to true and bind it back.

Regards

Manas Dua