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

Table Control HELP !

Former Member
0 Likes
567

Please tell me how can i put a F1 help or something for a field in a table control.

For example i have in my table control some icons, and when the user selects an icon and press for example F1, a text will appear saying what it represents.

Please help!

Thanks

1 ACCEPTED SOLUTION
Read only

former_member191735
Active Contributor
0 Likes
518

It is going to be a tooltip but not an F1 help unless you define it with ref to a dataelement.

You can see more options on the screen and screen elements and properties of the field on the screen (Can be a table control)

4 REPLIES 4
Read only

Former Member
Read only

Kiran_Valluru
Active Contributor
0 Likes
518

Hi.,

check this wiki., http://wiki.sdn.sap.com/wiki/display/sandbox/DYNAMICF4HELPFORAFIELDINTABLECONTROL

hope this helps u.,

Thanks & Regards

Kiran

Read only

former_member191735
Active Contributor
0 Likes
519

It is going to be a tooltip but not an F1 help unless you define it with ref to a dataelement.

You can see more options on the screen and screen elements and properties of the field on the screen (Can be a table control)

Read only

0 Likes
518

Thanks Sampath. This was the way.