cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign different Tooltips to the dynamically generated Tabs in Horizontal Contextual Panel Web Dynpro ABAP

Former Member
0 Kudos

Hi Gurus,

I am working on SAP Web Dynpro ABAP for Appraisal Templates (HR Module)

Standard Web Dynpro Component: HAP_DOCUMENT_BODY

View: VW_TABS_VIEW

Method: HANDLEFROM_MAIN

I have enhanced the layout of the view ‘VW_TABS_VIEW’. In this view there is HorizontalContextualPanel UI Element, I have added Tooltip property and bound the tooltip dynamically. But whenever a tab is selected its tooltip is getting displayed for all the other tabs also.

Requirement: 

          If we place the mouse over the other tab (not the selected tab) its own Tooltip has to be displayed, not the selected tabs tooltip.

Please help me solve the issue.

Thanks in Advance,

Swathi Paritala

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you Kiran

Is there any other way to achieve it.


former_member184578
Active Contributor
0 Kudos

Hi,

Unfortunately your requirement is not possible. there is no itemtooltip property for HCP UI, tooltip property applies to the whole HCP UI but not to an individual text(s).

HorizontalContextualPanel - Web Dynpro for ABAP - SAP Library

Regards,

Kiran