May 3, 2010 @ 8:37 am
Middleware: Partner exchange tables
In CRM, in the middleware partner-exchange context, there are very userful tables where we can check the data exchanged.
The table CRMM_BUT_CONTNO retains the contact persons information. The ORG_GUID represents the partner guid, the PERSON_GUID represents the contact person guid, and the CONTACT_NO represents the number in R3 (the relation between a partner guid and a partner number is in table BUT000). In R3, the corresponding table is CRMPARNR.
The table CRMM_BUT_CUSTNO retains the contact persons information. The PARTNER_GUID represents the partner guid, and the CUSTOMER_NO represents the number in R3. There, the corresponding table is CRMKUNNR.
See if this may be helpful to you