cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove unnecessary texts in tooltip in an inputfield?

Former Member
0 Kudos

Hi All,

         I have used an Input field in my Webdynpro Application. As application is a display only service ,I have made it read only .I have used tool tip for the input field.Tool tip will work fine but

problem occurs once I click on the value of the input field, tooltip changes to "label name-value-input field-readonly-actual tooltip which I have maintained".

How can I remove this and get only the required text in my tooltip or can I disable cursor click on input field?

I have attached the Screenshot. PFA.

Thanks and Regards,

Vivek Shetty.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Looks like your application accessiblity is set/forced. set the application parameter sap-accessibility= (space)

Go to your application and parameters tab and add the parameter sap-accessibility with value blank/no value.

hope this helps,

Regards,

Kiran

Answers (1)

Answers (1)

Former Member
0 Kudos

Awesome. Thank u so much Kiran.