cancel
Showing results for 
Search instead for 
Did you mean: 

Info buttons

0 Kudos

Hello everybody,

I'm searching for a kind of info button (small blue button with an "i") that can be assigned to an input field to get more information about this field.

Does such an UI element exist in WebDynpro?

Best regards,

Christian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Christian,

there's the UI element Explanation, here's the link to the corresponding Web Dynpro ABAP documentation:

http://help.sap.com/saphelp_nw04s/helpdata/en/a9/42c041e125c917e10000000a155106/frameset.htm

Regards, Heidi

Answers (1)

Answers (1)

Former Member
0 Kudos

Christian,

Use Link2Action instead. You may left text property empty and assign just image source, for example

~sapicons/s_b_info.gif

~sapicons/s_b_hint.gif

VS