‎2010 Mar 09 3:35 PM
Hi,
I have an existing ALV report which use's a Z-structure in FM REUSE_ALV_FIELDCATALOG_MERGE.
Now I have a requirement to display few more fields in the Output, so I have added the fields in the Z-structure and activated the structure.
But Still I dont see the additional fields.
Any idea?
Thanks
Quresh
‎2010 Mar 09 3:37 PM
did you add the fields in teh field catalog ? Put a break point in this Fm and check the contents of internal table ..the field catalog and internal table should hold the same ..
‎2010 Mar 09 3:38 PM
Check the report to see how the field catalog is built. You might have to add some code for the new fields.
‎2010 Mar 09 3:43 PM