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

TABLE CONTROL - DISABLE COLUMNS

Former Member
0 Likes
582

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

1 ACCEPTED SOLUTION
Read only

Bhushan_hs
Participant
0 Likes
550

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

2 REPLIES 2
Read only

Bhushan_hs
Participant
0 Likes
551

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

Read only

0 Likes
550

Mr. Nagabhushan HS

Great answer. Thanks a lot.

Regards,

Fırtına