TRANSLATE and code inspector

TRANSLATE and code inspector

By using TRANSLATE key word, you can have in code inspector, or extended check issues/warnings, the error : “Dangerous use of translate in multilingual system”.

To avoid that :


* Set locale for given language (needed for upper-case translation)
  SET LOCALE LANGUAGE sy-langu.

* Translate to upper-case
  TRANSLATE  TO UPPER CASE.

About the author

fjourneau administrator

Hi, I'm Florian Journeau, SAP ABAP R3 Freelance, based in Toulouse, France. You want to know more about me, have a look on my CV : cv.fjourneau.net.

2 Comments so far

Fred NogueiraPosted on6:47 pm - Oct 1, 2019

Salut! / Hi fjourneau,

My name is Fred and I’m ABAP developer from Portugal.

I really love your ABAP code snippet. It’s verry nice!

I would like to know how can I have this CSS/Javascript component.

I am organizing my codes snippets and this presentation look good to me.

Could you share this and help me, please?

Best regards / Merci

Leave a Reply