Skip to Content
0
Former Member
Oct 31, 2012 at 07:37 AM

Call B1 Object - update issue

46 Views

Hi,

I am doing a B1SD2B1SD step, and in the processing I add a atom1 with call B1 object, and atom2 with XForm.

The thing of outbound is successful,

but the update issue of processing B1 Call failed.

The code in the atom2 like this,

<xsl:variable name="OrderId" select="number($msg/BOM/BO/Documents/row/DocEntry)-1"></xsl:variable>

<xsl:attribute name="system">

<xsl:value-of select="$vpSender"></xsl:value-of>

</xsl:attribute>

<xsl:attribute name="sql">

<xsl:value-of select="$OrderId"></xsl:value-of>

</xsl:attribute>

<BOM xmlns="">

<BO>

<AdmInfo>

<Object>15</Object>

<Version>2</Version>

</AdmInfo>

<QueryParams>

<DocEntry>

<xsl:value-of select="$OrderId"></xsl:value-of>

</DocEntry>

</QueryParams>

<Documents>

<row>

<U_IS_B1iImport>

<xsl:value-of select="substring(/vpf:Msg/@BeginTimeStamp,0,8)"></xsl:value-of>

</U_IS_B1iImport>

</row>

</Documents>

<Document_Lines>

</Document_Lines>

</BO>

</BOM>

I checked the Message, it's said successfully.

Anyone can tell me what's the problem.

Thank you

Best regards

Eric

Attachments

B1if3.xml (22.7 kB)
B1if2.jpg (71.8 kB)
B1if1.jpg (102.0 kB)