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: 

Select Query

Former Member
0 Kudos

Select * from MSEG CLIENT SPECIFIED......................

Will this work??

On what all kinds of tables can we use the clause CLIENT SPECIFIED??

Will this work on the custom tables??

1 ACCEPTED SOLUTION

former_member386202
Active Contributor
0 Kudos

Hi,

Yes it will work but only for client dependent table.

Regards,

Prashant

15 REPLIES 15

Former Member
0 Kudos

it will work

You can use for the tables which are client dependent.

Reward Points if this helps,

Satish

Former Member
0 Kudos

Hi,

yes it will ....

On any client dependent table you can use this specification, to get the data different from the logon client !!

for more details on client specified refer this link..

https://www.sdn.sap.com/irj/sdn/profile?userid=3552908

Regards,

Sai Ramesh.

Former Member
0 Kudos

Hi..

It will works for all the tables which having the MANDT field..If ur custom table had MANDT means it will work..

Regards

Bala.

former_member386202
Active Contributor
0 Kudos

Hi,

Yes it will work but only for client dependent table.

Regards,

Prashant

0 Kudos

What are the advantages and disadvantages of the clause <b>CLIENT SPECIFIED</b>?

0 Kudos

The only advantage that I know of is that it will allow you to SELECT data from other clients. It's not something we normally use.

Rob

0 Kudos

Wont it make the SELECT look for the data in the specified client only,instead of all the clients??

0 Kudos

If you specify the client, then it will fetch from the specified client. You have to specify in where clause.

Regards,

Satish

0 Kudos

We specify the client in the where condition.

It will reduce the burden on the data base right???

I mean it will search the data in the specified client only?

0 Kudos

Yes... you are right...

Regards,

Satish

0 Kudos

thanks a lot Satish.This is what I wanted to know.

0 Kudos

No - it won't. If you leave off the CLIENT SPECIFIED, it will only search the current client.

Rob

Former Member
0 Kudos

by default the system selects from the current client only if u have not specified.

if u want to switch off this feature u can use client specified and give the mandt values explicitely

Former Member
0 Kudos

the moment u use CLIENT SPECIFIED,

u have to give value of MANDT field in statements if the table has that field

Former Member
0 Kudos

Hi,

Yes, it will work only for client dependant tables.

If your customized table have MANDT field in the table, then you can use CLIENT SPECIFIED.

Thanks,

Sriram Ponna.