cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Enabling key user UI adaptation for custom controls in SAPUI5

valentincadart
Active Participant
0 Kudos
305

Hi everyone,

I’ve developed a custom control based on a web component library and wrapped it in a SAPUI5 component. The control supports variant and p13n management, and Key Users can define public variants reflecting personalization state. However, in "Adapt UI" mode, I can only move the control, there’s no option to configure p13n settings like with SmartTable.

valentincadart_0-1756380001190.png

I couldn’t find any documentation or examples showing how to expose p13n features to the Key User Adaptation UI for custom controls. (SAPUI5: UI Development Toolkit for HTML5

  • Is it possible to enable full UI adaptation (e.g., p13n access) for custom controls?
  • Do I need to implement specific interfaces or metadata annotations to make it work?

Any guidance or working examples would be highly appreciated.

Thanks in advance!

View Entire Topic
storkd
Advisor
Advisor

Hi,

the UI5 documentation contains a section on how to enable custom UI5 controls for SAPUI5 Flexibility, see here

 

Best regards,
Dominik

valentincadart
Active Participant
0 Kudos

Hi @storkd,

This is exactly what I was looking for. Thank you very much.

Best regards,

Valentin