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_FIELCATALOG_MERGE ISSUE

former_member339717
Active Participant
0 Kudos

Dear Gurus,

                      I have been facing a very strange problem. Our system has been upgraded to 7.0 but now when I m using the


FM LVC_FIELCATALOG_MERGE I m not getting the total no of  fields which have been mentioned in global structure in the


ZQM_STR_INFO_RECORD during the execution in the debugger but the same FM LVC_FIELCATALOG_MERGE is giving


me whole fields with in the structure when I am using the tcode SE37. Can someone please guide me how to solve this problem.

The snapshots are given below. First Snapshot is from the debugger and the 2nd one is from se37.

The ALV during the execution of the programe.(using structure)

Alv during the Execution of same FM in SE37.

1 REPLY 1

ŁukaszPęgiel
Contributor
0 Kudos

Have you updated your structure lately? If yes this could be also an buffer problem and you can get rid of it using programs:

BALVBUFDEL

BCALV_BUFFER_DELETE

BCALV_BUFFER_DEL_SHARED.

Regards

Łukasz