Application Development 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: 

Field Catalog jumbled up by REFRESH_TABLE_DISPLAY

Former Member
0 Kudos

Hi,

I created a field catalog for an ALV and called SET_TABLE_FOR_FIRST_DISPLAY. The field catalog provided to this method remained perfect till the call of this method. After it, I called REFRESH_TABLE_DISPLAY. This method jumbled-up the sequence/COL_POS field of the field catalog and thus making the characteristics like NO_OUT inconsistent.

How this method changes the field catalog and on what basis.

Need urgent answer. Helpful answers would be rewarded.

Before:

After:

1 REPLY 1

arivazhagan_sivasamy
Active Contributor
0 Kudos

Hi Manhar,

How are you filling fieldcatalog?

If you are filling manually, do not mention the col_pos, the system will fill it automatically.

Arivazhagan S