I would like to add new entity using form and save it after filling all required data. Because this objects are complex I don't want to fill data directly on list.
Only way that I found to create new entity when using OData V4 is by use of method Create on sap.ui.model.odata.v4.ODataListBinding. example from openUI5 documentation
Unfortunately I'm not able to bind to this created entity from other View or even Form on the same view.
Maybe this is wrong approach. Does anybody know any solution/example of creating new entity without aggregation binding with OData V4?