cancel
Showing results for 
Search instead for 
Did you mean: 

It's not resolving de binding when concatenate with an I18 text

fjcarrasco
Active Participant
0 Kudos

Hi experts,

with the current Sap Mobile Service (appel store) version MDK 6.2.5, it's not resolving the binding when it's concacatenate with a text from I18 file using expression $(L,'id_text').

Example.

If I have this:

and I get this:

However, if I remove the expression to get the I18 text, the binding it's working fine:

Also, I tested with static text insted the I18 expression and It worked.

This is working with MDK 6.1

Is this an issue or should I do some change in my apps since 6.2 ?

Regards,

Kiko

View Entire Topic
bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

This is a known issue and will be resolved in the 6.2.6 patch as well as in the next MDK release.

fjcarrasco
Active Participant
0 Kudos

bill.froelich many thanks for your so fast answer

Regards,

Kiko

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

I believe this broke starting with MDK 6.2.4 so you could also consider going back to 6.2.3 in the short term until the patch is released.

fjcarrasco
Active Participant
0 Kudos

bill.froelich good to know although currently it's not a problem for me because my apps are working with MDK 6.1.x

I just was testing them with 6.5

Thanks