cancel
Showing results for 
Search instead for 
Did you mean: 

Member Access check in BADI

Former Member
0 Kudos

EPM 10 NW - SP21

Hi Experts -

Is there an API to check user member write access to a specific dimension member in Custom Logic Badi?

~Dilkins

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Vadim,

Purchase team feed MRP drivers in system for respective plants and run variance calculation BADI. Calculated variances to be saved to different AUDIT , FLOW member to which user will not have direct write access.

As it is user triggered package, DM rejecting save. We want to use an API to check context user is same as plant owner and if so, change the session context to a system user profile before custom logic write to cube.

~Dilkins

former_member186338
Active Contributor
0 Kudos

Something like

Vadim

Former Member
0 Kudos

Vadim,

Thank you for the reference doc. While it is touching the same, I am specifically looking for an API to check user authorization for a given dimension member.

We are good with running the script/package as a different user with similar logic.

~Dilkins

former_member190501
Active Contributor
0 Kudos

Hi,

Did you try

Class : CL_UJE_CHECK_SECURITY

Method : IF_UJE_CHECK_SECURITY~IS_MEMBER_ACCESSIBLE

Thanks,

Raju

Former Member
0 Kudos

Thank you that seems to help us in our requirement.

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Hi Andrew,

Can you explain the business case?

Vadim