Spotted this gem in the ABAP documentation for the translate statement on a SAP WAS 6.40 system today:

After the conversion, the variable text contains “CAREFUL WITH THAT AXE, EUGENE”.
DATA text TYPE string.
text = `Careful with that Axe, Eugene`.
TRANSLATE text TO UPPER CASE.

I guess someone in Walldorf likes Pink Floyd ;-)

  • Share/Save/Bookmark