Symptom
- The logon button in ICF services is unresponsive.
- The issue is observed when using the Internet Explorer 11 (IE11) browser.
- The issue does not occur when using the Chrome browser.
- In the HTTP trace, it was possible to see a Syntax Error:
UCF_ls.setSemanticEventHandler({
onSemanticEvent: (oEvent) => {
if (oEvent.sGetName() == 'ControlsInitialized' || oEvent.sGetName() == 'Initialized')
{
var focusId = document.getElementById("FOCUS_ID").value;
try {
if (focusId) document.getElementById(focusId).focus();
} catch(err) {};
UCF_ls.setSemanticEventHandler(this, "handleEvent");
}
UCF_ls.setSemanticEventHandler(this, "handleEvent"); - The below corrections has already been implemented in the System:
- The below documentation has already been checked:
Read more...
Environment
- SAP NetWeaver, ABAP Systems
Product
Keywords
unresponsive, logon button, Edge browser, Chrome browser, IE11, Edge, ICF, SICF, logon, missing , KBA , BC-MID-ICF , Internet Communication Framework , BC-MID-ICF-LGN , ICF System Login , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.