cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori Elements Object Page - Custom button popup valuehelp

former_member435529
Participant

Hello,

Is it possible to show a popup - Action dialog with value help - when clicking on a custom button in a Fiori Element Object Page , at header level ?

In function onClickAction in the extension controller i can use new sap.m.Panel but i am struggling with new sap.m.Input or new sap.ui.commons.ValueHelpField

Thanks,

Javier

maheshpalavalli
Active Contributor
0 Kudos

on a custom button action, you want to show a popup with value help. -> Till here it is straight forward, you can show a normal value help dialog and bind it with entityset, Then after the selection of an item from the value help, what you wanted to do. what is the exact issue.. can u explain a bit more?

Thannks,|
Mahesh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member435529
Participant
0 Kudos

Thanks maheshkumar.palavalli,

I was wondering what classes / controls are allowed in an Fiori Element List/Object Page Extension Controller.

Javier