2009 Oct 20 4:14 PM
Hi guys,
I'm facing the following requirement. I need to uppercase and modify special characters from a specific string / char.
Example:
André Calçada João
Replace by:
ANDRE CALCADA JOAO
Is there a function module to modify this special characters by the "normal" letter. (Uppercase it's easy just need the Translate to uppercase command)
Thanks in advance.
Cheers,
Andre Sousa
2009 Oct 20 5:01 PM
Hi,
Check if SCP_REPLACE_STRANGE_CHARS helps in replacing the special characters into normal characters
Vikranth
2009 Oct 20 5:01 PM
Hi,
Check if SCP_REPLACE_STRANGE_CHARS helps in replacing the special characters into normal characters
Vikranth
2009 Oct 20 5:19 PM