cancel
Showing results for 
Search instead for 
Did you mean: 

How to make the fields of table clickable?

Former Member
0 Kudos

Hi Experts,

I have created one RFC based WD program. We are displaying data in a table. Now I have to make some of the fields of table clickable.

When the user will click on some of the fields, another RFC should be called.

How I can do so?

Regards,

Gary

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Insert the Button/LinkToAction UI elements as Column cell editors. On click of button you can invoke the RFC.

Regards,

Charan

Former Member
0 Kudos

Hi Charan,

How to Insert the Button/LinkToAction UI elements as Column cell editors?

Regards,

Gary

Former Member
0 Kudos

Hi,

Create a Table.

Right click on the table --> Select Insert New Column

Right click on the column --> Select the cell editor --> Select button.

Regards,

Charan

Former Member

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

when you try to select the attributes of the table that has to be populated

you may have to right click on the rootuicontainer and select apply template and select table

and select the attributes from the node that has to be populated in the table and click next

and you can find the attributes name and textview which is by default that would be shown inthe table

instead you can change the textview and select from the dropdown select the linktoaction and linktourl

and or you can go other way as add a new column to the table and select buttons to the table .

and for each each row and on click of the button you can call the RFC .

Thanks

Former Member
0 Kudos

Hi Gary

Take UI Element as LinktoAction to the fields of the table.On Action of the LinktoAction Call the RFC .

Thanks

Tulasi Palnati