cancel
Showing results for 
Search instead for 
Did you mean: 

Using sap:external-function in XSLT

Former Member
0 Kudos

In the definition of sap:external-function I don't see any way of specifying the target system. Does this mean that the system is by default the ABAP stack on which XI is running?

<sap:external-function name="prefix:fName" method="instanceMethod" kind="instance">
   <sap:argument      param="PARAM_1"/>
   <sap:argument      param="PARAM_2"/>
      ...
   <sap:result        param="RESULT"      type="xslType"/>
</sap:external-function>
 

Kind Regards,

Tony.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes. You are right.

Nilesh

Answers (0)