cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove "Business partner change monitor" and "Contract Distribution" as shown below in SRM

vimal
Active Participant
0 Kudos

We have a requirement where we need to hide following two options :

Config details :

Thanks,

Vimal

Accepted Solutions (1)

Accepted Solutions (1)

former_member228602
Contributor
0 Kudos

This entire scenario is controlled in runtime.In the below

Class - /SAPSRM/CL_CH_WD_MON_CONTAINER

Method - /SAPSRM/IF_CLL_MON_CONTAINER~INIT_MAPPERS

The line

" Create the monitor mapper for business partner changes

       CREATE OBJECT mo_mms_bp TYPE /sapsrm/cl_ch_wd_mms_bp.

   " add mapper to the mapper_table.

       me->/sapsrm/if_cll_mon_container~add_monitor_mapper( io_monitor_mapper mo_mms_bp ).


Is responsible for bringing this on UI. You could write a overwrite exit and remove it and will be invisible from UI.


Hope this helps.

ivy_li
Active Contributor
0 Kudos

Hi,

I tested this, and it worked if I skip the coding in debugger.

Thanks for sharing this.

BR,

Ivy

Answers (0)