‎2007 Sep 10 6:23 AM
HI All.
I have some Doubts.
1.Database Table is Client Dependent or Independent? How?
2.How many user Can create with in same Client?
3.How many Client can create with in same user?
4.How can say Sap script is Client Dependent ?
Reward all helpfull answers.
Regards.
Jay
‎2007 Sep 10 6:36 AM
1) Basing on field MANDT we can say table is dependent/independent of client.
2) Number of user depends on the license with SAP
3) In one client only one user name can, replication is not possible.
4) Basing on field MANDT where SAPscript is maintained(or stored) we can say it is client dependent.
Regards,
SaiRam
‎2007 Sep 10 6:27 AM
1. Field MANDT decides it. If present it is client dependent.
4. SAPScripts generate customizing requests which need to be copy to different clients for using them.Any change in one client will not reflect in another unless it is copied to that client.
Regards,
Amit
Reward all helpful replies.
‎2007 Sep 10 6:36 AM
1) Basing on field MANDT we can say table is dependent/independent of client.
2) Number of user depends on the license with SAP
3) In one client only one user name can, replication is not possible.
4) Basing on field MANDT where SAPscript is maintained(or stored) we can say it is client dependent.
Regards,
SaiRam
‎2007 Sep 10 6:56 AM
Hi,
U got ans for 1 & 2..For remaining....
2. No Limitation for users for a single client.
3. Each user can have access so many clients.
In system(i.e., ECC or CRM) Creation clients are limited to 999.
Vinay.
‎2007 Sep 10 7:02 AM
hi,
1. it depends on field SY-MANDT. if the database table has this field it may be clinet dependent or independent.
2. No Limitation for users for a single client.
3. Each user can have access so many clients.
In system(i.e., ECC or CRM) Creation clients are limited to 999.
4. Sap script is client dependent as in scripts we are using text symbols for displaying data. they might be standard text symbols or program text symbols which are clinet dependent.
if helpful reward some points.
with regards,
Suresh Aluri.
‎2007 Sep 10 7:16 AM
A software component that uses the service is called a client.At the same time these clients may also be servers for other services.
A database table can be client dependent and client independent based on the field.If MANDT is present in the field of the database table, it means that the table is client dependent. If not the database table is client independent.
We can create any number of users for the same client.(provided the licence is given by the client).
And any number of clients can be created within same user.(max-1000).
Please reward if found useful.