2010 Oct 11 8:42 PM
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.
2010 Oct 11 9:04 PM
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).
2010 Oct 11 9:04 PM
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).
2010 Oct 11 10:14 PM