I need to add a checkbox to my ALV report. I am using REUSE_ALV
I need to set the outputlen to 3 but the len is defaulted to 7 and does not change. Also I need to ungray the checkbox. I tried hotspot, but that brings the hand symbol out which I dont need. Any ideas
wa_fieldcatalog-checkbox = 'X'.
wa_fieldcatalog-outputlen = '3'.
* wa_fieldcatalog-hotspot = 'X'.