Friday, February 17, 2012
Presently Web Dynpro ABAP engine is fillin Drop down by Key for certain domains, for others not.
- For domains, that have direct values assigned everything is filled automatically.
- If domain has values indirectly through value table, no values are filled.
Steps to get the values in drop down list using Domains
- Create web dynpro component and save in local directly.
- Go to CONTEXT tab insert attribute actio TYPE ACTIO or mention the field PSPAR-ACTIO directly if the domain is assigned to field.
- Go to LAYOUT tab ->Create UI element DropDownbyKey and Bind the context attribute ACTIO to drop down UI element.
- If you mention label for drop down box, you should mention Lable for attribute of LABEL UI element.
- Save and activate all.
- Create web dynpro application and execute.
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
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.