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

table cross - cleint

Former Member
0 Likes
680

What is the meaning of table cross - client?

Regards,

pandu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
662

Hi,

In any table the first field of the table must be ‘MANDT’. With out ‘MANDT’ if we create any table it will show the message as cross – client. If we create any table with out ‘MANDT’ field we will call that table as client independent table.

Reward points if it is useful....

Thanks & Regards,

Vasudeva Rao.

What is the meaning of table cross - client?

Regards,

pandu

4 REPLIES 4
Read only

Former Member
0 Likes
662

hi,

it is asking to specify the client no.

if u won't specify it will take th application server client you have logged on.

Read only

Former Member
0 Likes
662

Hi,

Table cross client means the table is a client independent table. It wont have a field mandt as the first field.

Read only

Former Member
0 Likes
663

Hi,

In any table the first field of the table must be ‘MANDT’. With out ‘MANDT’ if we create any table it will show the message as cross – client. If we create any table with out ‘MANDT’ field we will call that table as client independent table.

Reward points if it is useful....

Thanks & Regards,

Vasudeva Rao.

Read only

Former Member
0 Likes
662

Hi

Cross client tables are without 'MANDT' field -- which stores the client number.

So if a table is cross client means data will be same across all the clients in that server .

Regards

Arun