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

Add fields to structure

Former Member
0 Likes
508

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

3 REPLIES 3
Read only

Former Member
0 Likes
479

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 ..

Read only

PedroGuarita
Active Contributor
0 Likes
479

Check the report to see how the field catalog is built. You might have to add some code for the new fields.

Read only

Former Member
0 Likes
479

Resolved. I had to log off and relogin to get it fixed.

Thanks