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

Assign Authorizatio object to standard tcode

Former Member
0 Likes
2,675

Hi,

I need to assign custom authorization object to standard transaction.

i created the custom authorization object with fields & activity type.

client suggested to assign it in SU24, but i am not sure how can i assign it there?

are there any transactions avaialble to assign?

Giri

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,539

Hi Giri,

You could (and probably should) specify the check in SU24, but this won't make the check happen. The values in SU24 are used in transaction PFCG when a role is created that includes this transaction.

To make the authorisation check at runtime you'll need to code a user exit or similar to check your new authorisation object.

Regards,

Nick

Hi,

I need to assign custom authorization object to standard transaction.

i created the custom authorization object with fields & activity type.

client suggested to assign it in SU24, but i am not sure how can i assign it there?

are there any transactions avaialble to assign?

Giri

2 REPLIES 2
Read only

Former Member
0 Likes
1,540

Hi Giri,

You could (and probably should) specify the check in SU24, but this won't make the check happen. The values in SU24 are used in transaction PFCG when a role is created that includes this transaction.

To make the authorisation check at runtime you'll need to code a user exit or similar to check your new authorisation object.

Regards,

Nick

Read only

Former Member
0 Likes
1,539

I hope you need to create authorization object at Su21, then create custom Tcode SE93 and then in Su24 select type of application 'Transaction' and enter Tcode and assign authorization objects to the Tcode.