cancel
Showing results for 
Search instead for 
Did you mean: 

OVP multiple CDS views with input parameters

683

Yes, I have a similar issue.

Two cards use two different entity sets. Both entity sets have the same input parameters. Those appear as global filters. However, data is displayed only on the card for which "globalFilterEntityType" is mapped with an entity set of card. Other card does not display any data.

I understand when input request is created, parameters are sent in Key tables of DPC class. For other entity sets(GlobalFilterEntityType not set), the key table is empty.

I guess through extension, this key table to be populated so that the correct request is created.

I could not find any solution on this so far.

Accepted Solutions (0)

Answers (5)

Answers (5)

Pavan_Golesar
Active Participant

Could you elaborate some more on your approach, Is it a custom application that you are working on? Could you share the URLs here for both the cards? Some more info would be helpful to understand what is happening in backend.!

Pavan_Golesar
Active Participant

Hi sunil.hulle,

Are both the cards having same CDS mapped?

-PG

raveeshsaurabh3
Active Participant
0 Kudos

Hi sunil.hulle

Were you able to resolve this issue? I am facing exact same problem.

Thanks

Raveesh

0 Kudos

I have two CDS views with same input parameters. Both are added in a OData service through SEGW transaction.

On OVP page, I have all the parameters(common to both views). However, while configuring OVP, in GlobalFilterEntityType field we can enter only one CDS view. So data related to this CDS view is displayed in card. However, other card using CDS view 2 does not display any data.

If I change GlobalFilterEntityType to second CDS view, second card displays data but first card goes blank.

SO question is how to map parameters on OVP screen to different CDS views.

Srikar
Active Participant
0 Kudos

Hi Sunil,

How did you manage to solve this ? I have the same issue. I am using 2 different CDS paramterized oData services for multiple cards sharing same input parameters.

Please advise

Thank You,

Srikar N

raveeshsaurabh3
Active Participant
0 Kudos

Hi Sunil,

Were you able to solve the issue? I am also facing exactly the same issue.

0 Kudos

No, Both cards have different CDS views. however, both CDS views have the same input parameters.