打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

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

Suppose I need to find out the implementation of button “Create” in Customer Engagement Initiative (CEI):

We could observe that once button is clicked, a pop up appears:

And I have to find out how is this implemented.

Step1 Launch the application via Chrome.

Click F12 to open Chrome developer tool, and click “Inspect Element” button, and put the mouse onto the Create button,

and click it. Then the html source code of this button is automatically located. However in “Event Listeners” in the right part, still I could not find information I want:

Step2 Go to tab “Sources”, enable Event Listener Breakpoints with type = Mouse.click.

Then switch application to debug mode by clicking “Pause” button:

Then click the Create button, and expand the “Call Stack” tab:

In callstack hierarchy you could see lots of framework stuff ( sap-ui-core.js ), and the highlighted entry below is just what I am looking for.

Double click on it, and the JavaScript code to open the popup window is automatically displayed. It is implemented in js view CUAN_INI_OW_WSI.view.js:228.

In CEI, you could also find the corresponding deployed js view in ABAP backend, using tcode SE80 to open the BSP application.

or we can also find CUAN_INI_OW_WSI.view.js manually in Sources tab:

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
SAPUI5 project setup for beginners with HTML views – Part2: Navigation and storing data with a global model | SAP Blogs
Gnome3 快捷键
03.Working with the Articulate Storyline Interface
How To Use the GitLab User Interface To Manag...
sfasdf
Internet Transaction Server (ITS) mobile
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服