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

checking MANDT field..

Former Member
0 Likes
1,821

hi,

i am designing a custom transaction with Z tables and i have a MANDT field in that. Do i have to use it any time ?? Should my select statements have a condition checking this MANDT all the time ? Any tips ??

thks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,169

Not required, unless you are trying to fetch records from some other client in the same system.

4 REPLIES 4
Read only

Former Member
0 Likes
1,170

Not required, unless you are trying to fetch records from some other client in the same system.

Read only

Former Member
0 Likes
1,169

no, only in cases you are using a join statement.

Read only

Shafiq_Rehman1
Active Contributor
0 Likes
1,169

If your table is client dependent then it has MANDT field, and you should include it in your query's WHERE clause with an AND condition like this

 AND MANDT = SY-MANDT 

Read only

Former Member
0 Likes
1,169

hiiii

that is not required .. i have not seen any select system with where condition with MANDT field ..so i can say only that it is not required..because when you are logon on some client that time you need to enter client ID and as per that only data of that client will be available for you.

regards

twinkal