PedroLazaro
Participant
Member since ‎2021 May 27

User Statistics

  • 55 Posts
  • 0 Solutions
  • 51 Kudos given
  • 32 Kudos received

User Activity

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...