Saturday, March 3, 2012
- DropDownByIndex: In this case we have to provide a context node (cardinality=0..n) with elements storing the values and you have to determine the key from the index of these node elements. The selection is given by the nodes’s lead selection.
- e.g Web Dynpro ABAP - DropDownByIndex usage
- DropDownByKey: In this case you have to provide a Dictionary type with a value set that contains key-value pairs. You have to bind the relevant UI element property to a context attribute of this dictionary type.
- e.g: SAP Web Dynpro ABAP - DropDownByKey Usage - Without domain values
- e.g: SAP Web Dynpro ABAP - DropDownByKey Usage - With domain values
Simply and clearly explained.. Thanks a lot...
ReplyDelete