cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to select a value from DropDown list

Former Member

Accepted Solutions (0)

Answers (1)

Answers (1)

tamasszirtes
SAP Mentor
SAP Mentor
0 Likes

Hi Venkatesh,

The SELECT html element has to be created as an item (click on Associate to New Item in the Applications area). E.g. I had a language selection. I called the SELECT oLanguage.

Then use the Set activity in the Workflow area. Then in the code I ended up with

oLanguage.set("English");

Regards,

Tamas