6,999 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Tooling
0
votes
0
replies
12
views
What is the routing approach to use FPM with a tnt.Toolpage?
I want to develop a standalone application centered around the ToolPage control using Flexible Programming Model.
It must be possible to change the ‘MainContent’ with FPM enabled (individual) views ...
Pieter's user avatar
- 1,861
1
vote
2
answers
134
views
Including Autodesk Viewer as AMD library in SAPUI5?
It seems like the latest Autodesk Viewer update to version 7.115.0 on November 28 the module has been changed to a Universal Module Definition (UMD).
We are importing this script in the SAPUI5 ...
1
vote
1
answer
108
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
55
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 ...
-2
votes
1
answer
51
views
Unable to deploy the customized standard my inbox from SAP BAS
Recently we have upgraded S/4 HANA version from 2020 to 2023. Earlier in 2020 version we have enhanced the my inbox app to hide buttons using SAP web ide, now after upgrade in 2023 we got a new ...
1
vote
0
answers
102
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 ...
2
votes
0
answers
65
views
Prevent List Report extension column from being moved to popin
I've added an extension column to a Fiori elements List Report app by adding column and cell fragments as described in Example: Adding Columns to a Responsive Table in the List Report.
This column ...
0
votes
1
answer
73
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
0
answers
68
views
Change RichTextEditor control editability within Controller Extension EditFlow's onBeforeEdit function
I am new to SAP Fiori App development. I have created a traditional (generated) OData list-detail app based on a CDS View. The detail page has a Rich Text Editor Control defined within a Custom ...
0
votes
1
answer
248
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 =...
2
votes
0
answers
97
views
How to use grouping in an sap.ui.table?
I need to use grouping in sap.ui.table.Table.
Even that enableGrouping property is deprecated according to SDK Documentation, it seems to be still partially working.
When pressing the column title, I ...
0
votes
1
answer
258
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
91
views
How to initialize a view without displaying it?
My application has two views in separate components. Both views contain a list. The user can add items from the main view to the sub view by clicking on a button. The sub-view is initially not visible ...
0
votes
0
answers
137
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,...
0
votes
1
answer
66
views
SAPUI5 GridTable: Live Character Count
I’m working with a grid table in SAPUI5 and have a requirement to count the characters of the operation description field.
The character count should update live and be displayed below the field, ...