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

authorization for execution of program

Former Member
0 Likes
453

Hi,

I have a requirement in which i have to check authorization of the user for executing an program.

For this, i read documentation on authorization objects. However, there i can c that there are three authorization:

create

display

change

print

Can anyone plz tell me how to check whether an user has authorization to execute the program or not?

Also, the steps to create authorization objects as there is no basis team in ma project.

Thanks in advance!!!

Regards

Angiee

2 REPLIES 2
Read only

Former Member
0 Likes
400

Hi,

The table that contains all authorization objects is TOBJ.

The table that contains all activities is TACT.

check in above table for activities,

or try to execute the transaction/Report/Table and see the Log in SU53 for authoriization status.

prabhu

Read only

ThomasZloch
Active Contributor
0 Likes
400

The standard authorization object for this purpose (based on your quite vague description) is S_PROGRAM. Please use this a search term in SCN or SAP documentation and check if it fits your needs.

Thomas