‎2007 Sep 06 3:48 PM
Hi experts,
i have a problem with list display.
I want to display the output like date, time, costcentre, company code ...... But the out put list display is coming as costcentre , username , date , time , company code....even after setting the col positions as 1,2,3, 4
I have observed in fieldcatalog as costcentre and username from field catalog_merge fm its taking l_fieldcatalog-key = 'X". i made this as l_fieldcatalog-key = ' '. Even though its displaying in the same way.
Please suggest me is there any way i can solve this issue.
‎2007 Sep 06 3:51 PM
Hi,
In the Field catalog, you will get the Internal table, there in the Internal table the fields should be in the Sequence which you want it in the output
Regards
Sudheer
‎2007 Sep 06 3:53 PM
‎2007 Sep 06 3:53 PM
Hi,
Check whether you have given any default layout. you can change the default layout and save it as you need.
Or do the following
If you are displaying a few fields from a table you can buid the field catalog manually. This will solve your problem.
<b><REMOVED BY MODERATOR></b>
Message was edited by:
Alvaro Tejada Galindo