Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Uppercase NAME and SURNAME in Self Registration e-mail

former_member25156
Active Participant
0 Kudos

Dear collegues,

I have configured self registration successfully and it is working fine, used :

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/bf8f2069665991e10000000a422035/frameset.htm

My client requested whether it is possible to Capitalize the NAME and SURNAME in the successful e-mail sent to the user, even if the user typed it in a combination of upper and lower case.

Any input would be much appreciated.

kind regards,

Ronald G. Meyer

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Ronald,

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/44/bf8f2069665991e10000000a422035/frameset.htm">Check this for UME properties</a>

in that configuration, I believe you can restrict the charcters used for the name.

for example:

<b>Unicode characters</b>

Characters whose unicode does not lie between \u0020 and \u007E, must be written in the form \uXXXX

A-Z & a-z lie between \u0020 and \u007E.

A starts as "\u00C1" (verify with unicode.org I am not sure) . You may give this range for name to be displayed. This should restrict the characters to be displayed. Since you have supplied the range which belong to CAPS, the name should be displayed always in CAPS.

Reward points if useful

1 REPLY 1

Former Member
0 Kudos

Ronald,

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/44/bf8f2069665991e10000000a422035/frameset.htm">Check this for UME properties</a>

in that configuration, I believe you can restrict the charcters used for the name.

for example:

<b>Unicode characters</b>

Characters whose unicode does not lie between \u0020 and \u007E, must be written in the form \uXXXX

A-Z & a-z lie between \u0020 and \u007E.

A starts as "\u00C1" (verify with unicode.org I am not sure) . You may give this range for name to be displayed. This should restrict the characters to be displayed. Since you have supplied the range which belong to CAPS, the name should be displayed always in CAPS.

Reward points if useful