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
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
Simply and clearly explained.. Thanks a lot...
ReplyDelete