Hi all,
we have a requirement to implement a 2 Factor Authentication in the Fiori Launchpad on our FES (NW ABAP). The FES will be exposed to the internet, so that the user can access it from home or elsewhere.
I searched a lot here but I did not ...
Hey everyone,
I have a FE List Report and I want to add a custom column to the lineitem reference in an Object Page. But somehow, the fragments won't be loaded. I used the Fiori Guided Developments from VSCode and everything seems to fit but jeah.....
Hi folks,
I have the requirement to render some data in a table and to trigger an OData action or function of a specific tableitem which changes the status of this item. Like a simple Fiori List Report would do, but only in SAC. While researching o...
Hi,
I have a simple RAP based OData Service with two custom entities which are associated one to another like so:
Root entity "RUN"
Root entity "MESSAGE"
So when I call all or a single "run" entity/ies, everything works fine.
Now I w...
Hi folks,
I have built a list report based on a SAP RAP Odata Service and I am facing an issue regarding the several titles of the facets on the Object Page.
As you can see, the label: "Informationen" is displayed twice. But I defined only an ...
Hi vigneshkkar.r,I have the exact same setup at my client and I tried to fetch the token with getSecurityToken() but I got an undefined as answer.Do anybody has any clue what I am missing here?Best RegardsDominik
Hi Gregor thanks for your answer,this is a good idea, but we have the requirement to offer a self registration service, where we will create a FES user. If we would use an external IDP like an AD or something else, we would also need to create the us...
Hi Loren,Just close ADT and reopen it. What also helped me, was to add another service definition to the binding, and directly deleting it afterwards. Best regardsDominik
Hi Dominik :),thanks for this clarification! My logic stopped at the existence check, because in my getEntity Method I did not call the paging methods, so the framework threw an error regarding this. I fixed that, and now the select method of the ass...