cancel
Showing results for 
Search instead for 
Did you mean: 

Tooltip getting truncated

ritikbaral
Explorer
0 Kudos

Hi Gurus,

I am trying to create a tooltip for one of the element of WEBDYNPRO ABAP for e.g. Checkbox.For us the required lenght is 1000 characters but at run time the tooltip length is getting truncated to around 512 characters.Is there any solution for this.

Thanks,

Ritik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

the tooltip property must always be set, for example, to provide more semantic information about the UI element.

u can refer the UI elements Tree or ProgressIndicator , to knw hw to use the tooltip

to fix ur issue , as it is getting truncated after 512 chars, use can alternatively use OTRs

Go to transaction SOTR_EDIT -> long text.

Give a text name and create an long OTR text message.

give that OTR test alias in the UI element property

I hope it shud help

rgds,

amit

Answers (1)

Answers (1)

ritikbaral
Explorer
0 Kudos

Resolved, thanks experts..