cancel
Showing results for 
Search instead for 
Did you mean: 

DropDownByIndex!

Former Member
0 Kudos
43

Hi all,

I have a DropDownByIndex filled with data that come from a BAPI but I don't know how to get value that I select from it.

Thanks.

Jesus.

View Entire Topic
Former Member
0 Kudos

Hi Jesus

Assume your Bapi structure as

BAPI_INP

Output

LNo

Assign BAPI_INP.Output.LNo to the texts property.

Now you can get the selected value as follows

wdContext.currentOutput.getLNo();

Regards

NagaKishore V