cancel
Showing results for 
Search instead for 
Did you mean: 

GRC Role Prequisite Setup

Former Member
0 Kudos

Hi Experts ,

I hope you can help me with this .

We would like to setup GRC ARQ , so that the system checks whether an particular user has completed a specific course related to the role/s they are requesting .

I understand that the Role Management portion of GRC allows you to setup  Role Prerequisite. So that whenever any users request a particular role , the systems checks whether or not the users has completed the related course (if you that is the prerequisite) .

However I am not sure how to set this up .

Any help will be greatly appreciated.

Kindest regards,
AJ

Accepted Solutions (1)

Accepted Solutions (1)

madhusap
Active Contributor
0 Kudos

Hi AJ,

Configuration parameter 2024 can be enabled to check if there is a prerequisite for the role.

You have to implement badi GRAC_TRG_VERIF using transaction SE19. You will have to create a class implementing interface IF_GRAC_TRG_VERIF and implement method 'VERIFY'.

In this method you will get details about role and request based on which you can write your logic.

Please check the below blog for more details.

Regards,

Madhu.

Former Member
0 Kudos

Hi Madhu ,

Thanks for the feedback , this is what I was looking for so it helps a great deal .

Do you perhaps an more details instructions on implementing the BADI ?

Regards,
AJ

Answers (0)