cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using drop down data to get context table.

Former Member
0 Likes
260

Dear Expert,

I have a drop down which the data for selection populate from a table. Is that possible to do like when a user select an entry of a table, the system populate the rest of the filed using the entry that user select from the drop down. I have bind a table to the context which the table is getting data in a ecc function module.

For example

My table is like the following. My dropdown contain entry a, b c which is from the table itself. When the user select a, the system will pppulate other the other field with data 2 and IR in the rest of the field.

Table

Country Max Num Location

A 2 IR

B 4 BY

C 6 ST

Anyone knows how to do it?

Thanks.

Regards,

Bryan.

View Entire Topic
Former Member
0 Likes

Hi,

when you selected one value from the dropdown, the perticular record will be available in the attibutes of that node, if you want to show the same record values in someother form or table, you can directly bind that node the the ui element also, because that can hole the correspodning record right.

the node will contain all the records but the attributes contains only one value that is what ever you selected as part all records, so the corresponding values will be available in that attributes,

Try this or else, you can ittarate the node and get the record ar selected value i teh dropdown by comparing the value right.

Cheers,

Apparao