hi Ipsita,
You can URL Mangle the sap client.
http://*.*:8nnn:/myXSJS/GEtClient.xsjs?sap-mandt=800
in your XSJS implementation,
var client = $.request.parameters.get("sap-mandt");
client variable will hold the client.
Sreehari
hi Ipsita,
You can URL Mangle the sap client.
http://*.*:8nnn:/myXSJS/GEtClient.xsjs?sap-mandt=800
in your XSJS implementation,
var client = $.request.parameters.get("sap-mandt");
client variable will hold the client.
Sreehari