cancel
Showing results for 
Search instead for 
Did you mean: 

Drop Down in Webdynpro

Former Member
0 Kudos

Hello,

I have Drop Down by key element in my Webdynpro.

The drop downbox is indicated in the browser but without values.

How can I get values in the drop down menu?

Must I do this in an event?

regarts

Klaus Helfrich

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hello,

thank you everybody for the help.

I forgot to write that I will do this in the ABAP Workbench for a Webdynpro with ABAP not for Java, sorry.

Can anyone give me informations about the approach in the ABAP Workbench?

regarts

Klaus Helfrich

Former Member
0 Kudos

Hi Klaus,

Go through this thread:

Regards,

Rajeev Ranjan

Former Member
0 Kudos

Hi,

the link suggested by Josue Cruz is gives you full insight

additionally

few steps

1)in dictionary -> simple types create a type in enumerstion enter few keys and associated text.

2) create a context attribute for this attribute select simpletype just crated as a type

3)deploy the application

you can see drop down values

hope this helped you

Regards,

RK

Former Member
0 Kudos

Hi Klaus

Hi suggested you that see this pdf that comes with all about DropDownByKey UI elememnt for Web Drynpro

This document will be very usefull for you.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/value help in web dynpro applications.pdf

Good Luck !!!

Joshua

Former Member
0 Kudos

You need to bind the dropdownby key to an attribute. This attribute should be bound to a simpletype.

enter values into the simpletype and you can find the values in the drop down when you run the application.

Create the simpletype in the dictionary->simpletype that you can find for each of your application.

Enter the values in the enumeration tab.

Revert for further clarifications

Regards,

Noufal