Failure Integration Event :CustomerGroup not found in iVend

Failure Integration Event :CustomerGroup not found in iVend

Environment :

iVend 6.6  integrated With SAPB1

Problem Statement :

CustomerGroup  add events stucked on Integration Failure Monitor from SAP Business one To iVend with below Message   “System.Data.SqlClient.SqlException (0x80131904): String or binary data would be truncated.
The statement has been terminated”

Symptoms:

NA

Resolution/Work Around:

We checked below point :

In SAP screen we checked that problematic Customer group name  showing customer group setup  screen not showing in iVend screen 

It is the part of OCRG table of SAP database.

Customer group also part of integration mapping table however is not integrated .

Later we analysis data and found   customer group name  string length is more than 20 character and and iVend only allowed desc upto 20 character .

Suggested customer to check length of customer  group name in SAP. iVend only allowed desc upto 20 character.
We can check problematical item group  by execute below query in sap.
SELECT len(GroupName),GroupName FROM OCRG  where len(GroupName)>20

Recommendations /Suggestion:

NA