‎2008 Aug 04 8:00 PM
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,
‎2008 Aug 04 8:09 PM
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
‎2008 Aug 04 8:40 PM
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.