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

Explanation property for fields in module pool

Former Member
0 Likes
564

Hi All,

I have a requirement in module pool programing where in when the cursor is placed on a input/output field , some text should appear as help text similar to how it appears for a button on application toolbar in GUI status.

For eg if I place the cursor on a material number, it should display its description.

Please let me know is there any way to do it.

Thanks,

Nagraj

Hi All,

I have a requirement in module pool programing where in when the cursor is placed on a input/output field , some text should appear as help text similar to how it appears for a button on application toolbar in GUI status.

For eg if I place the cursor on a material number, it should display its description.

Please let me know is there any way to do it.

Thanks,

Nagraj

2 REPLIES 2
Read only

Former Member
0 Likes
515

Hi Nagraj

SAP only provides an option to define quick info texts for screen elements with Icons and push buttons on your screen(field 'Tooltip' in screen painter attributes window). I don't think we can code that for input/ouput fields in your program . Think you could achieve it by assigning Icons to the screen elements.

Regards

Pawan

Read only

former_member156446
Active Contributor
0 Likes
515

SAP does not handle the mouse over event.