on 2012 Sep 26 10:57 AM
Hi!
I create the package in B1if from SQL to SAP Document.
In case SQL call value and put value to SAP, It's ok
In case SQL select with no data, Atom continue to transfer data to SAP and B1i monitoring shows the error :
com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.bizprocessor.BizProcException: BPE001 Nested exception: com.sap.b1i.utilities.UtilException: UTE001 Nested exception: com.sap.engine.lib.xml.util.NestedException: Variable '$DocDate' has not been bound to a value
How can I set up SQL to document and only catch value in SQL. If SQL can't see any value It will not show the message?
Thanks
Hong Bich
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gordon!
I Try to make condition for this case but nothing happen. I don't have experience about XML.
Please help me!
<xsl:template name="transform">
<xsl:for-each select="/vpf:Msg/vpf:Body/vpf:Payload[./@Role='C' and ./@id='atom1']/jdbc:ResultSet/jdbc:Row">
<xsl:variable name="DocDate">
<xsl:value-of select="jdbc:DocDate/text()"/>
</xsl:variable>
<xsl:if test="$DocDate=null">
20120101
</xsl:if>
<xsl:variable name="FromWarehouse">
<xsl:value-of select="jdbc:Filler/text()"/>
</xsl:variable>
<xsl:variable name="DocEntry">
<xsl:value-of select="jdbc:DocEntry/text()"/>
</xsl:variable>
</xsl:for-each>
Thanks so much
Hong Bich
Hi Hong Bich,
What Atom had been setup?
Thanks,
Gordon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
101 | |
39 | |
8 | |
4 | |
3 | |
3 | |
3 | |
3 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.