cancel
Showing results for 
Search instead for 
Did you mean: 

Context Handling for Outbound Flow in MAG

aditya_20
Explorer
0 Kudos

Hello all,
We are trying to populate data in receiver side depending upon QUALF(E1EDP19) and IDTNR(E1EDP19) field values. But all context values for IDTNR are coming in same target field which is not expected (only IDTNR values when QUALF=001 is expected)
we are maintaining below xslt mapping.

<xsl:variable name="vAmt" select="$nodes_in/QUALF"/>
<xsl:variable name="vAmy" select="$nodes_in/IDTNR"/>
<xsl:choose>
<xsl:when test="$vAmt = '013' or '001'">
<xsl:value-of select="$vAmy"/>
</xsl:when>
</xsl:choose>

 

Attached screenshot for better understanding.

 

Kindly help on this issue.

 

Regards,

Aditya

Accepted Solutions (0)

Answers (0)