Hello everyone, I am working on building a custom SAP Web IDE plugin and I have data for this plugin from SAP ABAP System ECE.I have maintained Destination in HCP Account and made relevant connection using Cloud connector too. Conncetion check in HCP account is successful and even these flags namely WebIDEEnabled:true, WebIDESystem:ECE, WebIDEUsage:odata_gen. Now I am wondering how do I make use of Destination maintained for this plugin as Plugins has plugin.json file. How do I define this and how do I make use of the same to get data in controller? Since I am not aware how to maintain for plugin projects I have used var link = "https://ldciece.wdf.sap.corp:44377/sap/opu/odata/sap/XYZ_SRV/"; var oModel = new sap.ui.model.odata.ODataModel(link,true); I am aware this is not right way but want to know how do I maintain Destination for Web IDE Custom Plugin Development in plugin.json file and use the same. Any pointers highly appreciated Regards Santhosh Reddy M
↧