cancel
Showing results for 
Search instead for 
Did you mean: 

No Authorization error in executing a planning sequence

Former Member
0 Kudos

Hi,

We are using BI 7.0 Integrated Planning.

We have implemented Mark Bernaud's file upload solution. We have used a planning sequence that uploads the file and stores it in a cube. Using it, we are able to upload files without any problem when executing with a SAP User Id which has all the authorizations (the user id has SAP_ALL specified in its list of profiles). Now, we have a requirement where we need to execute the file upload using a user id which has limited authorizations. When we are trying to execute the file upload with the userid that has limited authorizations, we are getting the following authorization error.

'You are not authorized to execute sequence PL_SEQ_FL_UPLOAD'

where PL_SEQ_FL_UPLOAD is the name of planning sequence we are using. We have also included the authorization variable in the filters being used as suggested in one of the blogs but this didn't help.

Could anyone please let us know the authorization objects to be added to the user id to enable access to this file upload.

Many Thanks,

Narendra.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi there,

Check in the roles of the user if he/she has access to the following objects:

S_RS_ALVL (aggregation level)

S_RS_PLENQ (BI-IP lock settings)

S_RS_PLSE (planning functions)

S_RS_PLSQ (planning sequences)

S_RS_PLST (planning service type)

S_RS_PPM (planning process management)

Diogo.

Former Member
0 Kudos

Thank you very much Diogo,

The objects you suggested were already there. We have successfully traced the error by switching on the trace using ST01. We found the reason for the error to be that display authorization is not provided for S_RS_PLSQ whereas execute authorization is already present for that.

Once again thanks Diogo.

Many Thanks,

Narendra

Former Member
0 Kudos

Hi Narendra/all

Can you tell how to trace the Authorization issues in ST01? When I tried ..I dont see any log for it..

Answers (0)