本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- siemens800
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
最新文章列表
在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 ...
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 ...
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 ...
使用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 ...
使用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 ...
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 ...
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 ...
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 “ ...
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 ...
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 ...
使用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 ...
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 ...
如何处理新建的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 ...
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 ...
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 ...
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 ...
国内SAP UI5使用者关于性能优化和UI5 Web Component的讨论
有朋友提问:有UI5性能优化或者代码压缩的文章吗?UI5什么都好就是第一次加载太慢
答:如果是UI5库文件的加载性能,我觉得应用开发人员没有啥可以做的。这是框架开发人员的任务
问: 那UI5 Web Components React能解决加载问题吗 对UI5 Web Components不太理解它是否还是基于ui5的库还是react的库?
答: ...
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 ...
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 ...
如何自行分析定位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 ...