cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori app extension change label i18n

former_member52420
Participant
0 Kudos

Hi

We have implemented the Fiori app My Leave Request (HCM_LRQ_CRE) and have created an extension to hide some fields which has worked and we have successfully deployed. We now wish to change the Start Time and End Time labels.

In extensibility mode the field Start Time is LRS4_LBL_STARTTIME & LRS.

In the S1.View.xml this label id is

<Label id="LRS4_LBL_STARTTIME" text="{i18n>LR_START_TIME}"></Label>

We have changed the i18n label text but it has not changed the label.

I have searched SDN and SAP but cannot find any resolutions for this issue.

Kind regards

Julie

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member448408
Discoverer
0 Kudos

Probably there is a better way but you can define another variable inside i18n.properties and use it...

example:

i18n.properties

MY_LR_START_TIME=My Start Time

S1.View.xml

<Label id="LRS4_LBL_STARTTIME" text="{i18n>MY_LR_START_TIME}"></Label>