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: 

Authorization to commit work

Former Member
0 Kudos

Hello everyone,

I am currently working on the development of a security management system for my application which is linked to a SAP system.

I have already created roles with the necessary authorization objects needed by my application (PFCG) and attributed those roles to my users (SU01).

It seems to be working in lots of scenarios !!!

I have only one problem : my application stops when i do a "commit work" with a "limited authorization" user but not with a "full-authorization" user.

I think so that I forgot to add "a commit authorization" in my role.

What do you think of this problem ?

Where can it come from ?

Do you know an authorization object which allows this ?

Thanks in advance.

Yohan

1 REPLY 1

Former Member
0 Kudos

I have found my response.

The transaction code <b>ST22</b> lists all the exception in the system SAP.

One of them corresponds to my problem and the details of these exception show me the authorization to add.

Thank me