Entities
The data model for RAP apps is built on DB tables, wrapped and linked by CDS views.
Root entities
Root entities are standalone objects (customers, orders, materials) and often contain child entities.
Child entities
Child entities are part of a root entity, cannot exist on their own and often reference the root via a part of the key or a foreign key.
Examples:
- Line items for orders
- Addresses for customers