Hello SAP Experts,
I made an Action that copies an entry, the problem is that i'm using the EN programming interface.
Now when a user logs from English browser they see the Action Button on the Fiori App and it works like it's supposed to,.. however when a user is logged in from a German broswer "or any other language" this Action Button becomes invisible.
Here is the annotation of the action button
@UI.lineItem: [
{ position: 10, importance: #HIGH },
{ type: #FOR_ACTION, dataAction: 'copy', label: 'Copy'}
]
I'm thankful for your help and opinions in advance
Hossam