Application Development and Automation 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: 
Read only

Changing client title name

Former Member
0 Likes
1,474

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,289

1. GOTO SM30

2. Give the tablename as T000

3. And click on maintain button

7 REPLIES 7
Read only

Former Member
0 Likes
1,289

Hello,

U can do this Tcode : <b>SCC4</b>

Vasanth

Read only

Former Member
0 Likes
1,290

1. GOTO SM30

2. Give the tablename as T000

3. And click on maintain button

Read only

0 Likes
1,289

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.

Read only

0 Likes
1,289

Hello,

Check this thread:

Vasanth

Read only

0 Likes
1,289

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

Read only

0 Likes
1,289

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

Read only

Former Member
0 Likes
1,289

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