Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Docking Container TOP text display

former_member194669
Active Contributor
0 Likes
829

I have docking container (please see my previous request) within that i have 3 part TOP, LEFT, RIGHT

Now my request is to display some icons and text in TOP

Any Info ?

1 ACCEPTED SOLUTION
Read only

MarcinPciak
Active Contributor
0 Likes
681

You can embed [dynamic document|http://help.sap.com/saphelp_nw70/helpdata/EN/10/246858055711d4a7410000e83dd863/frameset.htm] in top container. There you can create icons, text, links etc.

Refer demo DD_ADD_PICTURE

Regards

Marcin

I have docking container (please see my previous request) within that i have 3 part TOP, LEFT, RIGHT

Now my request is to display some icons and text in TOP

Any Info ?

3 REPLIES 3
Read only

gerd_rother
Active Participant
0 Likes
681

Hi,

It depends which control to use what you actually want to display. But your request sounds like you are looking for an HTML control (CL_GUI_HTML_VIEWER). See demo program SAPHTML_EVENTS_DEMO and the on-line documentation.

Regards,

Gerd Rother

Read only

MarcinPciak
Active Contributor
0 Likes
682

You can embed [dynamic document|http://help.sap.com/saphelp_nw70/helpdata/EN/10/246858055711d4a7410000e83dd863/frameset.htm] in top container. There you can create icons, text, links etc.

Refer demo DD_ADD_PICTURE

Regards

Marcin

Read only

0 Likes
681

Thanks Marcin,Gerd