cancel
Showing results for 
Search instead for 
Did you mean: 

Restful ABAP Programming Action Button doesn't show up in a different language

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

0 Kudos

Hello Jorge!

Thanks for the contribution, this looks like a very fitting solution, however ADT didn't recognize the @ token after label. I made snapshot of it hereby

jerryjanda
Community Manager
Community Manager

Hi, hossam_othmann:

I'm glad to see you got an answer to your question. Thank you for accepting it, as that will help other members looking for solutions to similar issues!
We look forward to your next question for the community!
All the best,

--Jerry

View Entire Topic
Altarkawi
Participant

from SE63 -> Short Texts ->

for Metadata extension -> 00 Meta Objects -> TLOG Lockable Logical Object (Meta) -> Object type DDLX

for CDS View -> A5 User Interface Texts -> DDLS CDS View

This solves the Problem, Thanks a lot!