cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hide Save Button from Global toolbar in MDG

akhil_lal
Explorer
0 Likes
683

Hi Experts,

I'm trying to hide Save button from global toolbar in MDG. I've created an implicit enhancement in CL_USMD_CR_MASTER~IF_FPM_GUIBB_FORM~GET_DATA. 

I'm trying to change the ENABLED (blank) and VISIBILITY (01) of the CR_SAVE of the ct_action_usage. The value seems changing in debugging, but the button is still visible and working.

Can anyone let me know what I'm missing or is there any other way to achieve this. Kindly let me know.

Thanks!

 

Regards,

Akhil

 

Accepted Solutions (1)

Accepted Solutions (1)

VarunSahu
Participant
0 Likes

You can check the method CHECK_ACTION_USAGE_SINGLE of class CL_USMD_CR_MASTER, and then call the method modify_cnr_button with respective parameters. 

We used the above to achieve disabling of submit, approve and reject buttons based on business requirements. 

Answers (0)