Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

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 ...
minhson Bui's user avatar
1 vote
1 answer
76 views

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 ...
minhson Bui's user avatar
-2 votes
1 answer
45 views

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 ...
Anil's user avatar
  • 23
1 vote
0 answers
51 views

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 ...
jomesili's user avatar
1 vote
0 answers
79 views

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 ...
pkm22082559's user avatar
2 votes
0 answers
61 views

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 ...
Cutter's user avatar
  • 1,862
0 votes
0 answers
50 views

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 ...
John's user avatar
  • 1
0 votes
1 answer
183 views

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 ...
Bigflatfoot's user avatar
0 votes
0 answers
124 views

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,...
k34l's user avatar
  • 103
0 votes
1 answer
292 views

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 ...
schlosch's user avatar
0 votes
0 answers
45 views

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 ...
Sindhu's user avatar
  • 3
0 votes
1 answer
161 views

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 ...
F.G.'s user avatar
  • 53
0 votes
0 answers
137 views

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 ...
user30832746's user avatar
0 votes
1 answer
321 views

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 ...
Kostantyn Sikhnevych's user avatar
-1 votes
1 answer
74 views

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 ...
Sindhu's user avatar
  • 3
1 vote
1 answer
276 views

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 ...
Aleksandar Grujic's user avatar
1 vote
0 answers
46 views

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 ...
Newbiecodie's user avatar
0 votes
0 answers
127 views

I have 4 fields: A @mandatory; B @mandatory; C @mandatory; D @Common.ValueList: { Label : '{i18n>label}', CollectionPath: 'XYZ', ...
Newbiecodie's user avatar
0 votes
0 answers
90 views

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 ...
Piotr SAPKot's user avatar
0 votes
1 answer
66 views

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 ...
crepmaster's user avatar
-1 votes
0 answers
40 views

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 ...
Sebastián Suazo's user avatar
0 votes
0 answers
72 views

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 ...
user30066265's user avatar
-1 votes
1 answer
41 views

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 ...
Sindhu's user avatar
  • 3
0 votes
0 answers
92 views

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 ...
Anil's user avatar
  • 23
0 votes
2 answers
373 views

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-...
anjaneylu's user avatar
2 votes
3 answers
2k views

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 ...
Federico Belotti's user avatar
1 vote
1 answer
668 views

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 ...
Francisco Ravara's user avatar
0 votes
1 answer
246 views

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', ...
Cmdd's user avatar
  • 927
1 vote
0 answers
105 views

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, ...
fische's user avatar
  • 603
2 votes
1 answer
323 views

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 ...
Lautaro Capella's user avatar
0 votes
0 answers
419 views

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 ...
Mehaboob Subuhani's user avatar
0 votes
2 answers
2k views

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 ...
Erch's user avatar
  • 615
0 votes
0 answers
245 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='{ &...
Péter Bajusz's user avatar
0 votes
1 answer
46 views

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 ...
Tincho's user avatar
  • 81
1 vote
1 answer
118 views

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. ...
Ajay's user avatar
  • 95
1 vote
0 answers
50 views

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....
Ashish Patil's user avatar
  • 1,742
0 votes
0 answers
1k views

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 ...
Darshan Asknani's user avatar
1 vote
0 answers
222 views

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(...
sguski's user avatar
  • 27
0 votes
2 answers
1k views

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 ...
LATA R SARSU's user avatar
0 votes
2 answers
807 views

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 ...
sguski's user avatar
  • 27
-2 votes
1 answer
105 views

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 ...
sguski's user avatar
  • 27
0 votes
0 answers
879 views

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 ...
graukas's user avatar
  • 61
1 vote
1 answer
393 views

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 ...
softshipper's user avatar
  • 34.4k
0 votes
1 answer
1k views

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 ...
Mada's user avatar
  • 3
0 votes
0 answers
840 views

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/...
Aleksandar Grujic's user avatar
0 votes
1 answer
162 views

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()...
user695310's user avatar
2 votes
1 answer
826 views

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 (...
Aleksandar Grujic's user avatar
0 votes
1 answer
306 views

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 ...
user19286884's user avatar
1 vote
1 answer
1k views

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 ...
toffler's user avatar
  • 1,233
0 votes
0 answers
341 views

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 ...
Low_Rider's user avatar

1
2 3 4 5
17