cancel
Showing results for 
Search instead for 
Did you mean: 

WEB UI Limit Change History for a given Business Role

Former Member
0 Kudos

Hi Gurus

Is there a way to limit the visibility of specific Change History of a Business Partner for a given Business Role. For Example if the Bank Account Details changes, that doesn;t need to be visisble to all users.

Can it be controlled by authorisations, if so which Object.

Many Thanks

Panduranga

Accepted Solutions (1)

Accepted Solutions (1)

former_member186543
Active Contributor
0 Kudos

Hi Kumar,

Though there is no direct way available through authorizations , however enhancements can help you do this completely.

You can replace the standard Genil Class of BuilChangeHistory which is CL_BUPA_IL_CHANGE_HISTORY with your custom class . For that you have to change values of OBJECT_NAME = BuilChangeHistory in view CRMV_OBJ_BUIL.

Then in your Z class , you can redefine the method READ of the class , and you can remove values in the table returned from the FM : CRM_BUPA_IL_READ_CHANGEDOCS , in this method.

/Hasan

Answers (0)