on 2004 Jul 20 6:48 PM
Hi,
I'm using Adaptive RFC model to get data from SAP and I've to create DropDownByKey/Index dynamically and populate it with the data. I've Model node with attributes in the Controller context bound to the DataModel and also model nodes/attributes in the view context bound to controller context. But the data doesnt seem to be populated.
The return from the RFC is just one internal table. Where exactly (in the code or otherwise) do i need to populate this dynamically created drop down unit?
Any links/code would be greatly appreciated.
Thanks,
Rajit.
Hi Ranjit
I didnt try out any example to check if that is the actual behaviour of the drop down .Just a suggestion ..in the rfc could you just check if you have refreshed the internal table before populating it
regards
Pran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rajit,
I have been creating DropDownByKey elements with dynamic values by following Example A under "Code Example of Key Binding" in the IDE help. I just use a loop on the internal table to populate the value set that's bound to the context node attribute with the desired key/value pairs.
Hope this helps.
Best regards,
Loren
Message was edited by: Loren Woo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I had issues when trying to use the Dropdown with key, in a table column.
Why dont you try to use a EVS Extended value selector in its place.
Regards,
Balaji
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.