SAP CDS view自学教程之四:SAP CDS view注解@OData.publish的奥妙

2020-09-09
阅读 4 分钟
2.1k
In part1 of this tutorial, the old way to create OData service on top of CDS view is introduced.In SAP Help Generate Service Artifacts From a CDS View a new annotation is described:

SAP Fiori Elements原理介绍之类型为Currency的Smart Field工作原理

2020-09-09
阅读 3 分钟
1.4k
According to SAP help, “Smart controls are a specific category of SAPUI5 controls that have some special features in addition to the standard SAPUI5 features and thus make it easier to use the control in certain scenarios. One important building block of smart controls is the SmartField control t...

SAP Fiori Elements原理介绍之类型为Value Help的Smart Field工作原理

2020-09-09
阅读 6 分钟
2.1k
In this blog, let’s go further to study how the value help of currency field is implemented by framework:

在SAP WebClient UI里使用AJAX进行异步数据读取

2020-09-09
阅读 7 分钟
1.2k
For POC purpose I need to implement the AJAX functionality in Webclient UI component.The UI component has only one input field:

作为一个SAP开发人员,需要学习SAP传统技术(比如ABAP)以外的开源技术吗?

2020-09-09
阅读 11 分钟
1.5k
I joined SAP China seven years ago after graduation and knew nothing about SAP or ABAP at that time. Now I am working as a development expert in SAP. I just would like to share my personal experience and felling on several technology which are not invented or owned by SAP ( such as Java, C# etc )...

一个好用的SAP ABAP工作进程跟踪工具

2020-09-09
阅读 5 分钟
1.9k
As an ABAPer we have SAT, ST05 ( or sometimes ST12 ) for trace in our toolbox, and recently I find this report which could also do the trace job.

如何提取SAP UI5应用的技术信息

2020-09-09
阅读 2 分钟
1.1k
Suppose I need to find out the implementation of button “Create” in Customer Engagement Initiative (CEI):

如何在SAP WebClient UI里创建柱状图(bar chart)

2020-09-09
阅读 3 分钟
1.4k
Recently I am asked by my manager to give him a report containing the number of open, in process and closed tickets assigned to my responsible component. Since I am learning Javascript recently, I decide not to achieve the report via excel but choose Javascript instead.Here below is the Bar chart...

SAP UI5库文件的加载细节探讨

2020-09-09
阅读 4 分钟
1.1k
In every UI5 application we declare usage on libraries like sap.ui.commons via “data-sap-ui-libs”.

如何分析SAP ABAP的SYSTEM_NO_ROLL运行时错误

2020-09-09
阅读 5 分钟
1.3k
In my previous blog Dropdown list issue in CRM Webclient UI – a very funny trouble shooting process I have shared with you how I deal with an drop-down list issue and how I finally find root cause.

word模板和XML数据源是如何合并生成最后的word文档的详细过程

2020-09-08
阅读 6 分钟
2.1k
This document is used for consultant or developers at customer side who would like to know technical detail about how a word template is merged with xml data stream. Before you touch the related ABAP code about document merging, it is good to get some basic understandong about how ABAP manipulate...

如何实现SAP WebClient UI附件批量上传

2020-09-08
阅读 7 分钟
1.5k
Recently several customers have asked for multiple attachment upload functionality in CRM. As current UI component GS_CM does not support this, I have built a simple prototype to achieve it. Although the UI does not look so good, it could fundamentally support multiple attachment upload at the sa...

SAP CRM中间件错误IB_CRM_UPLOAD_MSG的解决方法

2020-09-08
阅读 2 分钟
1k
I have one parent equipment ZJERRY0827P which contains a children equipment ZJERRY0827C in ERP and I would like to replicate both to CRM.

使用SAP CRM中间件从ERP下载具有层级结构的equipment

2020-09-08
阅读 3 分钟
1.1k
in ERP there are two equipment created via tcode IE01, one is parent which holds the other child equipment.

SAP CRM IBASE的archive方法

2020-09-08
阅读 4 分钟
1.3k
There is one IBASE 112467 which contains one object component. This IBASE is intended for archive.

如何将SAP CRM equipment通过中间件上传到ERP系统

2020-09-08
阅读 4 分钟
1k
In document Step by step to download equipment from ERP with hierarchy, the steps to replicate equipment from ERP to CRM are described. By default the equipment in ERP is modeled as individual object in CRM with object family 0401. With correct customizing, certain changes could be made on those ...

com.sap.ui5.resource.ResourceServlet的工作原理介绍

2020-09-08
阅读 6 分钟
1.3k
There is one question asking how and where the js file “resources/sap-ui-core.js” is loaded when you run your UI5 application locally ( for example using tomcat )?

使用note++开发SAP WebClient UI

2020-09-08
阅读 2 分钟
1.4k
It is possible to use your favorite html editor ( for example, Notepad++ ) to edit the html source code of your UI component view or BSP application by simple configuration:Just specify the absolute path of your local html source code editor ( .exe file ) in SE80 settings below:

如何分析SAP UI5应用的undefined is not a function错误

2020-09-08
阅读 4 分钟
1.2k
Recently I meet with an annoying Javascript error “undefined is not a function” during my Fiori development. After debugging the framework code for several hours

SAP UI5 formatter的工作原理

2020-09-08
阅读 5 分钟
1.2k
Recently I am following the exercise Building SAP Fiori-like UIs with SAPUI5( it is really a fantastic guide

SAP UI5 Negative cache的工作原理

2020-09-08
阅读 3 分钟
1.8k
I am testing my Fiori extension project created based on SAP standard Fiori application “My Opportunity” and I meet with error message “Error: found in negative cache: ‘cus/crm/opportunityExt/Component.js’ from /sap/bc/ui5_ui5/sap/extcrm_opp/Component.js: Error: found in negative cache: ‘cus/crm/...

使用View modification扩展SAP Fiori应用的一个案例

2020-09-08
阅读 2 分钟
1k
This document gives a short introduction about how a field is hidden in the runtime by view modification. If you would like to know the “magic” occurred behind the scene, you could find them in this document.

SAP Fiori应用没能从Fiori Launchpad启动的一个可能原因及分析过程

2020-09-08
阅读 2 分钟
1.1k
Issue: There are two ABAP systems which host CRM “My Opportunity” application. In system A, the application works however in system B, the opportunity application could not be opened. There is error message below:

使用扩展方式隐藏SAP Fiori应用某个表格标签页的实际案例

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

使用Source Monitor检测Java代码的环复杂度

2020-09-08
阅读 5 分钟
1.1k
Today I found a useful free software called “SourceMonitor” which can help to calculate and monitor the java code ( and other programming language like C++, C# etc ) complexity.

一个小技巧,快速找出一段ABAP代码里访问到的所有透明表

2020-09-08
阅读 3 分钟
1.3k
If you need a list of all transparent tables used in a given ABAP class ( or function module, objects which belong to a given transport request, etc ) for analysis usage, you could follow the tips below, it is very simple but efficient.

如何提取SAP UI5 XML view里定义的字段元素绑定信息(binding path)

2020-09-08
阅读 2 分钟
998
For some UI element, you could easily find its binding path in the corresponding xml view, for example we need to find out which json model field is the highlighted UI element below bound to:

使用扩展技术将SAP Fiori应用隐藏动态创建的UI字段

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

使用扩展技术对SAP Fiori应用进行端到端的增强,一个实际案例介绍

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

SAP Fiori image的显示原理

2020-09-08
阅读 4 分钟
1.4k
Recently I am working on an issue regarding my responsible application and I found out that previously I have wrong understanding on the image handling in CRM Fiori. I share the correct one in this knowledge so that you would not make similar mistake that I made before.

SAP Fiori OData取数据的同步模式和异步模式比较

2020-09-08
阅读 4 分钟
1.1k
Yesterday I was challenged by my colleague: in the CRM Fiori application “My Opportunity”, although the OData request for logo url is set as false ( means Synchronous ), why we still observe in UI that this request is done like Asynchronously?

SAP Fiori Busy Dialog的设计原理

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

SAP Fiori图标(icon)设计原理

2020-09-08
阅读 3 分钟
1.9k
When you are creating a new button and assign an icon to it, there is no way for you to know exactly what does this “add” icon look like.

SAP Fiori应用发生超时错误的一个可能原因

2020-09-08
阅读 4 分钟
1.1k
Yesterday I spent almost the whole day to resolve a timeout issue in one CRM Fiori application “My Lead”. Finally the root cause makes me not know whether to launch or to cry. I share with you this story, in case you might meet with similar issue, you do not need to spend much time to debug as I ...

SAP CRM Fiori应用如何启用Sales Office和Sales Group两个字段

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