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.
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.