cancel
Showing results for 
Search instead for 
Did you mean: 

One 'SALV_WD_TABLE' component that should be accessible for all views

Former Member
0 Kudos

hi,

I have six Views, in all these views i need to display data in ALV format.

right now i created six 'SALV_WD_TABLE' components as used components in my component .

But i need only one external 'SALV_WD_TABLE' component that should be accessible for all the views, is it possible.

thanks,

ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member215843
Active Participant
0 Kudos

Hi Ravi,

Whether you need only one ALV in your applications depends on whether only one ALV is visible at each time.

It is not possible to display any view twice at the same time, but it is possible to display it in different ViewAreas (ViewContainerUIElements). Just embed the same Interfaceview into the different ViewAreas.

If you want to display different data in the ALVs displayed in different views, then you have to make sure that the data are correctly changed and that the settings of the ALV is set correctly on data change. I do not know how it works.

Regards, Regina

Regards, Regina