Hi,
I am getting error "uncaught TypeError: Cannot read property 'getIconURI' of undefined" at statement
icon: sap.ui.core.IconPool.getIconURI('begin')
In spite of loading required libraries (data-sap-ui-libs="sap.m,sap.ui.commons,sap.ui.table").
In the console I can check that sap.ui.core.Icon is loaded but not sap.ui.core.IconPool.
What is going wrong here.
Regards,
Chidan