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

screen painter tooltip howto?

Clemenss
Active Contributor
0 Likes
927

Hi folks,

we have a custom screen with some fields and controls here. There is an output field for UNAME with the user name. I want to give a tooltip with the full name and phone.

The details are set with BAPI_USER_GET_DETAIL. In the properties of the screen field I gave the structure field as 'value from variable' as tooltip text.

But no tooltip appears.

Everything is active; the field is filled correctly at runtime.

Any Hints?

TIA,

regards,

Clemens

Hi folks,

we have a custom screen with some fields and controls here. There is an output field for UNAME with the user name. I want to give a tooltip with the full name and phone.

The details are set with BAPI_USER_GET_DETAIL. In the properties of the screen field I gave the structure field as 'value from variable' as tooltip text.

But no tooltip appears.

Everything is active; the field is filled correctly at runtime.

Any Hints?

TIA,

regards,

Clemens

3 REPLIES 3
Read only

Former Member
0 Likes
637

Hi,

Follow Steps.

Goto --> Ur PF-STATUS > dbl click on ur FCODE-> TYPE THE information on the INFOTEXT(ToolTip).

Regards,

Morris Bond.

Reward Points if Helpful.

Read only

0 Likes
637

Hi Morris,

please take the time to read and understand my question.

I do not want a tooltip for a functio code

I want the tooltip for a field on the screen.

I would immediately reward negative points if possible.

Regards,

Clemens

Read only

Clemenss
Active Contributor
0 Likes
637

ABAP does not allow it on standard screens