Hi everyone,
I have 2 days stucked with this...=( My bapi returns a structure (5 columns, n rows), and I need to fill a ToolBarDropDownByKey object (combo) with the first 2 rows of my output structure.
I dont know how to bind the Toolbar object... =( it doesnt accept to do context mapping to list type (list, array, hashtable, etc).
HOW CAN I FILL MY OBJECT DYNAMICALLY ?
Thaaaaanks for your help !!!!
REgards from Mexico,
Diego
The *ByKey UI elements use databinding against a DDIC type with a value set of (key, value)-pairs. The selection is determined by the selected key.
For data binding against a context node, where the node elements provide the data, use the *ByIndex UI elements. Here, the selection is determined by the selected index, i.e. the context node's lead selection.
Armin
Add a comment