All employees were create directly from HCM, but the range number of the LIFNR in the BP lost the consecutive so now I have some BP's with different LIFNR (vendor) number.
I.E.
Table BUT000 with PARTNER = 1400000127 and PARTNER_GUID = 000C29ACCCEB1ED896AC3717A9FA710C
That means that If I look table CVI_VEND_LINK with PARTNER_GUID = 000C29ACCCEB1ED896AC3717A9FA710C I shoud get the same value of BUT000-PARTNER and CVI_VEND_LINK-VENDOR but the value in table CVI_VEND_LINK-VENDOR in this example is 1400000115
How can I correct this values, because I need both fields BUT000-PARTNER and CVI_VEND_LINK-VENDOR has the same value in this case 1400000127
Regards