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

Authorizations for View Cluster

Former Member
0 Likes
3,572

Hello all,

I need to maintain authorization for View cluster.

Example : I have a view cluster say 'VC_TEST' , now I should have an authorization where other employees can only display it.

Steps which I have followed:

1. Assigned authorization object to the views of view cluster then created role for the object S_TABU_DIS and assigned all the activites (Create,Change,Display)

2. Assigned user to the role

But still other people can edit or maintain the view cluster.

So could you please guide me.

Thanks and regards,

Anil

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
2,214

Hello Anil,

In the auth. obj. S_TABU_DIS there is a field DICBERCLS, this is the Authorization Group that you maintain the table maintenance generator(TMG) of a particular view.

In addition to the activity you need to maintain the auth. grp. for the obj. S_TABU_DIS while creating the role!

BR,

Suhas

Hello all,

I need to maintain authorization for View cluster.

Example : I have a view cluster say 'VC_TEST' , now I should have an authorization where other employees can only display it.

Steps which I have followed:

1. Assigned authorization object to the views of view cluster then created role for the object S_TABU_DIS and assigned all the activites (Create,Change,Display)

2. Assigned user to the role

But still other people can edit or maintain the view cluster.

So could you please guide me.

Thanks and regards,

Anil

8 REPLIES 8
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
2,215

Hello Anil,

In the auth. obj. S_TABU_DIS there is a field DICBERCLS, this is the Authorization Group that you maintain the table maintenance generator(TMG) of a particular view.

In addition to the activity you need to maintain the auth. grp. for the obj. S_TABU_DIS while creating the role!

BR,

Suhas

Read only

Former Member
0 Likes
2,214

Hi Suhas,

Thank you for the reply.

As I have mention , I have already added the Object S_TABU_DIS in the role.

But still facing the issue.

Thanks and regards,

Anil

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,214

First read [Note 1434284 - FAQ Authorization concept for generic table access|https://service.sap.com/sap/support/notes/1434284] and [Note 1500054 - Additional tools for S_TABU_NAM authorization concept|https://service.sap.com/sap/support/notes/1500054]

Regards,

Raymond

Read only

0 Likes
2,214

Hi ,

Thank you for the note , its helpful but didnt solve my issue.

Thanks and regards,

Anil

Read only

Former Member
0 Likes
2,214

Hi All,

Please help me regarding the above issue as it still unsolved.

Thanks and regards,

Anil

Read only

Former Member
0 Likes
2,214

Hello Anil,

if you want that user A can modify the view and user B don't, you need two roles:

role A (user who modifies): object S_TABU_DIS with activity 01, 02, 03 and DICBER your autorization group.

role B (user who not modifies): object S_TABU_DIS with activity 03 and DICBER your autorization group.

then assign role A to user A and role B to user B.

See you...

Read only

Former Member
0 Likes
2,214

Hi ,

Thanks for the reply.

I tried giving the activities and the authorization group (which is assigned to View ) then assigned users but its not working.

Still I am not able to get the solution for the View Cluster

Thanks and regards,

Anil