cancel
Showing results for 
Search instead for 
Did you mean: 

Attach a Dropdown by Key within a particular row of a table

Former Member
0 Kudos

Hi guys,

My problem is that I need a dropdown by key with different values in each row. How I can set the cell editor of each row?

Thanks,

Raulie

P.D. I know how to attach the value set to the node, so ONE dropdown can appear in all rows.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I think you should look at cell variants.

Former Member
0 Kudos

since you know how to assign value to the node, this should be easy.

    - you need to code this in WDDOMODIFYVIEW method

    •      you need to loop through the data for each row assignment in this method. which means read the sourc table data and assign one row by one row.
    • assign normal data as you do but for this dropdown assign value as necessary (bundle up assign it to the context element )

hope this help resolve the issue.

Former Member
0 Kudos

You can set values by looping through node. You can use valusets for each row.. while looping in itab you can set node by accesing index.