andre.fischer - Thanks a lot for your informative post. We were trying to use Odata V4 for performing create/update/delete/mass operations and we are facing a lot of issues in trying to implement it through code based implementation specially for d...
Hi Jocelyn,
I am trying to use UI Adaptation Editor to add Export to excel on the Smart table created as part of my Analytical List Page. My ALP is created on an on-premise odata service generated by my CDS view. The smart table does not have Exp...
Hello,
I got the same requirement to fetch the custom roles and I am using below code to load the site services
try{
jQuery.sap.require("sap.ushell.cpv2.services.cloudServices.SiteService");
}catch(oException){
} but I am getting an exception...