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

Dropdowns For actions within RAP and Fiori Elements

alikhach
Explorer
0 Likes
867

I've created a new Fiori application where I would like to group my actions under dropdown menu.

alikhach_0-1733146567511.png

As it is described sapui5 Action page https://sapui5.hana.ondemand.com/sdk/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c

But I can't even see a new button for actions with the name "My Tab" 

alikhach_1-1733146667949.png

As I understood, I can do it only in case actions are available in manifest.json. My app is Fiori generated, so there are no action in manifest. It is possible somehow to group it under Dropdown? 

 

Accepted Solutions (1)

Accepted Solutions (1)

alikhach
Explorer
0 Likes

So, we have found a solution. Path for actions should be like: 

"DataFieldForAction::then take a full action path from localService->metadata.xml and replace ( with :: 
It will look like: 
 
"DataFieldForAction::com.sap.gateway.srvd.zal_sd_hierarchy_empl.v0001.approve::com.sap.gateway.srvd.zal_sd_hierarchy_empl.v0001.EMPLOYEE_HRType"
 
alikhach_0-1733222385958.png

 

Answers (0)