eedens
Participant
Member since ‎03-12-2018

User Statistics

  • 66 Posts
  • 10 Solutions
  • 55 Kudos given
  • 39 Kudos received

User Activity

Is there a way for end-users to have access to the SAP Screen Personas Switchboard to select their own SAPUI5 Theme Version? So far in the documentation, I've found reference to changing it if you are using the Fiori launchpad, as well as mention of ...
Is there documentation on using Snapshot Mode from SP14? I've found the demo video, but can't really find anything else. I'm trying to find if snapshot mode can be used with RFC's as a bulk send option.
I'm working on a dashboard to monitor a picklist and display the current status of various items. Ideally, I don't want to have to refresh the screen constantly. I'm planning on calling an RFC to get the values, but I'm having issues getting this to ...
This post from 2018 refers to the same issue I'm seeing. Is there a way to get the new value of a text field when using the onChange script event? The source.text value the event returns is the old value, which for field validation isn't really usefu...
I've seen a lot of "How to read tables" for Personas, but I'm running into the issue of writing the copied table data to an RFC. Here's the RFC call: var oRFC = session.createRFC("ZFI_ICWQITEMS"); oRFC.setParameter("GUID", ""); oRFC.setParamete...