Stock Transfer Request stuck in Integration with error Value too long in property 'Comments'

Stock Transfer Request stuck in Integration with error Value too long in property 'Comments'

Problem Statement: 

Stock Transfer Request stuck in Integration with error Value too long in property 'Comments' of 'StockTransfer'.



Resolution/Work Around:

Kindly check the length of the comment it should not be greater than 256 characters because in SAP comment cannot be greater than 256 character while creating Stock Transfer Request.  One can use the below query to check the comments length: - 


select len (Comments) ,* from InvStockTransferRequest where LEN (comments)>256


Recommendations /Suggestion:

Customers can put the validation on iVend MC--> Stock Transfer-->Comments field by right clicking and define the maximum length as 200 characters .


It is suggested to configure it on Test system before doing on Production system and check if users are allowed to make comments upto 200 characters only or not.