former_member231903
Participant
Member since ‎09-23-2015

User Statistics

  • 51 Posts
  • 3 Solutions
  • 10 Kudos given
  • 8 Kudos received

User Activity

Hi Experts, I initialize Destination with the following code segment: try { final Destination destination = DestinationAccessor.getDestination("CPI_Destination"); HttpDestination httpDestination = destination.asHttp(); HttpClient clie...
Hi Experts, I've ever get tenant and user info via TenantAccessor and PrincipalAccessor, but it's not that stable - by which I mean after a night it won't return any value anymore. I think there must be something wrong how I use the library, as t...
Hello, I've got an SAPUI5 app with structure like this: xmlns:smartTable="sap.ui.comp.smarttable" xmlns:table="sap.ui.table" xmlns:semantic="sap.m.semantic"... <semantic:FullscreenPage enableScrolling="true" <semantic:cont...
Dears, I have a FIORI Element app with ListReport and ObjectPage. in ListReport, there's a list of Documents.(let's call it Screen A), I can goto the detail object page by clicking: In the object page, I can also navigating to details of Lin...
Hi experts, I'm developing an App using smart template, and I want to change the default Button text from 'Save' to 'Post'. Since this button is default from Fiori element, and I can't set text in xml view file, but only in UI adaptation. So is...