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: 

table control: change column position

Former Member
0 Kudos

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

Former Member
0 Kudos

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

former_member191735
Active Contributor
0 Kudos

what is the error?

Change your itab column positions and try.

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

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