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: 

LVC_FIELDCATALOG_MERGE fields missing

Former Member
0 Kudos

Hi all,

I have added 7 fields to one standard stucture, when i used the same structure in LVC_FIELDCATALOG_MERGE,

in fieldcat some fields are missing. where as with Reuse_alv_fieldcat_merge, it is showing all the fields. Can you tell me where i have to do the change?

5 REPLIES 5

Clemenss
Active Contributor
0 Kudos

jagan,

Switch to SALV model and never again think about field catalogs.

Regards,

Clemens

Former Member
0 Kudos

i want to display newly added in the standard reports report. In that standard report they are using LVC_FIELDCATALOG_MERGE...

Clemenss
Active Contributor
0 Kudos

Hi jagan,

make sure, the newly added fields all have data elements and the table/structure is active. Then I don't see any reason why it should not retrieve the fields.

Also, there are conversion functions for fieldcatalog from alv to lvc and back; I don't remember the names but you can find and use.

Regards,

Clemens

Former Member
0 Kudos

just to clarify yourself, put a break point on field catalog merge and see what you are passing to it, what it holds

Former Member
0 Kudos

Debug and check the field catalog , is it getting populated with correct values of fields.

Some time there is a if condition during setting visible property of the field. check it.