Application Development 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: 

Executing program SALV_BS_ADMIN_MAINTAIN gives missing auth. object S_ALV_CSUT

Former Member
0 Kudos

Hi All,

I am getting auth.  error for mising object S_ALV_CSUT, with teh below values, when trying to run program SALV_BS_ADMIN_MAINTAIN, in SE38.

No roles exceptt profiles SAP_ALL, is available.

Could you suggest if this is a error which needs to be resolved by providing missing values for this object OR this is not an authorization error at all

5 REPLIES 5

jurjen_heeck
Active Contributor
0 Kudos

Have you tried regenerating SAP_ALL?

Former Member
0 Kudos

Hi Plaban

Below are the details for auth object S_ALV_CSUT

S_ALV_CSUT - ALV Administration Tools

Auth check for accessing ALV administration tools

S_ALV_CSUT authorization object contains three fields:

ALV_CSUTIL: Type of utilities

values:

    PARAMS - Runtime parameters maintanance - transaction SALV_PARAMS

    TRACE - Trace and Log tool - transaction SALV_TRACE

    TEMPL_ADMN - Template Maintanance - eg. transaction SALV_CRL

ALV_CSSCOP: Validity Scope

Values

1 for current user and A for all users.

ACTVT: activity

Values

    03 - Log, Display Trace, Runtime Parameters

    23 -Maintain

As you are executing SALV_BS_ADMIN_MAINTAIN, this is missing, so either you need this auth object in a role for completion of your work.

As from the description of Authorization object, I see it as a missing object

Cheers

Former Member
0 Kudos

Hi Plaban

Sorry did u say you have SAP_ALL profile , for the ID you are executing ??

If it so then   has already mentioned abt regenerating 

Cheers

Former Member
0 Kudos

HI,

did regenerating solve your issue? And adding sap_new?

cheers,

Meta

0 Kudos

meta hoetjes wrote:

And adding sap_new?

That should have been 'Or' 🙂 Regenerating SAP_ALL should bring in all new objects as well.