I can confirm that this has solved my issue,
the url scheme I used
args.server = location.protocol + '//' + location.host;
args.rand = Math.floor((Math.random() * 100) + 1);
{server}/sap/bc/webrfc?_FUNCTION=ZME_WEBRFC&{rand}&_Slot={slot_no}
I can confirm that this has solved my issue,
the url scheme I used
args.server = location.protocol + '//' + location.host;
args.rand = Math.floor((Math.random() * 100) + 1);
{server}/sap/bc/webrfc?_FUNCTION=ZME_WEBRFC&{rand}&_Slot={slot_no}