7,010 questions
1
vote
1
answer
57
views
How to prefill values for fields using startup parameters in SAP Fiori Form Entry Object Page
I'm building a Room Booking System using SAP Fiori. Here's a requirement I have to implement:
In the page Find Room users will choose a room and a date, then take action onBookRoom. The action will ...
0
votes
1
answer
29
views
How to use `@azure/msal-browser` in SAP UI5 application with `ui5-tooling-modules`?
I am trying to integrate Microsoft Entra ID authentication in an SAP UI5 application using the @azure/msal-browser library. However, I am facing an issue where the module cannot be resolved when ...
1
vote
0
answers
63
views
Layout shifts after closing keyboard on iOS 26 (extra white space remains)
I'm facing a UI layout issue with SAPUI5 version 1.71.46 when using Chrome iOS 26 (latest iPad).
Issue
When the on-screen keyboard appears and then closes, the layout of my Fiori app does not resize ...
0
votes
1
answer
61
views
SAPUI5 GridList growing feature not showing "Load More" button with manual server-side pagination using a JSONModel
We are trying to implement efficient server-side pagination for an sap.f.GridList. Our goal is to load an initial set of items, and when the user clicks "Load More", fetch the next set from ...
0
votes
1
answer
161
views
SAPUI5 ODataModel update (PUT) fails with “HTTP method not allowed”, works in SEGW client
I have an OData service generated in SEGW (SAP Gateway).
I want to update a single record from SAPUI5 using oDataModel.update.
My UI5 code:
const owner = this.getOwnerComponent();
const oDomModel =...
0
votes
1
answer
161
views
How do I call a behavior definition custom action?
Issue: custom action not called or triggered in Fiori app.
Action taken: I was trying to trigger the custom action from the behavior definition when a button is pressed in my Fiori app.
I have a Fiori ...
0
votes
0
answers
119
views
Limit input characters for a field in a Fiori Elements grid table
I am working on a SAP Fiori Elements application using ABAP CDS views and want to limit the number of characters that can be entered in a particular field that is part of a grid table.
In the frontend,...
-1
votes
1
answer
63
views
How to configure @ui5/middleware-code-coverage when application runs in iframe?
I try to use the ui5 tooling extension @ui5/middleware-code-coverage to display coverage information for an application running in iframe (sap.ui.test.Opa5.iStartMyAppInAFrame)
According to the ...
0
votes
0
answers
75
views
Overriding standard event handlers with customer functions in extended controller?
I have created an extension project for SAP Fiori App F2053 and extended standard controller Freestyle.js.
Within customer controller FreestyleCustom.controller.js I overwrote the standard event ...
0
votes
1
answer
146
views
npm/Yeoman Error - "No change to package.json was detected. No package manager install will be executed."
I am trying to deploy a Fiori Elements app to SAP Fiori launchpad. I am using the following command:
npx fiori add deploy-config
But as soon as I pick "Cloud Foundry" as a target, instead ...
0
votes
1
answer
298
views
How to set stable UI5 version on the Cloud Foundry Fiori Launchpad?
Who knows how stable UI5 version is on the Cloud Foundry SAP Fiori launchpad?
I tried a lot of variants but always after I deploy, when running applications, the applications use the latest standard ...
1
vote
1
answer
249
views
How to refresh context/view without `location.reload()` in a Fiori elements fragment extension?
I'm using a fragment extension in a Fiori elements app (not a classic UI5 controller), and I have an onSavePress function that updates or creates data via OData v4 bindings.
After saving, I want to ...
0
votes
0
answers
67
views
White Column in List View of My Fiori App
I'm having a problem with my Fiori app. In the list view, there's always a white column on the right that I can't remove. I've tried various layout options, but nothing has helped so far.
Here is the ...
0
votes
1
answer
208
views
How to collapse header in SAPUI5 Object Page by default
how can I display the header in my Object Page collapsed by defaut?
This is how it currently looks:Now
And this is how I want it to be: Expected
So far, I only found the option to hide th header ...
-1
votes
1
answer
41
views
First page entity call is overwritten when FCL opens second page in middle column
Object page [ProgramDetails page] makes an entity call by default whenever loaded. We navigate from this page to another page in 2 column layout, once the navigation occurs both the pages reloads the ...
0
votes
0
answers
39
views
Delay when loading transacions (BLS) SAP MII
I’m reaching out because I’m encountering an issue when making a request for 3 objects (BLS - SAP MII Transactions) to display information on the screen. The problem is that the last object doesn’t ...
0
votes
2
answers
356
views
Smart Table field added by Local annotations not shown "no columns selected"
I am trying to create Fiori local annotations in my project, I have added the annotations like below:
</edmx:Reference>
<edmx:DataServices>
<Schema xmlns="http://docs.oasis-...
1
vote
1
answer
53
views
How to filter on property of associated entity?
I have to do filtering on a property in associated entity and url is as below.
Product$count=true&$expand=_ProductDescription($select=ProductDescription),_ProductPlant($select=Plant;$filter=Plant ...
0
votes
0
answers
48
views
sap.f.semanticpage - Turn off Floating Footer
Is there a way to stop the footer from floating when using sap.f.semanticpage? I know it is achievable using sap.m, but I want to use sap.f as it suits our needs.
There is nothing in the documentation ...
0
votes
1
answer
458
views
Best way to suppress "Resource not found for segment 'X'"
What is the best way to suppress the error shown when an entity is empty (which is a valid scenario for our app)?
Background: We have a Master/Detail approvals app which shows items to be approved. ...
0
votes
1
answer
238
views
How to implement "Navigate to List on Save" in a Fiori Elements App for OData V4
We're developing an application using the SAP CAP framework as the backend and a Fiori Elements Floorplan app as the frontend (List Report with an Object Page).
For 'SAP Fiori elements for OData V2', ...
1
vote
0
answers
75
views
Automatic model update in dynamic binding with sap.ui.table
I have a view, using sap.ui.table which has an editable vkorg column , these column is bound to a myModel4 model
XML view:
<u:Table rows="{myModel4>/BacklogHeaderSet}" busy="false&...
1
vote
1
answer
148
views
Linking multiple local projects via UI5 Tooling workspace fails
My VS Code workspace looks something like this:
SAPUI5
-zkdklsel (Component. Neither an application nor a library)
-zkdtagesdok (Application)
In the zkdtagesdok app descriptor, I defined the usage ...
1
vote
0
answers
239
views
SAPUI5 Application cache buster not working
I am really struggling with the set up of application cache buster for our SAPUI5 application.
It is running as a standalone application on an ABAP system. However, every time we change the UI, we ...
-1
votes
1
answer
84
views
Is there a way to manually change Accessibility fields in CSS/HTML to any value?
I'm building an HTML card for a customer and they were wondering if it was possible to manually adjust Accessibility fields within that card, specifically these:
They wanted to change the value of &...