cancel
Showing results for 
Search instead for 
Did you mean: 

Logic to be converted to Graphical mapping

former_member306381
Participant
0 Kudos

Hi Guys,

i have question regarding the xslt code ,where i need to build the below logic in graphical mapping.

<xsl:when name="./E1DOCTL/CLS='CU'">

<sap:call-external class = "ZCL_test_XSLT" method="Z_VENDOR_GETDETAILS">

<sap:callvalue param="DR_SUPPLIER" select="string(./E1DOCTL/ID)"/>

<sap:callvariable name="v_cls" param="EX_CLS" type="string"/>

</sap:call-external> <xsl:value-of select="$v_cls"/>

</xsl:when>

Can any expert help me in this.

Regards,

Bhaskar

Accepted Solutions (1)

Accepted Solutions (1)

JaySchwendemann
Active Contributor
0 Kudos

Hi Bhaskar,

[If] (/E1DOCTL/CLS = CU) then [RFC Lookup] Z_VENDOR_GETDETAILS (DR_SUPPLIER = /E1DOCTL/ID) --> Target Node

Cheers

Jens

former_member306381
Participant
0 Kudos

Hi Jens,

Thanks for you response.

I missed something in the code now its updated.

Now i understand that the RFC lookup is being used in the code may i know how to achieve the below highlighted points using Graphical mapping in SAP PI.

Bhaskar

Answers (0)