SAP runs Pink Floyd
ABAP, Development, SAP March 15th, 2006Spotted 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

August 7th, 2007 at 8:02 am