cancel
Showing results for 
Search instead for 
Did you mean: 

Entity exposing common fields from multiple entities with common aspect

0 Kudos

Hello,

I would like to achieve the following:

My Fiori UI has a table with entries like this

|Type | Description | Link |

|Bike | .... | .... |

|Car | .... | .... |

|Scooter | .... | .... |

Now the elements in this list (bike, car and scooter) are all different entities using the same aspect called Vehicle.

So, they use the aspect vehicle to have common fields while also having some additional individual fields.

What is the best way to expose the common fields of multiple entities as one projected entity / view?

Thanks

Daniel

View Entire Topic
0 Kudos

I am using a composition to achieve this, so Vehicle would be an composition of one in Car, Bike...