‎2007 Feb 28 12:31 PM
Hi, I weant to change the name of client associated with client number which comes when we login. How do we do that ?
Thanks.
Regards,
Rajesh.
‎2007 Feb 28 12:39 PM
1. GOTO SM30
2. Give the tablename as T000
3. And click on maintain button
‎2007 Feb 28 12:36 PM
‎2007 Feb 28 12:39 PM
1. GOTO SM30
2. Give the tablename as T000
3. And click on maintain button
‎2007 Feb 28 12:43 PM
Even if I use SCC4 or SM30, the name of the client displaying on SAP logon is different from the one I have in T000. How do I change the name that appears on initial login screen.
‎2007 Feb 28 12:46 PM
‎2007 Feb 28 12:52 PM
Hi Rajesh,
What exactly are you trying to do?
The way I read your question, you are talking about the screen where you provide client, user id and password to log on, right?
If this is correct, I don't know what you mean by client name; are you referring to the client number and try to change the default client that is pre-populated?
In this case this has to be done through RZ11 by changing the profile parameters. Check <a href="https://forums.sdn.sap.com/click.jspa?searchID=1387482&messageID=2836136">this</a>.
Otherwise I don't see any client name on the login screen.
Thanks,
Guenther
‎2007 Feb 28 1:01 PM
Yes, I mean the initial login screen where we we can put some comments with client numbers so that user can know what it is about
‎2007 Feb 28 12:40 PM
Hi,
We can do using BDC recording method (or) Using BAPI's (BAPI_USER_LOCPROFILES_READ) you can read and change the profile of user.
In first solution you do require password. I belive it is not secured way.
The second solution will helps you. Read the local profile based on user name and change the profile values based (BAPI_USER_LOCPROFILES_ASSIGN
) on user name. Prerequisite for this solution is need to login in central system
If helps plz reward points.
Regards
Bhupal Reddy