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: 

Doubts

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

former_member196280
Active Contributor
0 Kudos

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

5 REPLIES 5

amit_khare
Active Contributor
0 Kudos

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.

former_member196280
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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.

Former Member
0 Kudos

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.