Guys,
The contact person number in our R/3 46C system is different than the contact person number in CRM, i.e. 4567 (in R/3) is 500009876 (in CRM). How I can determine its corresponding number using ABAP based on the R/3 contact person #? Is this data kept in some tables?
thanks,
Yan.
Hi Yan,
R/3 contact persons get downloaded into CRM as individual business partner master records with a different number range. That's why those numbers doesn't get mapped to each other.
CRM stores the relation between CRM contact person and R/3 contact person in the table CRMM_BUT_CONTNO
Use CRM table BUT000 to get the GUID of the contact person. Use this GUID in the table CRMM_BUT_CONTNO to find the correct R/3 contact person
<b>Do not forget to reward if it helps,</b>
Regards,
Paul Kondaveeti
Add a comment