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

servers

Former Member
0 Likes
502

Hi,

How many clients can a server have?

regards,

kb

4 REPLIES 4
Read only

Former Member
0 Likes
475

These are stored in table T000, Mandt is a 3 character data, so u can have 000 -- 9999, in this 000 is reserved by SAP

hope that helps

Read only

Former Member
0 Likes
475

hi,

http://www.planetsap.com/basis1.htm

Hope this link will be helpful, Do reward points.

Read only

Former Member
0 Likes
475

Client is nothing but data. you may have as many clients as you want on a single machine, depending on your disk space and the amount of data you want to store in a client.

the clients you have created are listed in the table T000, you can the clients in your system using the TCODE "scc4".

As Sreejith said, the client can only have values ranging from 000 to 999. so you can create any number of clients with in that range. other than 000 and 066, because they are the default clients in which 066 is Early watch client used by SAP for providing additional support.

hope this would have answerd your question.

if this have answered your question, please reward me with some points.

regards,

Niran

Read only

Former Member
0 Likes
475

thanks