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

KEY_HOTSPOT Problem

Former Member
0 Likes
562

Hi,

I am using key_hotspot but i dont wanna see the hotspot on many fields.I used that command to to that :

gs_layout-key_hotspot = 'X'.

So i will be happy if you can tell me how i can do that on one column.(column's name is VBELN).

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
499

specify the HOTSPOT in your fieldcatalog.....it's an attribute like COLTEXT, COL_POS, DD_OUTLEN, etc. For instance, your field catalog would have

FIELDNAME = 'VBELN',

HOTSPOT = 'X', (true, default is space, not a hotspot).

2 REPLIES 2
Read only

Former Member
0 Likes
500

specify the HOTSPOT in your fieldcatalog.....it's an attribute like COLTEXT, COL_POS, DD_OUTLEN, etc. For instance, your field catalog would have

FIELDNAME = 'VBELN',

HOTSPOT = 'X', (true, default is space, not a hotspot).

Read only

0 Likes
499

Thank you very much solved the problem.