zl程序教程

您现在的位置是:首页 >  其他

当前栏目

如何修改SAP UI5本地库文件

SAP文件 如何 修改 本地 UI5
2023-09-14 09:02:41 时间

You meet with issues when you send odata request to backend:

clipboard1

You observe in the local version js file, line 1655, the sUrl population logic is wrong:
the check against length is missing.

clipboard2

In another version of the same file, the expected check logic is there.

clipboard3

You would like to make changes on the local js file.
Step1: find out the jar file name which contains the js file you want to change and also the local path of the jar file in Network tab:

clipboard4

jar file: com.sap.ui5.core_1.24.1.jar

clipboard5

Step2: extract the .jar file, make local changes there:

clipboard6

Step3: re-pack the whole extracted folder via jar command below:

clipboard7

Step4: replace the old jar file with the jar file generated in step3:
C:\myProgram\sapui5-ide-kepler-win32.win32.x86_64\plugins

clipboard8

Relaunch tomcat and the modified source code of .jar file will be loaded.

要获取更多Jerry的原创文章,请关注公众号"汪子熙":