SAP UI5 Custom Cordova plugin的调试方法

2020-08-30
阅读 3 分钟
1.2k
Suppose you have packaged a UI5 application into a mobile device via Cordova, and in your UI5 application you have consumed some Cordova plugin which provides native API in mobile platform, and you would like to debug your application. In this blog, I will show steps how to debug UI5 JavaScript c...

使用SAP C4C OData notification实现CRM和C4C的数据同步

2020-08-30
阅读 4 分钟
1.5k
There is a useful feature OData notification in C4C which allows any kinds of external applications such as other SAP system or third party applications to hook the create, update and delete of a given business object in C4C.

使用ABAP代码消费SAP Cloud for Customer的OData服务

2020-08-30
阅读 8 分钟
2.1k
In this blog, I will demonstrate how to create a new Opportunity by consuming C4C standard OData service via ABAP code.The related OData service for Opportunity with detailed explanation on its entity types could be found from SAP help:

使用ABAP CL_HTTP_CLIENT类消费OData服务时,如何避免CSRF令牌验证失败错误

2020-08-30
阅读 8 分钟
2.8k
Recently I meet with this cookie issue so I document it as a blog in case any other guys might meet with the same problem.

在Windows电脑上调试安装在iOS设备上的SAP UI5应用

2020-08-30
阅读 2 分钟
1.3k
It is possible to debug a UI5 application running on an iOS device with a windows laptop.

SAP C4C基于自定义BO开发的OWL UI,如何实现动态访问控制

2020-08-30
阅读 6 分钟
1.1k
My series of Cloud Application Studio BlogsHow to detect EditMode in an Embedded ComponentStep by step to enable your custom BO with attachment upload functionalityStep by step to create an Adobe Print form in Cloud application StudioHow to render PDF which displays picture from the image attachm...

如何将SAP C4C自定义BO中类型为图片的附件用PDF文档显示出来

2020-08-30
阅读 4 分钟
1.5k
My series of Cloud Application Studio BlogsHow to detect EditMode in an Embedded ComponentStep by step to enable your custom BO with attachment upload functionalityStep by step to create an Adobe Print form in Cloud application StudioHow to render PDF which displays picture from the image attachm...

如何使用SAP Cloud Application Studio创建一个PDF form

2020-08-30
阅读 5 分钟
1.6k
My series of Cloud Application Studio BlogsHow to detect EditMode in an Embedded ComponentStep by step to enable your custom BO with attachment upload functionalityStep by step to create an Adobe Print form in Cloud application StudioHow to render PDF which displays picture from the image attachm...

如何让SAP C4C自定义BO实现附件上传的功能

2020-08-30
阅读 4 分钟
1.2k
I began to learn how to use Cloud Application Studio today and I record what I have learned into this blog regarding how to enable attachment upload functionality for my custom BO.(1) Create a new BO for example TestBO by copying the following source code in Cloud studio and activate it. Here an ...

如何在SAP C4C的Embedded组件中检测编辑模式(EditMode)

2020-08-30
阅读 2 分钟
1.4k
I am working together with a partner and they would like to implement a requirement in their embedded component.

如何使用jMeter对需要CSRF token验证的OData服务进行并发性能测试

2020-08-30
阅读 6 分钟
1.4k
In my previous blog JMeter beginner – how to use JMeter to measure performance of OData service accessed parallelly I have demonstrate the way how to generate a large number of parallel request to a given OData service endpoint to measure the performance how this OData service implementation beha...

SAP CRM Interactive Report的调试技巧

2020-08-30
阅读 2 分钟
984
I learned two small trouble shooting tips of CRM Interactive Reporting regarding two issues in Service Order as reporting area.

SAP Cloud for Customer页面根据后台数据响应的刷新原理介绍

2020-08-30
阅读 4 分钟
1.5k
Recently I am working with partner and they are asking for the reason of one UI5 refresh behavior.

一个最简单的例子学习SAP Cloud for Customer HTML mashup

2020-08-30
阅读 3 分钟
1.9k
My series of Cloud Application Studio BlogsHow to detect EditMode in an Embedded ComponentStep by step to enable your custom BO with attachment upload functionalityStep by step to create an Adobe Print form in Cloud application StudioHow to render PDF which displays picture from the image attachm...

SAP C4C Embedded Component最常见的故障原因分析

2020-08-30
阅读 3 分钟
1.7k
My series of Cloud Application Studio BlogsHow to detect EditMode in an Embedded ComponentStep by step to enable your custom BO with attachment upload functionalityStep by step to create an Adobe Print form in Cloud application StudioHow to render PDF which displays picture from the image attachm...

使用SAP CRM Mock framework进行单元测试

2020-08-29
阅读 1 分钟
1k
跨模态编码器(Cross-Modal Encoder):跨模态编码器的作用是将文本和图像的特征进行对齐。GPT 可以将用户输入的文本描述转换为文本特征表示,然后利用跨模态编码器将这些特征映射到图像特征空间。这种方式确保模型能够理解描述性语言中不同细节是如何与图像特征对应的。

ABAP Debugging Script(调试器脚本)使用的一些实际例子

2020-08-29
阅读 17 分钟
1.7k
In CRM, if we could like to review a BOL entity content in debugger, for example consider the following sample code which fetches line item product of a given one order document:

SAP ABAP字符和字符串变量隐式转换的一些规则

2020-08-29
阅读 2 分钟
1k
One new colleague in my team asked me that some code does not work as he expected.The confuse could be summarized into following source code:

两种使用代码获得SAP CRM product sales status的办法

2020-08-29
阅读 3 分钟
981
Requirement:I would like to get Product sales status id via ABAP code. The test product id: 1467

SAP CRM Product Sales status在中间件中的处理逻辑

2020-08-29
阅读 3 分钟
1k
If a material has technical defects or is to be discontinued, you can block the material.If you set a block, orders, deliveries and invoices containing this material cannot be created at all, or only with a warning message. The system reactions to a blocked material depends on the type of block s...

如何用SAP CRM中间件从ERP下载material division到CRM

2020-08-29
阅读 2 分钟
969
In ERP, I have created one material with division = 01:In CRM, activate division handling in this customizing:And also create one customizing entry for Division 01 in CRM:Now download material into CRM, you could observe the division 01 is downloaded and stored in CRM table:And it could also be f...

Angular如何自定义attribute指令

2020-08-29
阅读 2 分钟
1.7k
需求:实现一个自定义的attribute directive,当施加到某个html element时,鼠标hover上去,会修改其背景颜色。

SAP C4C OBN(Object Based Navigation)不能工作的原因分析

2020-08-29
阅读 5 分钟
1.3k
My series of Cloud Application Studio BlogsHow to detect EditMode in an Embedded ComponentStep by step to enable your custom BO with attachment upload functionalityStep by step to create an Adobe Print form in Cloud application StudioHow to render PDF which displays picture from the image attachm...

使用SAP C4C自定义BO association创建动态下拉列表

2020-08-29
阅读 5 分钟
1.6k
My series of Cloud Application Studio BlogsHow to detect EditMode in an Embedded ComponentStep by step to enable your custom BO with attachment upload functionalityStep by step to create an Adobe Print form in Cloud application StudioHow to render PDF which displays picture from the image attachm...

如何使用SAP HANA Studio的PlanViz分析CDS view性能问题

2020-08-29
阅读 10 分钟
2.4k
Part1 – how to test odata service generated by CDS viewPart2 – what objects are automatically generated after you activate one CDS viewPart3 – how is view source in Eclipse converted to ABAP view in the backendPart4 – how does annotation @OData.publish workPart5 – how to create CDS view which sup...

如何使用jMeter测试SAP OData服务并发访问时的性能

2020-08-29
阅读 1 分钟
1.5k
跨模态编码器(Cross-Modal Encoder):跨模态编码器的作用是将文本和图像的特征进行对齐。GPT 可以将用户输入的文本描述转换为文本特征表示,然后利用跨模态编码器将这些特征映射到图像特征空间。这种方式确保模型能够理解描述性语言中不同细节是如何与图像特征对应的。

OData服务在SAP CRM,Cloud for Customer和S/4HANA上的实现比较

2020-08-29
阅读 3 分钟
1.6k
I have once worked on OData Service in different SAP product such as C4C, CRM and S/4 HANA and observed some technical differences among them. Now I share the difference in this blog.

SAP UI5和Vue的数据双向绑定实现原理比较

2020-08-29
阅读 8 分钟
1.4k
Two-way data binding in UI5Two way data binding test: Control property change leads to model field changeTwo way data binding test: model field change leads to control property changeTwo way data binding in VueTwo way data binding test: model field change leads to control property changeTwo way d...

在SAP WebClient UI里显示倒数计时的UI

2020-08-29
阅读 4 分钟
1.3k
First let’s have a look at what is achieved: Once you click work center “Jerry count down”, the count down is displayed with a small animation.

如何使用Cordova将SAP Fiori应用打包并安装到Android平台上

2020-08-29
阅读 5 分钟
1.9k
In this blog, I will show step by step how to package the UI5 application built by this tutorial as a native application into your Android device.

SAP WebClient UI开发工具中attribute文件夹展开的实现原理分析

2020-08-29
阅读 4 分钟
1.1k
For project reason I need to figure out the logic how the field list is assembled when folder “Attributes” for a given context node is expanded in CRM WebClient UI workbench:

Windows环境下,如何在Docker里运行SAP UI5应用

2020-05-11
阅读 1 分钟
1.9k
跨模态编码器(Cross-Modal Encoder):跨模态编码器的作用是将文本和图像的特征进行对齐。GPT 可以将用户输入的文本描述转换为文本特征表示,然后利用跨模态编码器将这些特征映射到图像特征空间。这种方式确保模型能够理解描述性语言中不同细节是如何与图像特征对应的。

使用Chrome开发者工具研究JavaScript里函数的原生实现

2020-05-11
阅读 3 分钟
1.8k
As the size of my blog Chrome Development Tool tips used in my daily work turns to be larger I create a separate post to record down this small tip.Are you curious about the “native code” here? At least I am.

SAP Fiori里的两种锁机制

2020-05-11
阅读 1 分钟
1.3k
跨模态编码器(Cross-Modal Encoder):跨模态编码器的作用是将文本和图像的特征进行对齐。GPT 可以将用户输入的文本描述转换为文本特征表示,然后利用跨模态编码器将这些特征映射到图像特征空间。这种方式确保模型能够理解描述性语言中不同细节是如何与图像特征对应的。

SAP Fiori Launchpad Tile,UI5应用,和PFCG Role的对应关系

2020-05-11
阅读 4 分钟
1.7k
问题:已经看到了SAP Fiori Launchpad上的某个tile,如何反推后台需要配置哪个PFCG Role才能看到该tile? 这个问题是今天一个朋友在微信上问我的。因为我最近忙着学习一个新的SAP产品,所以这个问题也没有时间展开来写,本文就只做概要介绍。 下图是一个Gateway系统上打开的SAP CRM Fiori Launchpad: 如何弄清楚后台用...