Hi all,
I am having a requirement to create Purchase Order (With Items) using deep entity creation (Fiori Elements).
However, I can't seem to get it work as the Items Line will be hidden whenever in create mode. I've tried using the createEntry as mentioned in the documentation for v1.108 and seems like not working as well.


sap.ui.model.odata.v2.ODataModel - API Reference - Demo Kit - SAPUI5 SDK (ondemand.com)
Note: Deep create is only supported since 1.108.0, where "deep create" means creation of a sub-entity for a navigation property of a transient, not yet persisted root entity.
Appreciate if someone able to assist to create the entity locally in the UI (via createEntry) and perform the deep entity creation once the data has been filled up.