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

Authorization to SSM_CUST

Former Member
0 Likes
1,826

Hi All

Is it possible to gain/restrict access to one table?

How to get the authorization to SSM_CUST table? What value I should have under Profiles in User Maint. SU01?

Thanks

Yash

Hi All

Is it possible to gain/restrict access to one table?

How to get the authorization to SSM_CUST table? What value I should have under Profiles in User Maint. SU01?

Thanks

Yash

5 REPLIES 5
Read only

Former Member
0 Likes
1,311

Hi,

Open this table in SE11. Give where used list, Click only authorization objects and run in back groud schedule.

Go to SM36, view your job.

This is the message give for this,,,

Database table SSM_CUST is not used in Authorization Objects

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 14, 2008 1:56 PM

Read only

Former Member
0 Likes
1,311
Read only

Former Member
0 Likes
1,311

Hi Yash,

The authorization object assigned to the SSM_CUST maintenance view is S_TABU_DIS.

The authorization group is SCUS.

Hence what you need to do is create a role from PFCG transaction for authorization object above and activity '*' and value as SCUS.

Then in User tab in PFCG for the role, assign the user ID of the person you want to provide access to.

Cheers,

Aditya

Read only

Former Member
0 Likes
1,311

Thank you Mrutyunjaya, Rajkumar and Aditya for your responses. After a week and half research I have concluded that the right answer is: "Maintenance authorization for objects in all clients" in Client Details.

Go to TCODE SM30

Select table T000

Click Maintain

Select the Client you are working in, e.g 000 (if you are working at home computer)

Click on Details icon

Under the section "Cross-Client Object Changes" select

"Changes to Repository and cross-client customizing allowed".

Click “SAVE”

The same steps can be used in case you are unable to edit(change icon missing) public calendar in your system.

Cheers!

Yash

Edited by: Yash G on Mar 6, 2008 4:09 AM

Read only

Former Member
0 Likes
1,311

Done!