cancel
Showing results for 
Search instead for 
Did you mean: 

SRM verify user if authorized to release a contract..

Former Member
0 Kudos

Hi Gurus,

I have a requirement that I need to check if the User is allowed or authorize to release a contract. Im creating an implementation on BBP_DOC_CHECK_BADI but I am having problem on how can i get the detail of the user in order to validate if they are allowed or not to release a contract.

I hope you can help me. Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello kyle,

Use AUTHORITY_CHECK function module in your BAdI implementation with importing parameters:

USER = user ID,

OBJECT = authorization object 'BBP_PD_CTR' or 'BBP_CTR_2' (check correct authorization object in your role(s) concerned by contract management in SRM),

FIELD1 = field name 'ACTVT',

VALUE1 = those defined for ACTVT (check also correct values in your role concerned by contract management in SRM).

Regards.

Laurent.

Answers (0)