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: 

KEY_HOTSPOT Problem

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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).

0 Kudos

Thank you very much solved the problem.