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

problem in list display

Former Member
0 Likes
495

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.

3 REPLIES 3
Read only

Former Member
0 Likes
462

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

Read only

0 Likes
462

The fields in the internal table and field catalog are same.

Read only

Former Member
0 Likes
462

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