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

Dialog Programing: Output screen layout is different from actaul layout

Former Member
0 Likes
457

Hi,

I have developed screen layout in SE51 and same is used in my program.Program is working fine but the problem is in column order.I designed layout in SE51 by copying structure from ABAP dictionary and same has been used in my program but output layout column order is completely different from SE51 screen layout.When i check this on Se51,everything is in order.

My program is referring the same screen number and program.there is only one screen i.e 100.

How do we fix this problem.

Regards,

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
380

Looks like, your table settings got changed for the table control on the screen.

Run your program.

Now, on the screen you can find out the "Table Settings" in the Top Right corner of the Table control as ICON.

Press the Icon and it will bring the Table Settings screen.

In the Current Settings, choose the Basic Settings ... save and close.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
380

Hi Naimesh,

Thanks for the reply.The problem is in the table settings(in my case "basic setting" is already available) where there is a button called "administrator".here the program is using temporary system variant i.e diffrent from actual variant.I just deleted it and reactivated.

anyway thanks a lot.