cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Assignment of Tooltip in FPM Form UIBB for MDG-S

former_member199082
Discoverer
0 Kudos

In MDG-S, for maintaining Bank Account, I want to have dynamic Tooltip for 'Control Key' field.

Tooltip will change based on 'Bank Country' field.

I tried in 'IF_FPM_GUIBB_FORM~GET_DEFINITION’ method of feeder class , by changing value of exporting parameter 'ET_FIELD_DESCRIPTION' but it is not reflecting on UI.

Can anyone has done similar development ?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member205613
Participant
0 Kudos

Dear Sumedh,

have you set the tooltip_ref field for the tooltip in the fielddescription or what exactly have you done?
if you want to have the tooltip changed at runtime this should be possible when you set a reference field in the definition.

At runtime you can then fill this field with the tooltip.

Don't miss to set the data_changed flag in method get_data.

regards

Heike