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: 

No of columns displayed in table control

Former Member
0 Kudos

Hi,

on my screen I have a table control where 5 columns are displayed.

for user the same table control is getting displayed in 7 columns.

How to restrict the no of columns of a table control for any user.

Thanks

kiran

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Something like this in the process before output:

loop at screen.

if screen-name eq 'PNPS$MSL' and sy-uname = 'PBULGER'.

screen-visible = 0.

endif.

modify screen.

endloop.

2 REPLIES 2

Former Member
0 Kudos

Something like this in the process before output:

loop at screen.

if screen-name eq 'PNPS$MSL' and sy-uname = 'PBULGER'.

screen-visible = 0.

endif.

modify screen.

endloop.

Former Member
0 Kudos

Check your screen resolution .. if it's the same as your user ..