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

SPRO, SM30

Former Member
0 Likes
1,149

Hi All,

I am working with a CRM user.

The user's path is : SPRO - IMG - CRM - Transactions - Settings for Opportunities - Define Opportunity group, priority and origin - Define source for opportunities.

When she clicks on the clock at this stage, she gets the msg " you dont have authorization for SM30".When i asked her, she told me she needs to update the table adding some data.

I am a little apprehensive about the change access to SM30. Any alternatives on how we do this ?

Appreciate in Advance.

Hi All,

I am working with a CRM user.

The user's path is : SPRO - IMG - CRM - Transactions - Settings for Opportunities - Define Opportunity group, priority and origin - Define source for opportunities.

When she clicks on the clock at this stage, she gets the msg " you dont have authorization for SM30".When i asked her, she told me she needs to update the table adding some data.

I am a little apprehensive about the change access to SM30. Any alternatives on how we do this ?

Appreciate in Advance.

5 REPLIES 5
Read only

Former Member
0 Likes
805

Hi Reel,

In which environment is she trying to do this, is it in DEV, QA or Prod.

Thanks.

Read only

0 Likes
805

In all 3 of them.

Read only

0 Likes
805

One soultion is to find the table the user is trying to update and create a custom transaction code for it and then assign it to the user so that he can update and view only that table.

Following is the link to create a custom Tcode for a view .

Hope this helps you.

Read only

Former Member
0 Likes
805

Is this configuration transportable? If it is, she should do it in dev and transport to QA and production. Configuration in production should rarely (if ever!) be done in the IMG.

Read only

Former Member
0 Likes
805

The system might be throwing a message with sy-tcode as the missing authorization, even although the check failed elsewhere.

Ask the user to create a shortcut with transaction SU53 entered in it, and drop it into the "no authorization" popup. What is the last failed authority check (before the popup is called)?

It is also recommendable to trace the user, as the SU53 only shows the last failed authority check... which may, or may not, be the reason.

Once you know exactly the reasoning behind this popup (the message number is often very usefull for a search in "OSS"!), then it is easier to comment.

Cheers,

Julius

PS: Of course, answers to make the problem go away come "cheeper" (but not necessarily in the long run) than analysis of the cause of the problem.