cancel
Showing results for 
Search instead for 
Did you mean: 

Error updating Barcode field with integration scnario

0 Kudos

Hi,

I created scenario for items (OITM) when I try to add Barcode field to the scenario I get error message "entry already exist 2035" I tried to update both OITM and OBCD, the error accured for both:

the code I used is:

<ItemBarCodes>

<xsl:for-each select="ItemBarCodes/row">

<row>

<AbsEntry>

<xsl:value-of select="AbsEntry"></xsl:value-of>

</AbsEntry>

<UoMEntry>

<xsl:value-of select="UoMEntry"></xsl:value-of>

</UoMEntry>

<Barcode>

<xsl:value-of select="Barcode"></xsl:value-of>

</Barcode>

</row>

</xsl:for-each>

</ItemBarCodes>

regards

Nir

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Faison,

the systems are 2 Sap B1 systems, I'm using B1iSN for the scenario,

the scnario sync Items master data table (OITM) and Barcode table (OBCD)

Regards

Nir

Faison
Advisor
Advisor
0 Kudos

Hello Nir,

To understand this issue better, could you provide more details on this issue?

A full, detailed explanation of the message flow in this scenario. e.g. Sender System? -> Sender adapter name/type? -> PI/PO -> Receiver adapter name/type? -> Receiver System?

What does OITM and OBCD means here?

Any screenshot of the error "entry already exist 2035"?

Best Regards,

Faison

anupam_ghosh2
Active Contributor
0 Kudos

Hi Nir,

In which database barcode entry gets updated.

The error message is pretty clear and stating a specific value.

Can you please explain the scenario.

Regards

Anupam