cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro drop down by key and index

gill367
Active Contributor
0 Kudos

can any body please explain the difference between the two?

and could you provide me any tutorial on use of drop down list to make an aplication to display different images on selecting different values from the drop down list?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sarbjeet

go through this link

:

[;

[;

u'll get all threads related to d same problem:

[https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=dropdownbykeyanddropdownbyindex&adv=false&sortby=cm_rnd_rankvalue]

hpe it solves ur prob

Regards

Khushboo

Answers (4)

Answers (4)

Former Member
0 Kudos

Forum search, online help, Javadoc, tutorials...

Armin

Former Member
0 Kudos

Hi,

If u r getting data from Bapi use "Drop down by index" otherwise use "Drop down by key".

Refer this link.

http://saptechnical.com/Tutorials/WebDynproJava/EVS/Demo.htm

Regards,

Sunaina Reddy T

Former Member
0 Kudos

hi

Refer the thread

Edited by: Srikanth Thatipally on Jan 7, 2009 2:38 PM

Edited by: Srikanth Thatipally on Jan 7, 2009 2:39 PM

Edited by: Srikanth Thatipally on Jan 7, 2009 2:41 PM

Former Member
0 Kudos

Hi Sarbjeet,

Drop down bykey is normally used when the drop down data comes from a local dictionary u defined in the application means if you have the values with you which you can directly assign to the dropdown.

Drop down by index in case the data is populated say from a BAPI call means if the values are coming from some diffrent function call etc.