cancel
Showing results for 
Search instead for 
Did you mean: 

Fill drop-down with a table column value without service

Former Member
0 Kudos

Hi experts,

I have two layers with wizard.

1) In the first layer there is a table(2 column) which is editable and a button.

2) Second layer a form with a drop down and a field.

When the user enter input in table and press the button the entire table will be moved to the next layer.My requirement is to receive tables one column and display it in drop-down of second layer.

How to achieve this?

Note: I have no service between the two layers.I need to achieve in design level.

Thanks& Regards,

Stars

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

if I understand correctly, you want to take the data of a column in a table, and use it as the drop-down data?

if so - I see no way to do it...

the dropdown could be filled statically (by values set during design-time) or dynamically (by service).

the only way I can see it being done, is using a RFC call.