cancel
Showing results for 
Search instead for 
Did you mean: 

MDG: Hide UIBB based on Role

former_member206388
Contributor
0 Kudos

Hi,

Can I hide UIBB's based on the role?

I want to hide the UIBB tab's(Plants, MRP,etc) from Create material UI?

I want Material data Steward to see only Basic data and Plant data steward to see only Plant specific data.

How can I achieve this?

Thanks

Bala

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I think we can handle same things through BADI.Just try with USMD_UI_EVENT2 BADI.

Implementation class : CL_MDG_BS_MAT_UI_BADI

IF_EX_USMD_UI_EVENT2~MODIFY_DEFINITION

Might be it will help full for solve the issue.

Regards,

Biren

Former Member
0 Kudos

Hi Bala

You have to matain user profile parameter for custom Configuration ID

former_member188878
Active Contributor
0 Kudos

yes you can achive it.

1.you can copy the application and hide the UIBB.

2.Assing the UIBB in your CR steps.

3.Create the roel for UIBB.

regards

shankar

former_member206388
Contributor
0 Kudos

Hi Shankar,

I'm trying to understand your 2nd point.How can I assign UIBB in the CR steps?

If I create a custom application configuration and delete the un relevant tabs, Can I able to show the same by assigning to a specific role

Thanks

Bala

former_member188878
Active Contributor
0 Kudos

Dear Bala,

go to the below path where you can assing the UI.

Process Modeling->Change Requests->Configure Properties of Change Request Step->User Interface per Change Request Step.

regards

shankar