Hi Oliver,
thanks for your idea. Theoretically speaking, I agree with you
You advise to do the following (I hope I'm getting what you mean - if not, please correct me):
- create two business objects: Orders, Products
- create a sub node for "Order Items" in Order BO
- create a business object representation node for Products as sub node of the order item
- ...
If I now generate an OData service based on the Orders business object, I do not see an entity for the Products business object (which means, I cannot navigate to it). Only the Order Item entity as a 'normal' sub node is showing up as an entity. Am I doing something wrong?
You can try it with the demo BO: /BOBF/DEMO_SALES_ORDER
Using OData, I can only use one BOPF service as source for the data model, so I cannot include the Product BO as well.
Thanks,
Svenja