cancel
Showing results for 
Search instead for 
Did you mean: 

BW Authorization and Process Chain

Former Member
0 Kudos

Hi all,

I built a program that makes some checks and in some cases launch a process chain. If I want to let possible the utilization of this program by a normal user, anyone knows which kind of authorization does him have? When a normal user launch program, an authorization message is returned.

Thanks for the support,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

IF you grant the user Se38, it should work.

Also, you can schedule the program to run along with other jobs.

Then, what is the need to run the program outside the chain.

Ravi Thotahdri

Former Member
0 Kudos

If it is a ABAP program, then you need to have the code SE 38 for the user.

Ravi Thothadri

Former Member
0 Kudos

Hi ravi,

thanks for the reply.

In the past I noticed that, if a program contains a Process Chain call function, a normal user that is authorized for SE38 is not able to execute this program entirely (or, told better, when program reach process chain call, system returns authorization error).

Have you ever had this necessity? I know, it's a strange need

Regards,

Former Member
0 Kudos

Hi,

Check the role to make sure that in addition to SE38 the requisite activities have been assigned to the user role to execute the program.

Cheers,

Kedar