Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Action Drop Down Menu feature in Fiori Elements for OData v4

aniket_saraswat
Advisor
Advisor
0 Kudos

I recently came across the Action Drop Down Menu feature showcased for Fiori Elements with OData v4, specifically focusing on its application in List Report pages. After reviewing the documentation and examples provided, I'm eager to explore its potential in Object Pages as well.

It worked as expected on List Report for me, below is the screenshot of the Code and List report page:

aniket_saraswat_4-1713204007535.png

aniket_saraswat_0-1713203396910.png

 

However, When I tried this feature on the Object Pages of an application I am working on, this did not work as expected below are screenshots of object page and the code:

aniket_saraswat_7-1713204152894.png

 

 

aniket_saraswat_3-1713203670120.png

Can someone confirm whether this is the expected behavior or am I doing something wrong?




1 REPLY 1

MarkusDobler
Employee
Employee

Hello and many thanks for trying out this feature,

I've taken some time to research this, including a review of the relevant documentation. For more detailed information, you might find this link helpful:
https://help.sap.com/docs/SAPUI5/96880755e4e64fcd96c12694f430fece/b623e0bbbb2b4147b2d0516c463921a0.h...

Regarding the code snippet you've shared, I suggest you also check out this page:
https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c

In the subsection titled 'Grouping Actions as Menu Buttons,' there's an example for an ObjectPage which might be beneficial for you. Given the example you've provided, it would be a good idea to follow that model and give it another try. Please let us know if you need further assistance.