Skip to Content
0
Jul 27, 2016 at 10:38 AM

Uncaught TypeError: Cannot read property 'require' of undefined

129 Views

Hello All,

I am trying to do custom implementation and iam adding the required files in the below format.

But when it is coming to


jQuery.sap.require("xxxxx.control.jquery_ui");


It is throwing an error Cannot Read Property 'require' undefined

jQuery.sap.require("sap.ui.core.util.Export");

jQuery.sap.require("sap.ui.core.util.ExportTypeCSV");

jQuery.sap.require("xxxxx.control.jquery_1");

jQuery.sap.require("xxxxx.control.jquery_ui");

jQuery.sap.require("xxxxx.control.jquery");

jQuery.sap.require("xxxxx.control.pivot_min");

jQuery.sap.require("xxxxx.control.tips_data");

Could any body please help me to solve my issue.

Regards,

Shekar.