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

OLD ALV function module

Former Member
0 Likes
478

Hi All,

The new type of alv using OO can be used with fm <b>REUSE_ALV_GRID_DISPLAY</b>

But what is the fm for the old type of alv?

regards,

2 REPLIES 2
Read only

Former Member
0 Likes
449

I am not sure If I understand it right.

The function REUSE_ALV_GRID_DISPLAY is a wrapper for the OO class CL_GUI_ALV_GRID.

Now the latest in ALV is the CL_SALV_TABLE class, there are couple of blogs around the same. There are quite a few classes that you can use along with this.

Look at CLSALV classes in SE24.

There are quite a few demo programs also available, see the SALVDEMO programs in SE38.

Regards,

Ravi

Message was edited by: Ravikumar Allampallam

Read only

Former Member
0 Likes
449

Hi,

<i>But what is the fm for the old type of alv?</i>

OLD ALV FM is <b>REUSE_ALV_LIST_DISPLAY</b> . is it not the one.

Regards

vijay