‎2013 Nov 22 3:13 PM
Hi All ,
I had made a search on SDN but i couldnt reached a successful result.
The problem is ;
I have a table control and I want to disable(not editable) the table control columns.
I tried many ways, the last codes like below;
LOOP AT TABLE_CONTROL-COLS INTO COLS.
COLS-SCREEN-INPUT = '0' .
MODIFY TABLE_CONTROL-COLS FROM COLS INDEX SY-TABIX.
ENDLOOP.
This codes didnt work. The solution is important.Im waiting answers.
Thanks.
Fırtına
‎2013 Nov 22 3:27 PM
Hi,
You can make the field in TMG invisible by changing the properties(Element List) in the screen generated by TMG .
Refer below screen shot.
Regards,
Bhushan
‎2013 Nov 22 3:27 PM
Hi,
You can make the field in TMG invisible by changing the properties(Element List) in the screen generated by TMG .
Refer below screen shot.
Regards,
Bhushan
‎2013 Nov 22 4:00 PM