cancel
Showing results for 
Search instead for 
Did you mean: 

OVP to ALP Navigation with default table columns

former_member450774
Participant
0 Kudos

Hello Everyone,

We are developing Apps based on Fiori Element OVP and ALP. Got a requirement to navigate from different cards of OVP to one ALP (N-1), but here in ALP the visible list columns should be according to the OVP card selected.

We have tried setting the variant option, but it is not feasible.

Is there any way to set the visible table columns dynamically in ALP.

Thanks for your help!

Rajesh.

Accepted Solutions (0)

Answers (1)

Answers (1)

MioYasutake
Active Contributor
0 Kudos

Hi Rajesh,

This is just an idea, but maybe you can achieve it by the following way.

1. Define variants in the ALP.

You can check saved variant id as described in this blog.

https://blogs.sap.com/2019/12/18/dynamic-fiori-tiles-using-variants-in-s-4hana-1909/

2. Set navigation parameters in OVP extension.

Pass different variant id based on the card selected.

https://sapui5.hana.ondemand.com/#/topic/40051b67edaf457cad37d552c37b497d

Regards,

Mio

former_member450774
Participant
0 Kudos

Hi mioyasutake,

Thanks for your reply.

- variant option we have tried, but it is not feasible for my requirement.

- There is no issue in passing parameters, we were able to send while navigating.

Our issue is in ALP, how to set the columns in the table dynamically.

Rajesh.