cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict BBP_MON_SC

henning_abel
Participant
0 Kudos

Hi SRM-gurus,

I found thread :

"Does anyone have any experience with the restrictions on Monitor Shopping Cart?

When using BBP_MON_SC we would like to restrict the access to only those within same purchasing organization.

We have added the purch. org object id to the role, however when searching we still see results from other purchasing orgs."

This is exactly what we'd like to do in your SRM 5.0 system. The solution sounds quite simple with Badi BBP_WF_LIST and filter BUS2121.

But how to filter on the POrg? This is not a simple filter, right? How should the coding look like?

Thanks for your help. Answers will be rewarded with points.

Best regards,

Henning

Accepted Solutions (0)

Answers (1)

Answers (1)

hj_bosma
Explorer
0 Kudos

Dear Henning,

In SRM 5.0 you should also use BADI BBP_MON_SC for restrictions on the monitor.

Fill the following fields in the BADI:

cs_header-proc_org = 'O 50005226'. <-- OBJID of POrg

cs_header-auth_transfer = ' '.

cs_header-auth_get_status = ' '.

cs_header-auth_alerts = ' '.

cs_header-auth_sc_display = 'X'. <-- user can display SC

cs_header-auth_sc_change = ' '.

Regards,

Hendrik-Jan Bosma