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: 

user with space at the end

Former Member
0 Kudos

Hi,

Is it possible to create users with space at the end of the user id. I found some users in USR01 which have space at the end.

I tried to create one with space at the end, but couldn't.

Did anyone came across this before.

Thanks.

Neha.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Neha,

How and where did you see a space at the end of the user name?

It might be a presentation thing or a space added when you downloaded the data...

Cheers,

Julius

4 REPLIES 4

Former Member
0 Kudos

Hi Neha,

How and where did you see a space at the end of the user name?

It might be a presentation thing or a space added when you downloaded the data...

Cheers,

Julius

Former Member
0 Kudos

Hi,

It makes no difference if you create a user with space at the end or not as space character is not appended at the end.

You can create a user with space in between.

Rakesh

0 Kudos

Thank you guys for the reply. The problem is solved now.

It was actually a non breaking space (nbsp) at the end and not an ordinary space at the end of the user id. I think it was created by copying from a spreadsheet which has this non breaking space at the end.

Thanks.

Neha.

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

No, tailing space characters are ignored (in contrast to space characters which are followed by other characters) - in ABAP (whenever a character field is used; using "STRING" typed input fields the situation is different).