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

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里 htmlSAPSAP云平台SAP Cloud PlatformC4C 

程序员文章站 2022-03-05 23:44:31
...

在SAP Cloud for Customer的Cloud Application Studio里,在Mashups and Web Services的新建菜单里,创建一个HTML Mashup:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 

portbinding决定了创建的mashup可以被插入到哪些Cloud for Customer标准页面去:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 

我的port binding选择additional Account information,这意味着该html mashup可以插入到Account TI页面去:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 

Input Parameter里,可以选择将SAP提供的一些输入参数,传入到html mashup里使用:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 

HTML code editor里,指定HTML mashup具体的html代码实现:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 

创建一个新的embedded component,将之前创建的HTML mashup拖拽到embedded component里:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 

UI Designer打开Account TI的UI component:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 

点击按钮:Add view with embedded component:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 

选择包含了HTML Mashup的embedded component:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 

点击Apply按钮:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 

使用Extensibility explorer将mashup插入到Account TI页面上,生成一个change Transaction:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 

保存之后,在Account TI页面里,看到mashupTest这个新的tab,点击之后:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C 

就看到了之前HTML mashup的内容:

如何创建HTML Mashup并插入到SAP Cloud for Customer标准页面里
            
    
    
        htmlSAPSAP云平台SAP Cloud PlatformC4C