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

Same Ztable but different views

Former Member
0 Likes
437

Hi Experts,

My requriment is  simple , i need create  ztable with Material, plant , quantity information.

but users  can be create/change in there plants only (not other plant materials).

Suppose  material  'A'  belongs to only plant XYZ, then users of palnt XYZ only can see the 'A'.

i created one z table and  created views  for each plant(in selection field  i have provided plant value) for displaying perpose it is fine, but to maintain i guess it wont help.

Can any one provide some way..

Thanks in Advance.

Regards,

Murthy Sannidhi.

1 ACCEPTED SOLUTION
Read only

former_member212705
Active Participant
0 Likes
412

Hi Murthy,

In Database view if you are using only one table then you can display as well as change the data (But No deletion and Insertion is allowed ) . So do one thing you can create Maintenance view for a single table , this will allow you to perform all the operations. SE11->View->create->Maintenance view.

In the selection condition tab give your condition. With the help of this view enteries can be maintained with SM30. Reply me for any query.

Regards,

A.Trivedi

Hi Experts,

My requriment is  simple , i need create  ztable with Material, plant , quantity information.

but users  can be create/change in there plants only (not other plant materials).

Suppose  material  'A'  belongs to only plant XYZ, then users of palnt XYZ only can see the 'A'.

i created one z table and  created views  for each plant(in selection field  i have provided plant value) for displaying perpose it is fine, but to maintain i guess it wont help.

Can any one provide some way..

Thanks in Advance.

Regards,

Murthy Sannidhi.

1 REPLY 1
Read only

former_member212705
Active Participant
0 Likes
413

Hi Murthy,

In Database view if you are using only one table then you can display as well as change the data (But No deletion and Insertion is allowed ) . So do one thing you can create Maintenance view for a single table , this will allow you to perform all the operations. SE11->View->create->Maintenance view.

In the selection condition tab give your condition. With the help of this view enteries can be maintained with SM30. Reply me for any query.

Regards,

A.Trivedi