如何修改SAP UI5本地库文件

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

如何修改SAP UI5本地库文件

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

如何修改SAP UI5本地库文件

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

如何修改SAP UI5本地库文件

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:

如何修改SAP UI5本地库文件

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

如何修改SAP UI5本地库文件

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

如何修改SAP UI5本地库文件

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

如何修改SAP UI5本地库文件

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

如何修改SAP UI5本地库文件

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

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
如何修改SAP UI5本地库文件