SAP Fiori UI上关于时区Timezone的一些问题和解决方案

简介: 先说问题,我创建了一个Lead,创建时间14:21, TimeZone is UTC+8.我期望的修改日志显示的时间也是14:21, 结果错误的显示成了CET time(有六个小时的差异).

先说问题,我创建了一个Lead,创建时间14:21, TimeZone is UTC+8.


我期望的修改日志显示的时间也是14:21, 结果错误的显示成了CET time(有六个小时的差异).


image.png


解决方案

加上下面的时间戳转换,把SAP Netweaver系统里的时区设置考虑进去。

image.png


Make clear there is two Personal Time Zone in the backend (User Time Zone and System Time Zone).


image.png


Key Point

Make clear to the time convert during backend and frontend.


(1) In DB, it’s UTC time.


image.png

(2) In OneOrder, after select data from DB, we use below function, convert the UTC time to User Time Zone.

image.png


(3) In our program, we can’t transport User Time Zone out to UI directly, we should convert User Time Zone to UTC and update it_ausg. (it’s better for UI to convert UTC to your browser time)


image.png

(4) In the frontend, we can just use one logic, convert UTC to local time.


image.png

相关文章
|
1月前
|
前端开发 搜索推荐 开发者
SAP UI5 sap.m.Column 控件的 minScreenWidth 属性介绍
SAP UI5 sap.m.Column 控件的 minScreenWidth 属性介绍
27 0
|
1月前
|
JavaScript 前端开发 开发者
SAP UI5 控件 sap.m.ListBase 的 inset 属性的作用介绍
SAP UI5 控件 sap.m.ListBase 的 inset 属性的作用介绍
13 0
|
1月前
|
前端开发 JavaScript API
SAP UI5 sap.ui.require.toUrl 的作用介绍
SAP UI5 sap.ui.require.toUrl 的作用介绍
28 0
|
1月前
|
JSON 前端开发 测试技术
SAP UI5 sap.ui.core.util.MockServer.simulate 方法介绍
SAP UI5 sap.ui.core.util.MockServer.simulate 方法介绍
21 0
|
1月前
使用 SAP UI5 Event Bus 机制,修复 SAP UI5 分页显示数据的一个 bug 试读版
使用 SAP UI5 Event Bus 机制,修复 SAP UI5 分页显示数据的一个 bug 试读版
20 0
|
2月前
|
资源调度 JavaScript
Vue + Element-ui组件上传图片报错问题解决方案
Vue + Element-ui组件上传图片报错问题解决方案
|
16天前
什么是 SAP ABAP 里的 Subscreen
什么是 SAP ABAP 里的 Subscreen
13 1
什么是 SAP ABAP 里的 Subscreen
|
1月前
|
开发者 UED
关于 SAP UI5 sap.m.Column 的 demandPopin 属性
关于 SAP UI5 sap.m.Column 的 demandPopin 属性
15 0
|
1月前
SAP UI5 Link 控件的使用方法介绍 - 后续学习 Fiori Elements Smart Link 的基础试读版
SAP UI5 Link 控件的使用方法介绍 - 后续学习 Fiori Elements Smart Link 的基础试读版
15 0
|
1月前
|
UED
什么是 SAP Fiori 的 Technical Catalog 和 Business Catalog
什么是 SAP Fiori 的 Technical Catalog 和 Business Catalog
29 0

热门文章

最新文章