cancel
Showing results for 
Search instead for 
Did you mean: 

Integration SAP CRM to C4C: Tax Number

0 Kudos

Dear experts,

I have a business partner on SAP CRM site with the Tax number "BEXXXXXXXXXX" from Tax Number Type BE0. This Number is valid. Now, when I replicate this Business Partner, C4C throws an error saying " the value for BE0 is to long"

I've checked the fine tuning in C4C an the value length of this tax number is set up correctly.

Do you have any idea, what it might be, that causes this error?

Thank you!

BR,

Paul

Accepted Solutions (1)

Accepted Solutions (1)

manideepsatya
Advisor
Advisor

Dear Paul,

The issue here is due to TaxIdentificationNumberTypeCode but not the Tax number sent to C4C. BE0 is a combination of country code and TaxIdentificationNumberTypeCode.

In standard mapping, we will split the TAXTYPE into two parts - country code(first two chars of the string) and TaxIdentificationNumberTypeCode(remaining string). Check the attached screenshots.

In your case CountryCode is produced correctly as BE but TaxIdentificationNumberTypeCode is produced as BE0 instead of 0. Please check your mapping once.

Regards,
Manideep Satya

countrycode.jpg taxidentificationnumbertypecode.jpg

Answers (0)