Hi Corrine,
thanks a lot for quick reply...it got resolved by your suggestion
SE80->bsp application 'SAM_SESS_QUEUE' --> sam_js2bsp_sender.js. Please check if following codes exist:
var iIndex = target_url.indexOf("://");
if ( iIndex != -1 ) {
var t_url = target_url.substring(iIndex + 3, target_url.length + 1 );
iIndex = t_url.indexOf("/");
if ( iIndex != -1 ) {
target_url = t_url.substring( iIndex, t_url.length + 1 );
}
}
Thanks,
VijHyd