cancel
Showing results for 
Search instead for 
Did you mean: 

Drop-Down, what else can be inserted other than text

Former Member
0 Kudos

Hello,

I have a requirement, where I need to insert Group UI Element (this will show the details of what ever I select on the table row). Is it possible?. So that the pop-up wont occupy any space, and it will be closed if I move away from the drop-down.

Also,

Can I insert an image in the drop-down?. Does anybody know, whether can we expect these features in coming releases of Web Dynpro?.

I appreciate your help.

Thanks,

Sunita.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Group UI Element: The Group UI element is a UI element container and can be used to group multiple UI elements under one common title.

<a href="http://help.sap.com/saphelp_nw70/helpdata/en/78/b38841349e1909e10000000a155106/frameset.htm">How to Use Group UI Element</a>

DropDownBox : U cannot insert Image in DropDownBox

In DropDownBox they are two types,for more details see below,

<a href="http://help.sap.com/saphelp_nw70/helpdata/en/dd/b0884118aa1709e10000000a155106/frameset.htm">DropDownByIndex</a>

Code Example:

http://help.sap.com/saphelp_nw70/helpdata/en/95/93fe1e71a2e44691b1f041e67f71aa/frameset.htm

[url=http://help.sap.com/saphelp_nw70/helpdata/en/c5/e4884180951809e10000000a155106/frameset.htm]DropDownByKey[/url]

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sunitha,

Group UI Element is possible : That is Group Container insert UI elements in to that.

In DropDown image is not possible as of now.

Rgds

-SS