-
A new commented optional section is available with the Asset_Transform XSLT file to synchronize Assets without leading zeros.
<!-- REQUIRED FOR CONVERTION TO REMOVE LEADING ZEROS- OPTIONAL SECTION- NOT TO BE MODIFIED, THE VALUE SHOULD BE ALWAYS X -->
<!--xsl:call-template name="record">
<xsl:with-param name="FLNAME">
<xsl:value-of select="$FLOCNAME"/>
</xsl:with-param>
<xsl:with-param name="EQUIPMENT-ID">
<xsl:value-of select="$EQUIPMENT-ID"/>
</xsl:with-param>
<xsl:with-param name="FIELD">
<xsl:text>CONV_EQUI</xsl:text>
</xsl:with-param>
<xsl:with-param name="VALUE">
<xsl:text>X</xsl:text>
</xsl:with-param>
</xsl:call-template> -->
-
You need to uncomment the above mentioned section in the XSLT file if you want to use this option.
-
Do not change the section details, and the value sent is always X.
-
You can also sync an Asset without this section, and SAP will receive it. In this case, the sync is performed with the leading zeros.
-
-
When you use the option with the Equipment install or dismantle functionalities, use the option for both functionalities. There is no option to mix between the options of leading zeros. For more information on how to use this option, see the Parameter to switch ON/OFF SAP Equipment conversion section of the SAP AIL Installation and Configuration guide delivered along with the software.