833 questions
0
votes
0
answers
52
views
How to use parameterized CDS view as ValueHelp?
I'm creating the booking functionality of a Room Booking System. Each room will be booked by slots, so I'll get the total slots of the room on a specific date subtracts the booked slots of the room on ...
1
vote
1
answer
76
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 ...
-2
votes
1
answer
45
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
51
views
SAP Fiori: How to Replace Collective Search Help (MAT0M) with Single Value Help in Standard App F1595?
Environment
SAP S/4HANA: 2023 release (on-premise)
Fiori App: F1595 – Stock – Multiple Materials
OData Service: S31PCE
Issue
In the standard Stock – Multiple Materials app, the Material filter field ...
1
vote
0
answers
79
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
61
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
0
answers
50
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
183
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
124
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
292
views
How can I attach a custom Filter to every batch request assigned to a Fiori Elements List Report (Analytical Table)?
I am currently working on a standard Fiori Elements App. I use a List Report with an Analytical Table. My requirement is quite straightforward. I use a custom Data Provider in the backend that works ...
0
votes
0
answers
45
views
How to use feature toggle in cds? like have a field mandatory if feature toggle is on in cds
With current implementation we have defined fields as mandatory like this, but we want it under feature toggle, how can we use feature toggle checks?
annotate service.ProgramCycles with {
name ...
0
votes
1
answer
161
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
0
answers
137
views
How to enable valueState for Action Parameter using Fiori Elements?
We are in a development of a Fiori elements V4 with a RAP based application. We have a requirement to show an information message for Action field Posting date on click of Post action in an RAP V4 ...
0
votes
1
answer
321
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
votes
1
answer
74
views
Override UI5 value help warning message
If we select more than 1000 items in the value help then we get this ui5 warning message from sap.ui.comp library. Is there any way we can override the message?
I want to override this message with ...
1
vote
1
answer
276
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 ...
1
vote
0
answers
46
views
Propogate REST API errors to the UI
I have an app using CAP CDS and Fiori. I use OData V4. I have various value helps which call different OData APIs when clicked. But one of the value helps, calls a REST API when clicked. I intercept ...
0
votes
0
answers
127
views
Disable the value help icon depending on the value in another field (CAP CDS)
I have 4 fields:
A @mandatory;
B @mandatory;
C @mandatory;
D @Common.ValueList: {
Label : '{i18n>label}',
CollectionPath: 'XYZ',
...
0
votes
0
answers
90
views
Can I group fields into sections for Mass Edit standard functionality in OData V4 RAP
I have a question in regard to the standard Mass Edit functionality available for ODATA V4 RAP. The standard currently does not seem to support the grouping of fields into particular sections; with ...
0
votes
1
answer
66
views
link sap Fiori horizon theme and horizon evening
I've made a copy of the morning horizon and Horizon dark ('i'm on premise 2022 on premise) Theme and i've customizes them. i've move my latop in the dark mode and flag the dark mode detection in the ...
-1
votes
0
answers
40
views
putting a base 64 as an item on fiori upLoadcollection [version 1.60]
i have an odata service with an entity that is set as media and we're using the create_stream method. i have a pdf in base64 string that im intending to upload by this create_stream but since its ...
0
votes
0
answers
72
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 ...
-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
92
views
Custom control in smart filterbar
I have created a Fiori app where I am using smart filter bar and smart table which are mapped to same entityset.
How to add one F4 searchvaluehelp which calls different entityset?
Should I use ...
0
votes
2
answers
373
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-...
2
votes
3
answers
2k
views
How can I programmatically hide/disable the Edit button in a CAP-based Fiori Elements (OData V4) application through annotations?
I have a CAP application that exposes different service and built a Fiori Elements (OData V4, ListReport + ObjectPage) application and customized it with annotations on the backend side since I want ...
1
vote
1
answer
668
views
Fiori App Not Starting Locally with npm start
I'm trying to develop a simple SAP Fiori List Report application with SAP Fiori Tools and VSCode. My app consumes an OData service published in the SAP system.
When I try to start my application ...
0
votes
1
answer
246
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
105
views
Binding issue with StepInput in SAP Fiori using CAP as the backend
I'm working on a project using SAP CAP for the backend and Fiori Elements for the frontend. I’m facing a specific issue with the binding of a StepInput in an XML view. When I try to modify the value, ...
2
votes
1
answer
323
views
How to properly reference SAPUI5 components deployed on BTP Cloud Foundry for embed in another Components (reuse component)
While developing Fiori applications on SAP BTP I came across the same issue over and over again. How do we do to embed other components that are deployed separately in the same CF Space.
Here is a ...
0
votes
0
answers
419
views
SAP Odata Metadata Cache
As we know, we clear the metadata of OData services after every deployment or release. Clearing the metadata cache using a few standard UI5 programs has been very helpful. However, we are experiencing ...
0
votes
2
answers
2k
views
Fiori Elements Object Page Custom Action Button Type
My goal is to have two buttons in the footer of a Fiori Elements object page.
One button is to accept the entity, and the other is to reject the entity on the object page.
To emphasize this, I want to ...
0
votes
0
answers
245
views
Sap Business Application Studio : layout editor error in XML views
I have a Fiori project in Sap BAS. It contains 2 views.
Project1
-> webapp
-> view
-> View1.view.xml
-> View2.view.xml
Index.html contains:
data-sap-ui-resourceroots='{ &...
0
votes
1
answer
46
views
Change NavigationList Items after view is rendered
I have a ToolPage app. The content of the SideContent needs to be populated from a response of Firestore collection read, which is async (promise).
So far, every single attempt to sort this out ...
1
vote
1
answer
118
views
How to remove multi-origin composition
The payload data getting passed to OData from Fiori application is with SAP__Origin field that is getting automatically added in the URI parameters list due to multi origin composition done before.
...
1
vote
0
answers
50
views
How to use UploadSetToolbarPlaceholder?
How to use UploadSetToolbarPlaceholder to customize the toolbar of UploadSet control? I checked the toolbar aggregation of UploadSet, it has type sap.m.OverflowToolbar and not sap.m.upload....
0
votes
0
answers
1k
views
Calling ABAP RAP actions( custom and standard both ) from UI5 Application
I have one RAP Application (Odata V2 + Managed) which I extended in VS Code.
Requirement:
Add Button for file upload which should display a dialog screen to upload the Excel file.
Read the data from ...
1
vote
0
answers
222
views
Analytical List Page - Quantity field is not summed
I created an OData service without a CDS view and added annotations to MPC_EXT->DEFINE:
I have one measure and five dimensions defined - like this:
METHOD define.
super->define( ).
DATA(...
0
votes
2
answers
1k
views
Why changes from BAS are not reflected in Fiori launchpad?
I have created the custom Fiori application in BAS and deployed to gateway ABAP repository which is central hub ECC system.
Whenever I change something and deployed again, the recent changes are not ...
0
votes
2
answers
807
views
Filter for date not reflected correctly in OData V2 service
I'm using the DateRangeSelection element to select my data at backend. I pick the date "01.07.2024".
This value can also be found in the filter object:
The corresponding service ...
-2
votes
1
answer
105
views
SAPUI5 Filterbar Alignment [closed]
I need some help. I'm not able to align the filter fields correctly ... do you have a smart hint for me?
Smartfilterbar
Here is the corresponding coding:
Coding
I tried to play around with the flexBox ...
0
votes
0
answers
879
views
How to pass parameter from parameterized parent view to parameterized child view?
I have two CDS-Views with the same Parameters. They have a composition - to parent association constellation.
The parent view will be used to build a Fiori List Report Page (via Elements). The ...
1
vote
1
answer
393
views
Static factory action doesn’t appear on the table toolbar
I have defined a static factory action in the behavior definition as follows:
In the behavior projection, it is also enabled:
Here is how the static factory action is annotated in the meta extension
...
0
votes
1
answer
1k
views
fiori-tools-proxy how to replace path with another taget
I'm trying to use the fiori-tools-proxy to proxy every request that starts with a certain string and I want to replace that starting string with another one.
I'll try to write down an example:
every ...
0
votes
0
answers
840
views
How to solve the Content Security Policy Issue with SAPUI5 App: 'unsafe-eval' Not Allowed? [duplicate]
I have a SAP UI5 app deployed to BTP - Cloud Foundry env.
The app was working fine, but suddenly I started getting the following error:
ModuleError: Failed to execute 'sap/suite/ui/commons/...
0
votes
1
answer
162
views
Read values from default model in SAPUI5
I am trying to read Model values from Global model:
this.getView().getModel().oData['Requests(WorkItemGroup=\'000000092008\',Approver=\'800365\',RequestNumber=\'829\')']
I tried to use:
this.getView()...
2
votes
1
answer
826
views
Why changing just the `sap.app/id` in the manifest.json causes app to crash?
I have a SAP CAP Full Stack app. I also have some custom UI5 code - XML Views and JS controllers.
Everything is working fine, but if I just change the sap.app/id section in the manifest.json file (...
0
votes
1
answer
306
views
Customize Dialog button label text
I would like to customise the label text of a dialog box that opens on click of a button (powered by a custom action). The screen has been built with SAP Fiori elements.
To add the custom action, I ...
1
vote
1
answer
1k
views
Fiori Elements / List Report --> use extensionAPI to get selected Table Value when it's hidden
i am trying to implement a logic to change a button text in a fiori elements list report based on a hidden column value of a selected row in a table.
Note: I have to use the extensionAPI, since it's a ...
0
votes
0
answers
341
views
How to call a SAP Fiori app via the Launchpad?
I created a very small testapp in Visual Studio Code and I would like to call that app now from the Fiori Launchpad.
So, I created a semantic object (see picture 1) and then I created a tile via the ...