You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now use sap.m.plugins.CellSelector (experimental) for cell selection in a table. It can also be used for the sap.ui.mdc.Table control (experimental). For more information, see the API Reference.
We have made the different row mode elements of the tables available. They replace the various properties (now deprecated) that used to define, for example, whether a fixed number of rows is displayed in a table, or whether the user can change the number of displayed rows. For more information, see the API Reference and the Sample.
Changed•Feature•Info Only•1.119
Info Only
2023-10-05
1.119
Changed
Feature
sap.m.plugins.CopyProvider
sap.m.plugins.CopyProvider
Users can now copy a cell block they have selected. To provide the required settings, we have introduced the sap.m.plugins.CopyPreference enumeration that allows users to either only copy selected cells or both rows and cells that they have selected. For more information, see the API Reference.
Changed•Feature•Info Only•1.119
Info Only
2023-10-05
1.119
Deprecated
Feature
Deprecations
Deprecations
We have deprecated the following entities for sap.ui.table*:
visibleRowCountMode
visibleRowCount
fixedRowCount
fixedBottomRowCount
rowHeight
minAutoRowCount
Deprecated•Feature•Info Only•1.119
Info Only
2023-10-05
1.119
Changed
Control
sap.ui.mdc.Table (experimental)
sap.ui.mdc.Table (experimental)
Drag and drop has been enabled for the rows of the (experimental) sap.ui.mdc.Table control. For more information, see the API Reference.
Changed•Control•Info Only•1.119
Info Only
2023-10-05
1.119
Deprecated
Control
valueHelpOnly functionality
valueHelpOnly functionality
We have deprecated the valueHelpOnly functionality in the sap.m.Input control and its usage is discouraged. The reason is linked to the proper accessibility state of the control, therefore we advise against its further use.
Deprecated•Control•Info Only•1.119
Info Only
2023-10-05
1.119
Changed
Feature
OpenUI5 Data Types
OpenUI5 Data Types
The getPlaceholderText method is no longer experimental and can be used productively. It was introduced with OpenUI5 1.114 and is used with the following data types:
sap.ui.model.odata.type.ODataType and any OData types inheriting from it
sap.ui.model.odata.type.DateTimeWithTimezone
sap.ui.model.type.Date
sap.ui.model.type.DateInterval
Changed•Feature•Info Only•1.119
Info Only
2023-10-05
1.119
Changed
Feature
OpenUI5 Client Models
OpenUI5 Client Models
Client models like sap.ui.model.json.JSONModel now support the ignoreMessages binding parameter for property bindings.
For the tokenHandling parameter of the v2.ODataModel, we now support the additional skipServerCache string value. If you provide this value, the security token is not cached with the server as a key. This prevents failing $batch requests when accessing services running on different back-end systems behind a reverse proxy. Use this option only if the system landscape is known.
Changed•Feature•Info Only•1.119
Info Only
2023-10-05
1.119
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
The new version of the OpenUI5 OData V4 model introduces the following features:
Experimental: You can now move nodes in recursive hierarchies. This experimental feature must not be used in productive applications yet.
Experimental: The sap.ui.model.odata.v4.ODataContextBinding#execute method can now also return a so-called return value context if the path of the binding parameter contains a navigation property. This experimental feature must not be used in productive applications yet.
The beforeMenuOpen event, which was previously fired in split button mode only, now also fires in regular mode. For more information, see the API Reference.
Changed•Control•Info Only•1.119
Info Only
2023-10-05
1.119
Changed
Control
sap.m.PlanningCalendar
sap.m.PlanningCalendar
We have introduced a new rowHeaderPress event that is fired when the row header is pressed with a mouse click or when reached by the keyboard. This new event replaces the deprecated rowHeaderClick event, which was fired on mouse click only. For more information, see the API Reference.
Changed•Control•Info Only•1.119
Info Only
2023-10-05
1.119
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
We have updated the Adaptive type sap.ui.integration.widgets.Card to support the newest markdown features available for Microsoft Adaptive Cards. Тhe markdown third-party packages are now updated to version 12.3.2. For more information, see the Adaptive Card Learn section and Markdown Samples in the Card Explorer.
Client-side pagination now provides access to the paginator model. Before, access was available only for server-side pagination. Card developers can now leverage the power of skip, size, and pageIndex model values to create more informative cards using data binding. For more information, see the Pagination Learn section and Samples in the Card Explorer.
The (experimental) ShowCard action is used to show another card with more details or additional actions. We have introduced two new (experimental) properties to control the card:
closeButton - shows or hides a Close button in the header of the card. For more information, see the Default Header and Numeric Header Learn sections in the Card Explorer.
resizable - controls whether the card can be resized. For more information, see the Show Card Learn section in the Card Explorer.