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

Difference in FM

Former Member
0 Likes
868

HI experts,

What is the difference between FM


Reuse_ALV_LIST Display and

LVC_ALV_LIST_DISPLAY

Output seems to be same. from both FM

Thx

SS

1 ACCEPTED SOLUTION
Read only

satyabrata_sahoo3
Contributor
0 Likes
821

There is no such function module exits in ECC. Check spelling.

Available FM for List Display are:-

  1. HR_ALV_LIST_DISPLAY
  2. FC_ALV_LIST_DISPLAY
  3. FVD_ALV_LIST_DISPLAY
  4. HR_FA_STATISTIK
  5. HR_DK_ALV_LIST_DISPLAY
  6. J_3G_ALV_LIST_DISPLAY
  7. RM_ALV_LIST_DISPLAY
  8. TB_LIMIT_ALV_LIST_DISPLAY

-SS-

7 REPLIES 7
Read only

Former Member
0 Likes
821

Hi,

Are you sure that FM

LVC_ALV_LIST_DISPLAY exist?

I think that it doesn't exists.

Regards

Ivan Marconato

Read only

0 Likes
821

Hi

I agree with Ivan LVC_ALV_LIST_DISPLAY fm is not there so finally your question is wrong please check the your question once again .

Regards

Mahesh .

Read only

satyabrata_sahoo3
Contributor
0 Likes
822

There is no such function module exits in ECC. Check spelling.

Available FM for List Display are:-

  1. HR_ALV_LIST_DISPLAY
  2. FC_ALV_LIST_DISPLAY
  3. FVD_ALV_LIST_DISPLAY
  4. HR_FA_STATISTIK
  5. HR_DK_ALV_LIST_DISPLAY
  6. J_3G_ALV_LIST_DISPLAY
  7. RM_ALV_LIST_DISPLAY
  8. TB_LIMIT_ALV_LIST_DISPLAY

-SS-

Read only

Former Member
0 Likes
821

Hi,

There is no such FM exists.

Regards

Purnand

Read only

Former Member
0 Likes
821

Hello,

same answer...LVC_ALV_LIST_DISPLAY is not exist in ECC....check it......go to se37. put your fm...its not exist..before posting question in SCN, do some search.....

Thanks

Sabyasachi

Read only

RaymondGiuseppi
Active Contributor
0 Likes
821

The difference seems to be that REUSE_ALV_LIST_DISPLAY exists in most SAP system (good old FM) and that LVC_ALV_LIST_DISPLAY (son of REUSE_ALV_LISt_DISPLAY and REUSE_ALV_GRID_DISPLAY_LVC ??) is not yet released (neither on any of my systems nor found in service.sap.com)

Where did you see this FM (which system level) ?

Regards,

Raymond

Read only

gaurab_banerji
Active Participant
0 Likes
821

we have REUSE_ALV_GRID_DISPLAY_LVC which is oops based compared to REUSE_ALV_GRID_DISPLAY which is sequential programming.

there this none for list display, specially the name you gave. Even google search points to this post as the only one where it is mentioned. So SAP did not create it.