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

Client

Former Member
0 Likes
820

1.What is a client?

2.How to acess client dependent data?

6 REPLIES 6
Read only

Former Member
0 Likes
789

Hi

Client Independent(cross client) objects can be accessed from any client without transporting.

For example, Reports and smartforms are client independent that means if you create a report or smartform in one client

, this report and smartform can be viewed in another client without transporting.

Where as client dependent objects can be viewed or accessed only in the client in which you create them.

Hope this clarifies your doubt.

Please reward helpful answers.

Thanks.

Reshma

Read only

0 Likes
789

hi reshma,

For example let us consider that i have two tables n both r client dependent n i need the info from both the tables how can i access them from another client.

Read only

0 Likes
789

hi,

we cannot access that data from another client.

It is only possible if the field 'MANDT" is present in the table; which means it is client independent.

Regards

Reshma

Read only

former_member196299
Active Contributor
0 Likes
789

hi ,

In SAP, there is a client concept ,

A client a logical division having its own data structure. Usually clients '000' and '006' are installed by default and client '100' is used for customizing.

go thorugh the link for better understanding :

To aceess client dependent data from tables , you need to use CLIENT SPECIFIED addition of select statement and provide the client number in the where clause .

Reward if helpful !

Regards,

Ranjita

Read only

dustyplanet
Active Participant
0 Likes
789

Within an SAP System, a client is a logical separation between data and users that need not be visible to each other, for instance, you may have two clients 100 and 200 on a system, each with it's own config, users and data, but the database tables and applications used by them are the same, since they are on the same system... Users on one client can only see the data that belongs to that client...

At the Data Dictionary level, client-dependent data is implemented by a CLIENT field(aka MANDT, MANDANT) based on the data type CLNT that must be the first key field in a table. All data placed into that table from a user logged on to a particular client will automatically adopt the value for the client field from the value of the system field sy-mandt at the time the data is inserted.

To know how to access data from other clients, refer to the below post:

Hope this helps

Regards,

Dushyant Shetty

Read only

Former Member
0 Likes
789

you can go through tcode

like <b>SCC3</b> and <b>SCC4</b>

in SCC4 you can create client and in SCC3 contains log of the client copied

there is a <b>default client</b> called 066

with User id as <b>SAP*</b> and Password as <b>PASS</b>

hope you find this information intresting

and don't forget to reward points.

cheers,