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

ALV

Former Member
0 Likes
764

Hi Folks,

What is the difference between the function modules reuse_alv_fieldcatalog_merge and lvc_fieldcatalog_merge

Thanks in advance

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
656

HI

reuse_alv_fieldcatalog_merge :Its assign all standard description of fields to ALV field heading.

lvc_fieldcatalog_merge: ALV control service modules

Reference programs

BCALV_GRID_VERIFY

BCALV_TEMPLATE

**Please reward suitable points***

With Regards

Navin Khedikar

HI

reuse_alv_fieldcatalog_merge :Its assign all standard description of fields to ALV field heading.

lvc_fieldcatalog_merge: ALV control service modules

Reference programs

BCALV_GRID_VERIFY

BCALV_TEMPLATE

**Please reward suitable points***

With Regards

Navin Khedikar

4 REPLIES 4
Read only

Former Member
0 Likes
656

reuse_alv_fieldcatalog_merge WILL BE USEFUL IN CASE OF GENERAL ALV.

lvc_fieldcatalog_merge IS USEFUL IN CASE OF OBJECT ORIENTED ALV.

REGARDS,

BHARAT.

Read only

Former Member
0 Likes
657

HI

reuse_alv_fieldcatalog_merge :Its assign all standard description of fields to ALV field heading.

lvc_fieldcatalog_merge: ALV control service modules

Reference programs

BCALV_GRID_VERIFY

BCALV_TEMPLATE

**Please reward suitable points***

With Regards

Navin Khedikar

Read only

Former Member
0 Likes
656

Hi Ravi,

both have different structures , , lvc_fieldcatalog_merge has some advanced features compared to the other one

reuse_alv_fieldcatalog_merge is used for reuse_alv_list_display and reuse_alv_grid_display

whereas

lvc_fieldcatalog_merge is used for reuse_alv_grid_display<b>_lvc</b> and OO ALV

Read only

Former Member
0 Likes
656

probably which one is mostly used reuse_alv_fielcatalog_merge  and lvc_fieldcatalog_merge