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

How to find ACTVT Activity field / value in program?

RomyA
Explorer
0 Likes
1,869

Hello,

I have to set up an authorization object in a program. The user wants choose which roles can perform which actions, so I'm guessing the ACTVT needs to be added to the authorization object. 
However, I can't find the variable for the ACTVT in the program. Does anyone know what field this is, or how to retrieve it?

Many thanks in advance!

Romy

2 REPLIES 2
Read only

stefanobotticini
Discoverer
0 Likes
1,819

Dear Romy, can you explain me better your requirement?

Do you wanna insert a custom authority check in a custom program? Or do you only need to check which authorization value to assign to ACTVT field in a standard program?

Read only

Azeemquadri
Contributor
0 Likes
1,791
  1. Use transaction SU21 to view the authorization object.
  2. Look for the "Permitted activities" button, which shows the available activities that can be checked for that object

Sample code :


@RomyA wrote:

Hello,

I have to set up an authorization object in a program. The user wants choose which roles can perform which actions, so I'm guessing the ACTVT needs to be added to the authorization object. 
However, I can't find the variable for the ACTVT in the program. Does anyone know what field this is, or how to retrieve it?

Many thanks in advance!

Romy