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 order of columns

Former Member
0 Likes
2,233

Hi,

I have a question about table controls. I added a field to the internal table which is the basis for the table control. After that I added a field to the table control based on the new field. Now the order of columns in the table control has changed and I have no idea how to rearrange them.

Can anyone help?

thanx

Petra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,558

Go to the SE51.

Provide the program name and screen number in Change mode.

Go the table control screen layout. There adjust the columns by drag and drop at the header.

Regards,

A.Singh.

Hi,

I have a question about table controls. I added a field to the internal table which is the basis for the table control. After that I added a field to the table control based on the new field. Now the order of columns in the table control has changed and I have no idea how to rearrange them.

Can anyone help?

thanx

Petra

8 REPLIES 8
Read only

Former Member
0 Likes
1,559

Go to the SE51.

Provide the program name and screen number in Change mode.

Go the table control screen layout. There adjust the columns by drag and drop at the header.

Regards,

A.Singh.

Read only

Former Member
0 Likes
1,558

Just you have to change the column manually in table control

did u create the table control by wizard or manually??

Read only

Former Member
0 Likes
1,558

Hi,

Select the output field of the colomn which has to be rearranged. drag it and place the same where ever you need.this solves ur problm.

Reward if helpful.

Regards

Raghavendra.D.S

Read only

0 Likes
1,558

Hi again,

Ok I managed to rearrange via drag & drop in SE51. The problem is however (sorry I did not put it more specific): the order of columns in SE51 is correct, but when I start the transaction the columns are shown in a different (incorrect) order. So the executable seems to differ from the definition?!

I am maintaining a progam, I do not know if the tc was created via the wizard or manually. I did add the column manually.

regs

Petra

Read only

0 Likes
1,558

Check the transaction code of your report in SE80. Are they in synch. ? Are you calling right transaction ?

Go to SE80, select program and put the program name.

Check the transaction code in Transaction node.

If answered pls close this.

Regards,

A.Singh.

Read only

0 Likes
1,558

Yes of course I am calling the right transaction. The problem is when I start the transaction the columns are in different order in the table control then how it is defined within SE1.

Read only

0 Likes
1,558

I solved the problem myself: copying the program including screens to a new program and the columns appeared in the right order (same order as defined in SE51) in the new program.

regs

Petra

Read only

Former Member
0 Likes
1,558

This message was moderated.