cancel
Showing results for 
Search instead for 
Did you mean: 

DropDownByIndex question...

0 Kudos

Hello!

My applications is calling a web service to get values for a DropDownByIndex. The web service part is working great, the values all get populated into the drop-down and life is good. However, when you actually perform the drop-down on the application, there is a blank entry (I think from its initial creation). Does anyone know of a way in which I can get rid of that entry? It's not all that important, but I would like to remove it so the users are not confused by it...

I am very quick in rewarding points and would greatly appreciate any answers, even if it is just a tip on where to look...

Thanks!

John

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Set the selection property of the node to 1..1

Kind Regards

Mukesh

0 Kudos

Hi Mukesh;

Thanks for the fast response, but I am unclear on how to implement it. Where do I need to set that property?

Thanks!

John

Former Member
0 Kudos

Hi

If u bind the node from custom controler you have to set the node property in the custom Controler.Otherwise in the Component controler where you define the node(Which is bind to The Dropdown).

Kind Regards

Mukesh

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi,

Under Context create:

Value node->properties->set selection as 1.1

Value attribute->bind to the drop down by index.

Regards

Suresh

0 Kudos

Thanks for the help everyone! I also (finally!) found the SAP Help that showed me how to set up the code here:

http://help.sap.com/saphelp_nw04/helpdata/en/74/450e8af57065468e88e4b86de47e4b/frameset.htm

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You can find this property for the context node bound to the drpdown.

Regards,

Ajay