C4C
汪子熙
JerryWang,2007年从电子科技大学计算机专业硕士毕业后加入SAP成都研究院工作至今。Jerry是SAP社区导师,SAP中国技术大使。2020年5月下旬,Jerry做了脑部肿瘤的开颅切除手术,对编程和人生又有了新的感悟。
-
原创 SAP系统和微信集成的系列教程之十:如何在SAP C4C系统里直接回复消息给微信用户
本系列的英文版Jerry写作于2017年,这个教程总共包含十篇文章,发表在SAP社区上。系列目录(1) 微信开发环境的搭建(2) 如何通过微信公众号消费API(3) 微信用户关注公众号之后,自动在SAP C4C系统创建客户主数据(4) 如何将SAP C4C主数据变化推送给微信公众号(5) 如何将SAP UI5应用嵌入到微信公众号菜单中(6) 如何通过OAuth2获取微信用户信息并显示在SAP UI5应用中(7) 使用Red2021-01-04 10:35:3554
0
-
原创 SAP系统和微信集成的系列教程之九:如何将微信用户发送给微信公众号的内容自动转存到SAP C4C系统
本系列的英文版Jerry写作于2017年,这个教程总共包含十篇文章,发表在SAP社区上。最近有不少朋友在微信上向我咨询SAP系统和微信公众号集成的问题,因此我把当时写的英文版翻译成中文,重新发布在我的公众号上。需要注意的是,时隔三年,微信公众号的开发流程可能有所变化,请大家自行鉴别。和微信公众号集成的系统,我三年前选择的是SAP Cloud for Customer.系列目录(1) 微信开发环境的搭建(2) 如何通过微信公众号消费API(3) 微信用户关注公众号之后2021-01-03 11:27:0857
0
-
原创 SAP系统和微信集成的系列教程之七:使用Redis存储微信用户和公众号的对话记录
这是Jerry 2020年的第88篇文章,也是汪子熙公众号总共第269篇原创文章。本系列的英文版Jerry写作于2017年,这个教程总共包含十篇文章,发表在SAP社区上。系列目录(1) 微信开发环境的搭建(2) 如何通过微信公众号消费API(3) 微信用户关注公众号之后,自动在SAP C4C系统创建客户主数据(4) 如何将SAP C4C主数据变化推送给微信公众号(5) 如何将SAP UI5应用嵌入到微信公众号菜单中(6) 如何通过OAuth2获取微信用户信息并显示在SAP UI5应用中(72020-12-26 11:18:4438
0
-
原创 SAP系统和微信集成的系列教程之六:如何通过OAuth2获取微信用户信息并显示在SAP UI5应用中
这是Jerry 2020年的第87篇文章,也是汪子熙公众号总共第269篇原创文章。本系列的英文版Jerry写作于2017年,这个教程总共包含十篇文章,发表在SAP社区上。系列目录(1) 微信开发环境的搭建(2) 如何通过微信公众号消费API(3) 微信用户关注公众号之后,自动在SAP C4C系统创建客户主数据(4) 如何将SAP C4C主数据变化推送给微信公众号(5) 如何将SAP UI5应用嵌入到微信公众号菜单中(6) 如何通过OAuth22020-12-24 13:21:1643
2
-
原创 Salesforce的多态存储和SAP C4C的元数据存储仓库
SalesforceForce.com integrates and optimizes several different data persistence technologies to deliver transparent polyglot persistence for all your applications and devices. With Force.com, you don...2019-02-14 11:27:44340
0
-
原创 微信开发系列之三 - 在微信公众号里发起SAP C4C Account的创建
Tencent’s WeChat, a social networking app with more than 760 million monthly active users, is becoming a dominant mobile channel connecting businesses and customers.In previous blogs we have already setup the environment for Wechat development and build s2020-08-29 17:51:43128
0
-
原创 SAP C4C能通过接口去读nofications或者approval吗
今天一个朋友询问关于C4C里暴露某个模型给外界消费的问题。C4C里的模型有个叫PSM, public service model还是public share model, 只有这个标志位为true, partner才在二次开发工具里看得见。这种需求我一般在搜索引擎里直接输c4c odata api,或者先进help.sap.com, 输入cloud for customer, 在打开的新网页里输入odata, 这样能看到C4C支持的ODATA 清单。无论是在浏览器的KEY USER TOOL里还是在P2020-10-21 11:18:0363
0
-
原创 在SAP C4C里使用Restful服务消费SAP S/4HANA的标准功能
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 PDF2020-08-31 18:05:12221
0
-
原创 如何将SAP Cloud for Customer的扩展字段放置到Embedded Component中
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 PDF2020-08-30 23:08:10287
0
-
原创 SAP C4C基于Thing Type和BO Object两种跳转方式介绍
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 PDF2020-08-30 22:54:56281
0
-
原创 SAP Cloud for Customer框架是如何使用JavaScript Promise的
There are lots of tutorials about promise in the internet.Recently I am studying the frontend code of SAP Cloud for Customer and I come across a real example of how promise is used there.Below is the Passcode logon view.Once Passcode is entered, suppos2020-08-30 22:03:21198
0
-
原创 SAP Cloud for Customer Oberon视图里的Ruby Script
In C4C Oberon views developed by UI Designer it is allowed to write Ruby script at some given position. Once you activate the Oberon view in UI Designer, corresponding JavaScript code will automatically be created and visible in XRepository. Here below are2020-08-30 21:50:23195
0
-
原创 SAP C4C Embedded Component最常见的故障原因分析
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 PDF2020-08-29 22:39:14334
0
-
原创 一个最简单的例子学习SAP Cloud for Customer HTML mashup
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 PDF2020-08-29 22:36:15333
0
-
原创 SAP Cloud for Customer Embedded report(嵌入式报表)使用介绍
This is my learning note for analytics topic of Cloud for Customer as a newbie.The requirement is I would like to review visit analytics for a specific account in account overview page, for example if I go to account overview page of account A, in the rep2020-08-29 22:33:46329
0
-
原创 SAP Cloud for Customer页面根据后台数据响应的刷新原理介绍
Recently I am working with partner and they are asking for the reason of one UI5 refresh behavior.I simply display the BO ID, Description, Create Date and NodeID for demonstration purpose.The event handler bound to the Click Me button:Observed behavi2020-08-29 22:28:49310
0
-
原创 如何在SAP C4C的Embedded组件中检测编辑模式(EditMode)
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 StudioI am working tog2020-08-29 21:11:54228
0
-
原创 如何让SAP C4C自定义BO实现附件上传的功能
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 StudioI began to learn2020-08-29 21:08:28243
0
-
原创 如何使用SAP Cloud Application Studio创建一个PDF form
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 PDF2020-08-29 21:05:30243
0
-
原创 如何将SAP C4C自定义BO中类型为图片的附件用PDF文档显示出来
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 PDF2020-08-29 21:03:03244
0
-
原创 使用SAP C4C OData notification实现CRM和C4C的数据同步
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.In this blog, I will demonstra2020-08-29 19:51:06237
0
-
原创 微信开发系列之八 - 微信公众号的地图集成
文章系列目录Wechat development series 1 – setup your development environmentWechat development series 2 – development Q&A service using nodejsWechat development series 3 – Trigger C4C Account creation in Wechat appWechat development series 4 – Send C4C2020-08-29 14:24:56148
0
-
原创 使用literal或者绑定变量执行SAP HANA SQL语句
There are two variants of SQL statement execution defined in SAP note 2000002 – FAQ: SAP HANA SQL Optimization. The difference is how the where condition is specified in SQL Statement.Sometimes I prefer to call “Literals” as “Hard code”.And for Bind var2020-08-29 14:14:07124
0
-
原创 微信开发系列之十 - 在SAP C4C接收微信发送过来的服务请求回应
文章系列目录Wechat development series 1 – setup your development environmentWechat development series 2 – development Q&A service using nodejsWechat development series 3 – Trigger C4C Account creation in Wechat appWechat development series 4 – Send C4C2020-08-29 14:11:43102
0
-
原创 微信开发系列之九 - 在微信里直接创建SAP C4C的社交媒体消息
标题:Wechat development series 9 – Create C4C Social Media Message and Service within Wechat app文章系列目录Wechat development series 1 – setup your development environmentWechat development series 2 – development Q&A service using nodejsWechat developmen2020-08-29 14:08:05130
0
-
原创 OData服务在SAP CRM,Cloud for Customer和S/4HANA上的实现比较
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.OData Service in CRMIn CRM we develop OData service in tcode SEGW – SAP2020-08-28 20:27:29195
0
-
原创 使用SAP C4C自定义BO association创建动态下拉列表
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 PDF2020-08-28 19:43:01209
0
-
原创 使用SAP C4C自定义BO实现自定义的Number Range
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 PDF2020-08-27 22:53:21322
0
-
原创 SAP Cloud for Customer Rule Editor的使用方法和底层工作原理
In C4C it is very convenient to define rule to dynamically control the visibility of a given UI element. This blog mainly focus on how it works under the hood, so that in case you meet with trouble or this dynamical mechanism does not work as you expected,2020-08-27 21:46:09297
0
-
原创 使用SAP Cloud Application Studio实现OVS(Object Value Selector)
You might be interested about how to build Value Help in other SAP UI technology as well:How to build value help in ABAP WebdynproHow to build value help in CRM WebClient UIHow to build value help using SAPUI5 Smart fieldMy series of Cloud Applicatio2020-08-27 21:38:45310
0
-
原创 SAP Cloud for Customer使用工作流(workflow)实现邮件自动通知功能
In release 1708 the Recipient Determination to “Reporting Line Manager” in Opportunity is available:However for Account application, there are only six available determination rules available in standard.Suppose we need to support the following scenari2020-08-27 21:27:43326
0
-
原创 SAP C4C工作流(Workflow)接收方自动决定的一个例子
When you create workflow rules for Account BO with Email as Rule type,you can choose a set of standard determination logic from this drop down list.In case this standard list does not fulfill your requirement, you can create your own entries. Here belo2020-08-27 21:17:01227
0
-
原创 如何启用SAP C4C自定义BO的Text Collection功能
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 PDF2020-08-27 20:29:21233
0
-
原创 如何给SAP Cloud for Customer UI上的字段添加自定义校验逻辑
There is a good blog SAP Cloud for Customer Phone Number Parsing and Formatting which gives a detail explanation about the parse logic of phone number parse logic in C4C. By default it allows the Alphanumeric Value to be entered, the reason of this behavio2020-08-27 20:23:23212
0
-
原创 如何使用配置的方式修改SAP C4C UI的字段标签,以及背后的工作原理
I was asked by one partner that it is expected to adapt the label of “New” button into “Add”, and change the text of first menu item from “Add” to “From Contact”.Here below is detail step how to achieve this requirement.(1) Work center Administrator, Ge2020-08-27 20:19:28217
0
-
原创 如何在SAP C4C AdvancedListPane上批量执行若干BO实例的action
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 PDF2020-08-27 19:19:39218
0
-
原创 两种在SAP Cloud Application Studio里通过编程对C4C UI字段赋值的方法
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 PDF2020-08-27 19:15:38101
0
-
原创 SAP ABAP Webdynpro ALV的link to action的实现方法
If you include the standard webdynpro ALV component SALV_WD_TABLE into your own component, you could not directly change the ALV table column as usual. In ABAP Webdynpro an example of link to action element used in ALV looks like below. Once the column “So2020-08-27 19:05:14103
0
-
原创 将SAP C4C Custom BO使用ABSL编写的逻辑通过OData服务暴露出去
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 PDF2020-08-27 19:01:5490
0
-
原创 消费SAP C4C Web Service时遇到的Authorization role missing错误
When you try to consume a standard C4C Web service from SoapUI, you may meet with this error message below: Authorization role missing for service XXXX.Here below is detailed step how to resolve this error.Probably you are using your business user config2020-08-27 18:58:3994
0