Application Development 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: 

Table Control HELP !

Former Member
0 Kudos

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

former_member191735
Active Contributor
0 Kudos

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

Former Member

former_member184578
Active Contributor
0 Kudos

Hi.,

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

hope this helps u.,

Thanks & Regards

Kiran

former_member191735
Active Contributor
0 Kudos

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)

0 Kudos

Thanks Sampath. This was the way.