Hi all,
I was searching for a way to enhance the Javascript file "sapbi_020_parameterlist.js" which is located at
/irj/portalapps/com.sap.ip.bi.web.portal.mimes/web.scripting/resources/js/sapbi_020_parameterlist.js
and is being used within our Web templates. But where can I find the file on Portal side to update it?
Thank you very much for your help!
With best regards,
Sebastian Thomas
Hi Sebastian,
The file is located at /usr/sap/ / /j2ee/cluster/server /apps/ sap.com/irj/servlet_jsp/irj/root/portalapps/com.sap.ip.bi.web.portal.mimes/web.scripting/resources/js
To avoid having to change it in multiple server nodes, you'll probably want to modify it in the par file and upload the modified par file to the portal. You can find the par file at:
/usr/sap/ / /j2ee/cluster/server /apps/ sap.com/irj/servlet_jsp/irj/root/web-inf/deployment or deployment/temp (with a .bak suffix). You can unzip the parfile and modify the contained js file before rezipping, but you have to be careful to maintain the correct structure in the archive. Otherwise you can import the par to a project in NWDS to make your changes and deploy it straight from there.
A note of caution: if you do make any changes to a SAP delivered parfile, it's likely to be overwritten by any patch or support package upgrade! In addition, if you open any support message in this area, you should take care to mention you have customized this parfile.
Regards, Rory
Add a comment