Hi all,
I'm using "supply function" for dynamically creating
DropDownByKey with data comes from RFC function. [several tables rows... ]
Problem is, i'm having problems setting diffrent data for each DropDownByKey.
I'll explain:
If DropDownByKey for row #1 sould contain two options: option 1, option 2.
However,
DropDownByKey for row #2 sould contain two options: option 3, option 4
[all options data are coming from RFC function]
i get both DropDownByKey with the four options ..... Meaning:
DropDownByKey for row #1 contains four options: option 1, option 2, option 3, option 4
DropDownByKey for row #2 contains four options: option 1, option 2, option 3, option 4.
Any ideas?
10x and regards
Morch