cancel
Showing results for 
Search instead for 
Did you mean: 

B1 integration framework data too large di dpi service GetBusinessObjectFromXML

0 Kudos

com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: java.lang.RuntimeException: Invoke of: GetBusinessObjectFromXML Source: Description: Data too large for the field -The di call #1 did fail.

Accepted Solutions (1)

Accepted Solutions (1)

This error message is sent by DI API. There is at least one field in the /BOM/BO request document where the max length is exceeded. Check the payload that you send to the DI API and bring the field to the correct length (e.g. by using <xsl:value-of select="substring($field,1,maxlength)"/>

Answers (0)