使用Fiori Elements创建的SAP UI5应用,如何支持创建功能

In previous blogs I have introduced how to use SmartTemplate + CDS view to build service order application with search, display and update function enabled:

In this blog, I will finish the last part: create function.

Implemented feature

Click create button in toolbar:

Maintain order description in creation page and click save button:

Order is saved successfully:

And it could be found in search result now.

How to implement

There is another method, CREATE_ENTITY, of DPC_EXT class of the OData service must be redefined.

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

原文地址:https://www.cnblogs.com/sap-jerry/p/13613427.html