alv

Question: hai,

I created a fieldcatalog for my alv block display.
I supplied an internal table to the fieldcatalog

But when I added an extra fields in the internal table,
that extra field is not seen in the fieldcatalog.

Can anyone tell how to add it.

Thank you

Answer:
Are you adding your extra field to the fieldcatalog?

If you are using a DDIC defined table consider the buffers that are used by ALV - there are postings on the forum about how to cope with them.
_________________
Kind Regards

Rosie Brent

Please remember to search the forum and check the FAQ before posting questions, thank you.

Tuly Idiot most of the time, part-time Guru

Answer:
I guess we will need additional info (like your piece of code).

If you are using reuse_fieldcatalog_merge (or something like it), you will have to check at your tables... if not, try first to reload your program (read Rosie's post)...

If you cannot solve it, put your code and we will take an eye
_________________
Brief History of the Tuly Idiots
Bad advices, wrong answers, bigotism
sapfans GD

Ad by Viiiiiic

Answer:
Hi,

If the changes on the IT are dynamic in program, I think you should "refresh" your fieldcatalog after adding the new fields into the table (as VLozano said, have a look at FM REUSE_ALV_FIELDCATALOG_MERGE for that) or you should create the fieldcatalog when you are sure your IT will not suffer more changes.
If you are changing the dictionary structure of your IT, then your problem should be a lack of reload or reactivation somewhere.

Hope it helps,
mr.
Copyright ?2007 - 2008 www.jt77.com