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: change column position

Former Member
0 Likes
2,061

Hi Experts,

I have a table control with 19 columns. I need to bring the 19 column to 5th position. I did change the index in code from 19th --> 5th and 5th --> 19th but it is giving error.

Please advise.

Regards,

FS

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
992

hi,

try this in the designing part of ur graphical editor u can move the column position where ever u want so u can change ,u can just drag the column to 19th position..........

Reward points if useful.

5 REPLIES 5
Read only

former_member191735
Active Contributor
0 Likes
992

what is the error?

Change your itab column positions and try.

Read only

Former Member
0 Likes
992

For the screen I am using

LOOP WITH CONTROL tc_travel_selection.

MODULE d1000o_reise.

ENDLOOP.

In the module I tried to change column position from 19 --> 5 and 5 --> 19 but it gives error that same "there are entries with the same value in the index component".

Regards,

FS

Read only

Former Member
0 Likes
993

hi,

try this in the designing part of ur graphical editor u can move the column position where ever u want so u can change ,u can just drag the column to 19th position..........

Reward points if useful.

Read only

Former Member
0 Likes
992

Thanks guys, I was able to move the columns around by cut and paste in screen painter.

Read only

Former Member
0 Likes
992

hi Guys,

I can move the columns in the screen painter but in the actual screen I the column is not moved.

Are the columns setup in the config some where or we can move them around some otherway in table control. Thanks in advance.

Regards,

FS