cancel
Showing results for 
Search instead for 
Did you mean: 

Want to Block vendor in SRM but use those vendors in ECC

0 Kudos
259

Hello,

We have requirement that we do not want to use some vendor's in SRM shopping cart process. But these vendors are using in ECC side. So when I central block BP in SRM and if I run BBPUPDVD, it will removed the central block flag. So when even vendor sync background job run it will unblock BP in SRM. Is it any way we can block vendors only in SRM?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Satish

As Laurent mentioned you probably need to add a custom code. I recommend below

Update your code here

1 bbp_vendor_sync Program OR

2. BBP_TRANSDATA_PREP > BADI

3. Update table directly in SRM BUt000 Central block filed

Reference

https://wiki.scn.sap.com/wiki/display/SRM/BBP_VENDOR_SYNC

Let me know if that helps .

Regards

Vinita

laurent_burtaire
Active Contributor
0 Kudos

Hello,

first, if you do not want to use ECC vendors in SRM, you do not have to replicate them.

Nevertheless, if they are already replicated, either use the select-option to restrict vendors to be replicated/updated or try to find a solution (by modification of SAP standard) with number ranges and groupings for Business Partner (PERFORM get_valid_range in INCLUDE BBP_VENDOR_GET_DATA_100).

Regards.

Laurent.