SAP Knowledge Base Article - Preview

2817558 - An exception in sap/suite/ui/generic/template/lib/CommonUtils Method

Symptom

An exception occurs in the method "getTableBindingInfo of sap/suite/ui/generic/template/lib/CommonUtils-dbg.js".

function getTableBindingInfo(oTable) {
if (isSmartTable(oTable)) {
oTable = oTable.getTable(); // get SmartTable's inner table first
}

if (isUiTable(oTable)) {
return oTable.getBindingInfo("rows");
} else if (oTable instanceof ResponsiveTable) {
return oTable.getBindingInfo("items");
}

return null;
}


Read more...

Environment

SAP UI5

Product

SAP NetWeaver 7.5 ; SAPUI5 1.0

Keywords

TableBindingInfo, sap.m.Table, SAP UI5 , KBA , CA-UI5-ST , Fiori elements v2 , 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.