Hi, experts!I have a freestyle SAPUI5 FPM app consuming an odata v4 service provided by a CAP Project.I need to set the selection limit for the macro table which the data is listed, because the default value is too low for the customer.I did some deb...
Hi, experts!I’m looking for a way to send a custom HTTP header in all OData V4 requests from a SAPUI5 application to the backend.Ideally, I’d like to dynamically bind a property from a JSON model to this custom header. This way, every request (such a...
Hello experts! Good night!In my current project I'm trying to load a pdf embedded in the view via the sapui5 PDFViewer control, but It only works on Microsoft Edge browser. In chrome, I'm getting a generic error like 'It was not possible to load de p...
Hello, experts!I'm trying to query a external odata service via SAP CAP and I need to pass $expand and filters in the query.Currently, I'm executing like thisoAPI.get("/entity?$expand=ChildEntity&$filter=propertyA eq 'A' and propertyB eq 'B'")with th...
Hi all, we are trying to use the sap.m.feedInput and we noticed this error on the console.[DEPRECATED] The type 'sap.ui.core.TooltipBase' was accessed via globals. Defining types via globals is deprecated. In case the referenced type is an enum: requ...
Hi @Jayanth_Kumar85!I'm also facing this error whilst trying to consuming a ABAP RAP Service through a destination. Do you have any clues? Did you manage to solve your issue?Regards!
Hi @catano! Thanks for your response! I found interesting the example you linked! I tried to model my entity in a similar way, but I had no success. The navigation property in my case resides on the external service, and all the 'secondary/child' ent...