Hi all
I have integrated SSO using CDC normally between two sites... however what I want to do is integrate SSO with the SAP Netweaver Login Portal... Is this possible?
I have followed this post - https://help.sap.com/viewer/8b8d6fffe113457094a17...
Hi all,
I was wondering if there was any way to have a Cachebuster and Offline PWA application at the same time.
This could mean that the Cachebuster would be enabled when the application is in online mode (web access) and then disabled when the ...
Hi all,
I have been trying to create a SAPUI5 application that can work offline (with no internet) and followed this blog;https://a.kabachnik.info/pwa-with-sap-openui5.htmlOnce I created my Gruntfile.js and built my application, it created the comp...
Hi all,
I have currently created a working global filter bar for my Overview page and i can filter with one value. Now I want to replace it and I created a multi input filter that will filter my data set with more than one value (CELL_14, CELL_15) ...
Hi all,
I recently created an overview page with custom cards and custom filters that fully works as intended in the Web IDE full stack.
However, I recently moved the overview page into my fiori launchpad however the custom filter does not show a...
Hi Florian,I've had a look at that sample and it does work although for my app, i want multiple views as that one is a single view...Is there any way of adding multiple views to that sample?Thanks,Sunil.
Hi Joseph, I have replaced that code with mine and it still is not applying the filter when there are two tokens in the multi-input fieldgetCustomFilters: function () {
var that = this;
oValue2 = that.oView.byId("WorkCenterInput").getTokens(...
Updating this post just in case anyone has encountered the same issue. My SAP gateway SAPUI5 library was outdated to 1.42 and custom filters was added in SAPUI5 version 1.48, with the SAP Web IDE version 180927 or higher. Updating the library to the ...
Correct me if i'm wrong but you're saying that if the attribute in the global filter contains the same attribute in the oData service then it should filter? If so, I am trying to filter the work center with the same attributes and it's not updating/c...