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

concept issues

Former Member
0 Likes
395

Hello Gurus,

which tables are non client specific ? and if I use " client specified " subclause in select statement, what is that name for that "client" ? is it fixed or configurable in the sap system ?

thanks very much!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
363

All the tables with the mandt field are client specific. This basically maintains the value of the client. The client is the no which comes on the login screen where you put user name and pwd.

<REMOVED BY MODERATOR>

Thanks,

Sheel

Edited by: Alvaro Tejada Galindo on Apr 30, 2008 12:45 PM

2 REPLIES 2
Read only

Former Member
0 Likes
363

HI,

Client is the number which appears on u r login screen into SAP GUI. It is configured by the basis. When using the addition CLIENT SPECIFIED, the first column of the client-dependent database tables can be specified in the WHERE condition to determine the client identifier.

<REMOVED BY MODERATOR>

Thanks,

Imran.

Edited by: Alvaro Tejada Galindo on Apr 30, 2008 12:44 PM

Read only

Former Member
0 Likes
364

All the tables with the mandt field are client specific. This basically maintains the value of the client. The client is the no which comes on the login screen where you put user name and pwd.

<REMOVED BY MODERATOR>

Thanks,

Sheel

Edited by: Alvaro Tejada Galindo on Apr 30, 2008 12:45 PM