欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

使用Fiori Elements创建的SAP UI5应用,如何支持创建功能 FioriCDS viewSAP云平台SAP Cloud PlatformCloud 

程序员文章站 2022-06-13 17:34:05
...

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:

 

使用Fiori Elements创建的SAP UI5应用,如何支持创建功能
            
    
    
        FioriCDS viewSAP云平台SAP Cloud PlatformCloud 

 

Maintain order description in creation page and click save button:

 

使用Fiori Elements创建的SAP UI5应用,如何支持创建功能
            
    
    
        FioriCDS viewSAP云平台SAP Cloud PlatformCloud 

 

Order is saved successfully:

 

使用Fiori Elements创建的SAP UI5应用,如何支持创建功能
            
    
    
        FioriCDS viewSAP云平台SAP Cloud PlatformCloud 

 

And it could be found in search result now.

 

使用Fiori Elements创建的SAP UI5应用,如何支持创建功能
            
    
    
        FioriCDS viewSAP云平台SAP Cloud PlatformCloud 

 

How to implement

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

 

使用Fiori Elements创建的SAP UI5应用,如何支持创建功能
            
    
    
        FioriCDS viewSAP云平台SAP Cloud PlatformCloud 

 

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

使用Fiori Elements创建的SAP UI5应用,如何支持创建功能
            
    
    
        FioriCDS viewSAP云平台SAP Cloud PlatformCloud