最新文章列表

在SAP WebIDE里使用Fiori Elements快速开发SAP UI5应用

(1) Create CDS view based on sample database table spfli and scarr Create two CDS views in ABAP development studio. The source code for both are listed below. You just need to copy them into studio a ...
JerryWang_SAP 评论(0) 有361人浏览 2021-02-13 10:33

SAP Fiori Elements里Smart Link工作原理介绍

The hyperlink could easily be defined by Smart field with the help of corresponding annotation declared in OData Model metadata. The hyperlink in this example looks like below in UI:     Once cli ...
JerryWang_SAP 评论(0) 有327人浏览 2021-02-12 10:47

SAP CDS view自学教程之六:如何在CDS view里消费table function

Let’s try to resolve one real issue now. What we want to achieve is: in CRM we need a CDS view which returns the service order guid together with its Sold-to Party information, “Title” ( Mr. ) and “Na ...
JerryWang_SAP 评论(0) 有673人浏览 2021-02-12 10:47

使用SAP CDS view快速创建一个Fiori应用,管理Service Order

In this blog, I will show you how to create a CRM Service Order Fiori application within just a couple of minutes. You don’t need to write even one line of JavaScript code to get this responsive appli ...
JerryWang_SAP 评论(0) 有453人浏览 2021-02-11 15:55

使用Fiori Elements创建的SAP UI5应用,如何支持编辑功能

In previous blog Create a CRM Service Order Fiori application within a couple of minutes I introduced the approach to generate a Fiori application which supports search and display on Service Order wi ...
JerryWang_SAP 评论(0) 有347人浏览 2021-02-11 15:54

SAP Fiori Elements里Drop down list的实现原理

In the blog Step by Step to create CDS view through SmartTemplate + WebIDE and Create a CRM Service Order Fiori application within a couple of minutes we get an Fiori application generated which needs ...
JerryWang_SAP 评论(0) 有302人浏览 2021-02-10 10:44

SAP CDS view自学教程之八:SAP Fiori Elements里不同类型的annotation

During my recent CDS view explore I have experienced several ways of CDS view annotation declaration or generation. I list them in this blog for study purpose. Approach 1: developer does not declarat ...
JerryWang_SAP 评论(0) 有389人浏览 2021-02-09 11:16

SAP Fiori globalization实现原理之Number显示的格式原理

You might observe the same number value but displayed with different format if you log on the same system with different user.     The user with Decimal Notation setting ” ” will see the format “ ...
JerryWang_SAP 评论(0) 有199人浏览 2021-02-09 11:15

SAP ABAP Development Tool的本地存储原理(local storage)

Recently I have developed some CDS views in Eclipse and I would like to share the source codes in github. I am reluctant to manually copy the source code of each view one by one, as a result I am chec ...
JerryWang_SAP 评论(0) 有277人浏览 2021-02-08 09:34

SAP Fiori globalization实现原理之Amount显示的截断原理

You have observed the following behavior: the sales volume is displayed in detail view with1880 USD, while in master list, it is displayed as 2K for short. Why?     The truncation behavior in mas ...
JerryWang_SAP 评论(0) 有221人浏览 2021-02-08 09:34

使用Fiori Elements创建的SAP UI5应用,如何支持创建功能

In previous blogs I have introduced how to use SmartTemplate + CDS view to build service order application with search, display and update function enabled: Create a CRM Service Order Fiori applicat ...
JerryWang_SAP 评论(0) 有341人浏览 2021-02-07 09:31

SAP CDS view自学教程之五:如何开发支持Odata navigation的CDS view

So far we have a working CDS view ready for us to create a UI5 application on top of it via Smart Template in WebIDE within just a couple of minutes. Once done, the UI5 application will display the da ...
JerryWang_SAP 评论(0) 有414人浏览 2021-02-06 13:11

如何处理新建的SAP CRM产品category没有出现在列表的问题

Issue description: I create a new product category ZTESTJERRY3:     However, it does not appear in “Not assigned” group range when I try to specify its number range logic via tcode COMCMATERIALID ...
JerryWang_SAP 评论(0) 有297人浏览 2021-02-06 13:11

This blog will try to introduce the Webclient UI Configuration determination log

This blog will try to introduce the Webclient UI Configuration determination logic to those friends who are new for this topic. Suppose I log on Webclient UI via Business role SALESPRO and have opene ...
JerryWang_SAP 评论(0) 有247人浏览 2021-02-05 09:59

SAP WebClient UI和business switch相关的逻辑介绍

Do you know the meaning of these two checkboxes in F2 popup?     Let’s first learn some prerequisite knowledge: In Webclient UI workbench the poweful functionality is provided to ensure that the ...
JerryWang_SAP 评论(0) 有239人浏览 2021-02-04 10:42

SAP CRM附件模型和搜索相关的属性介绍

For more detail about CRM content management, please go to my wiki page CRM Content Management. I tried to use them to perform the search and I expected only the attachment instances belonging to the ...
JerryWang_SAP 评论(0) 有218人浏览 2021-02-04 10:41

国内SAP UI5使用者关于性能优化和UI5 Web Component的讨论

有朋友提问:有UI5性能优化或者代码压缩的文章吗?UI5什么都好就是第一次加载太慢     答:如果是UI5库文件的加载性能,我觉得应用开发人员没有啥可以做的。这是框架开发人员的任务     问: 那UI5 Web Components React能解决加载问题吗 对UI5 Web Components不太理解它是否还是基于ui5的库还是react的库?     答: ...
JerryWang_SAP 评论(0) 有276人浏览 2021-02-03 10:37

SAP One Order应用的跟踪工具CRMD_TRACE_SET

The object event history could record the event of the object involvement in business scenario such as adding an individual object to a business transaction. The record is done via IOITF ( Object int ...
JerryWang_SAP 评论(0) 有276人浏览 2021-02-02 11:02

SAP CRM里的user parameter之COM_IOITF_DEBUG

The object event history could record the event of the object involvement in business scenario such as adding an individual object to a business transaction. The record is done via IOITF ( Object int ...
JerryWang_SAP 评论(0) 有245人浏览 2021-02-02 11:01

如何自行分析定位SAP BSP错误

The “BSP tag” I mentioned in the blog title means for example the tag chtmlb:configCellerator below which is pre-delivered by SAP and you could include it in your UI component view to draw various ...
JerryWang_SAP 评论(0) 有293人浏览 2021-02-01 10:00

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics