Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [sapui5]

This tag 'sapui5' covers both the proprietary (SAPUI5) and the open source (OpenUI5) versions of the framework. When asking about Fiori elements, consider adding [odata] and [sap-fiori] tags accordingly.

0 votes
1 answer
31 views

Fill the content by extending a controls in SAPUI5

I'm extending a OverflowToolbar and I want to fill the aggregation "content" when I define the metadata. I tried to put the "content" in the aggregations of the toolbar like this: ...
Alessio Carone's user avatar
0 votes
0 answers
15 views

CAP LLM Plugin needs cds.connect.to('db')

I've installed the CAP LLM Plugin (v.1.3.3). However, for the getRagResponse() and similaritySearch() methods, the db is not connected, even if I set it in the calling script. For now, I've put in the ...
Adam Harkus's user avatar
  • 2,190
1 vote
0 answers
11 views

oData Service is called after columns change

short one: I have a smart table which is bind to an oData service. This works fine. But when I add new columns to the view the oData service is called once again. The columns where already populated ...
sguski's user avatar
  • 33
0 votes
1 answer
48 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 ...
LATA R SARSU's user avatar
0 votes
1 answer
15 views

SAPUI5 tinymce table column resize not resizing

When I upgraded my sapui5 version to 1.120.12 the tinymce table columns resize is not working anymore. This the setting I have use: window.tinymce.init({ selector: '#mainApp---test--...
ProgrammerDummy's user avatar
0 votes
0 answers
37 views

Error: Authentication kind "jwt" configured, but no XSUAA instance bound to application

I would like to connect my BTP CAP Node.js app to external SAP service in production env using destinations. It is important to use OAuth2.0ClientCredentials authentication method. Sandbox works for ...
kishorK's user avatar
  • 523
0 votes
1 answer
34 views

Odata V2 Create (Virtual) Entry for Table

I have an empty SAPUI5 SmartTable (for Sales Order Items) and there I want to add new single (virtual) row where the user can input some Sales Order Item data, e.g. Material No., Price, Quantity ... ...
Christian Stromitzky's user avatar
0 votes
0 answers
15 views

How can I add several Simple Gantt Charts into a Simple Gantt Chart container in SAPUI5?

I am trying to add multiple sap.gantt.simple.GanttChartWithTable dynamically into a Gantt Chart Container. I have defined the empty Gantt chart container in my XML view and I want to create multiple ...
frozen_ky's user avatar
0 votes
2 answers
49 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 ...
sguski's user avatar
  • 33
1 vote
1 answer
30 views

SAPUI5 Filterbar Alignment

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
  • 33
0 votes
0 answers
18 views

sapui5 app failed to launch with error v.getLiveDependencyMap is not a function

I am developing a sapui5 app using vscode. Before, the local preview was working. But today, after previewing the app, I got the error. And the full error in console. My environment as following: ...
Aison's user avatar
  • 167
0 votes
1 answer
39 views

sap.ui.comp.filterbar - Clear of filters works in BAS but not in hosted BSP application

I have a strange behaviour in my UI5-freestyle application. It is being developed in BAS, with JS, freestyle UI5, and the backend is CDS ala RAP via Eclipse. If i want to clear all filters inside the ...
icbytes's user avatar
  • 1,841
0 votes
0 answers
31 views

SAPUI5 - RichTextEditor disappears when json model is updated

I have a form which contains some Input fields, some Comboboxes and a RichTextEditor. When I change one of the Comboboxes there is a custom function that changes some properties in a JSON Model. When ...
marquez41's user avatar
0 votes
0 answers
12 views

Control selection narrowing menu when hitting overlapping VOs in AnalyticMap SAP Ui5

This is the extract from the library that control the event when I click on overlapping Areas: if (event.hitTests.length > 1) { scene.showHitMenu(event, event.hitTests); // show menu to narrow ...
Fernando Prieto Pérez's user avatar
0 votes
0 answers
41 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 ...
softshipper's user avatar
  • 33.5k

15 30 50 per page
1
2 3 4 5
472