cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Dropdown in the form and WDA context?

Former Member
0 Kudos

My WDA has InteractiveForm UI element.

The form has ZCI layout with XML-schema based interface and has Webdynpro script inserted.

I need to bind WDA context to a dropdown on the form. But I don't know what dropdownd do I have to use for this: from Standard or from Native library.

So I put Standard dropdown and bound it to WDA context with cardinality 1..n.

When i run WDA - the dropdown displays only 1st row from the context table.

From debug I know that there are 4 rows in my table.

Then I put Enumerated dropdown from Native library and bound it to the same context.

This time the result was even worse:

Dump "The following error text was processed in the system RPM : WebDynpro Exception: The ADS call has failed."

Any help is appreciated.

Thank you,

Tatyana

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Have a look at this link from the online help:

http://help.sap.com/saphelp_nw70/helpdata/EN/42/fb2fe500553ee4e10000000a1553f7/frameset.htm

It tells you which UI element you need and how to use it.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you for replying on Sunday.

I should of define my question better then I did...

I've read the help before I posted the question.

I don't have to have value help as the help is saying on Enumerated subject: "Both value helps can be retrieved from the Web Dynpro library in the Adobe Designer ...".

This is why I started with Standard dropdown. But I am getting only the 1st row of the context bound with this.

How could I get the whole context into Standard dropdown?

Thank you,

Tatyana.