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

how to create client dependent view

Former Member
0 Likes
1,050

hi all

i want to create client dependent view.when i create view in my devlopment the view-table show all client data's.. how can i create it

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
915

Hi,

i am not sure the below point will help you or not.

You have to remove the MANDT field in your view.

Regards,

Boobalan S

8 REPLIES 8
Read only

Former Member
0 Likes
916

Hi,

i am not sure the below point will help you or not.

You have to remove the MANDT field in your view.

Regards,

Boobalan S

Read only

0 Likes
915

Hi

If there is MANDT field then its a client dependant.Functionality is restricted to a particular client.

Regards

Divya

Read only

Former Member
0 Likes
915

Hi,

If you have a field type MANDT then the table/view is client dependent.

Read only

Former Member
0 Likes
915

hi,

MANDT Field help u..

incude that one..

Regards..

Raj Mummidi...

Read only

0 Likes
915

HI ALL,

THANKS FOR U R ANSWER,

Read only

0 Likes
915

HI ALL,

THANKS FOR U R ANSWER,

i gave mandt field in tabl/join condition tab. but the problem still there...

Read only

Former Member
0 Likes
915

Add MANDT field in your VIEW

rgds

rajesh

Read only

Former Member
0 Likes
915

Hi JJ,

I think, you can not create client dependent view, what you can do is, add MANDT fld in your view and when you use that view in any report give client specified and compare MANDT in where condition...

You will have all the data at database but when you'll select values from that view, you can compare client in where condition..

Regards,

Sagar.

Edited by: Sagar Patel on Aug 5, 2008 11:48 AM