cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT Program Interpretation

Former Member
0 Kudos

Dear Developers,

I am having trouble understanding this XSLT code. Could someone help me to locate ZW_CS/ACCTCLASS and ZW_IC_ADD_ONS/ACCTCLASS. My task is to add another field in the CIC0 screen which is refereing to ZW_CS and ZW_IC_ADD_ONS.

<td><b><xsl:value-of select="sap:otr-text('ZW_CS/ACCTCLASS')"/> </b>

<xsl:variable name="acctclass">ZW_IC_ADD_ONS/ACCTCLASS<xsl:value-of select="attributes/KTOKL"/>

</xsl:variable>

<xsl:value-of select="attributes/KTOKL"/>

</td>

This XSLT program resides in CRM system. There were HTML profile created in R/3 system.

Thanks you and best regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Developers,

I am having trouble understanding this XSLT code. Could someone help me to locate ZW_CS/ACCTCLASS and ZW_IC_ADD_ONS/ACCTCLASS. My task is to add another field in the CIC0 screen which is refereing to ZW_CS and ZW_IC_ADD_ONS.

<td><xsl:value-of select="sap:otr-text('ZW_CS/ACCTCLASS')"/> <xsl:variable name="acctclass">ZW_IC_ADD_ONS/ACCTCLASS<xsl:value-of select="attributes/KTOKL"/> </xsl:variable> <xsl:value-of select="attributes/KTOKL"/> </td>

This XSLT program resides in CRM system. There were HTML profile created in R/3 system. Thanks you and best regards