Skip to Content
0
Former Member
Aug 22, 2007 at 08:34 AM

Add new field in R3PROD2B1ITEM

30 Views

Hello,

I want to add a new field in R3PROD2B1ITEM.

I want to transfert product hierarchy (MARA-PRODH) from R3 to Supplier Catalogue Number in B1 (OITM-SuppCatNum).

I change R3PROD2B1ITEM.xls file and I add after GEWEI section:

- <xsl:if test="GEWEI!=''">

- <PurchaseWeightUnit>

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

</PurchaseWeightUnit>

</xsl:if>

- <xsl:if test="PRDHA!=''">

- <SupplierCatalogNo>

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

</SupplierCatalogNo>

</xsl:if>

I make a zip with this new file and import it in B1Integration.

I enter in R3 a product hierarchy on item and send this modification to B1i.

I can see in message log my message in sucess status but field supplier Catalog No is empty in B1. In the message log in B1i I can see segment PRDHA with the good value but this data isn't in B1.

Do you have any idea ?

May be I have to change another file ?

Do you know wich one ?

Thank you

Regards

Jerome Baralis