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

database view client dependent

Former Member
0 Likes
562

Hey,

how can I make a database view client dependent ? If I put the clients of the different tables I want to join, in the joinconditions, it joins the different tables for the right clients, but it is not restricted to the client I'm currently logged on to. So I still have too much data.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
459

the first field should be MANDT which will hold the client no. Using this u can see the entries to which system they belong.

Always it is good to maintain MANDT for all tables & views

2 REPLIES 2
Read only

Former Member
0 Likes
460

the first field should be MANDT which will hold the client no. Using this u can see the entries to which system they belong.

Always it is good to maintain MANDT for all tables & views

Read only

vidya_gugnani
Product and Topic Expert
Product and Topic Expert
0 Likes
459

SY-MANDT helps you check which is the client.

For this,database tables should have the MANDT field as the first one and this should be mandatory