关于sap:使用Fiori-Elements创建的SAP-UI5应用如何支持创建功能

4次阅读

共计 580 个字符,预计需要花费 2 分钟才能阅读完成。

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

  • Create a CRM Service Order Fiori application within a couple of minutes
  • Enable CRM Service Order application with edit functionality

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 的原创文章,请关注公众号 ” 汪子熙 ”:

正文完
 0