cancel
Showing results for 
Search instead for 
Did you mean: 

Function module to retrieve sold to from business partner number (CVI_CUST_LINK table)

Former Member
0 Kudos

Hi,

We have customer synchronisation where all changes done to a business partner are automatically replicated to a sold to.

Does anyone know a partner function to read the sold to number based on the business partner number (access to CVI_CUST_LINK table)?

Thanks in advance!!


Félix

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_theis
Active Contributor
0 Kudos

Hi Félix,

class CVI_KA_BP_CUSTOMER can do this. Note that you always need the BP GUID if you access CVI. The mapping from BP ID to BP GUID can be done with function module BUPA_NUMBERS_GET.

Best regards

Michael