How to deactivate Customer Vendor Integration synchronization

98 阅读1分钟

Key note we must keep in mind

Write access is only possible via BP and CVI APIs -> Unidirectional replication from BP to customer/vendor
When we debug BP synchronization code, we can know that the trigger point is FM call MDS_BUPA_OUTBOUND. So if we can find a way to suppress the call of this FM, we can then deactivate BP synchronization in S/4 system.

clipboard1

Through debugging we can know the content of internal table in line 26, variable gs_event-bpout_bupx come from C table below:

clipboard2

use tcode SM30, enter this table name:

clipboard3

find customizing activity:

clipboard4

Do not select this checkbox:

clipboard5

test

Test whether synchronization is deactivated. Now I change first name from Jerry2 to Jerry234 and save.

clipboard6

In BUT000 value is changed.

clipboard7

In customer table KNA1, the name is unchanged. Deactivation works.

clipboard8

要获取更多Jerry的原创文章,请关注公众号"汪子熙":