Documentation
Deep entities
Deep entities
Boilerplate Coding for Implementing
Look into create deep entity documentation.
Defining Deep Entity Structure
The structure has to contain the name of the navigation properties. Example:
TYPES:
BEGIN OF gty_order_deep_entity.
INCLUDE TYPE gty_service_order.
TYPES:
serviceorder2equipments TYPE gty_equipment_tt,
serviceorder2positions TYPE gty_order_pos_deep_entity_tt,
END OF gty_order_deep_entity.
Customizing
Just insert the structure name into the "Deep entity structure" field.
