Posted: Mon May 07, 2007 4:11 pm Post subject: Mapping node - Ext ESQL fun passing reference
Voyager
Joined: 05 Jan 2004 Posts: 83 Location: CA, USA
I am trying to invoke an external ESQL function from a mapping node. The source message set for the mapping node is created from a SAP Business Object and contains namespaces.
I have a structure e2edka1003 that occurs multiple times. Heres how it is defined in the message set:
Why are u referenring a refernce variable.
What i mean is you dont need to create ref1 to reference myref.
In your main code u need to create a refernce(whereever it points to..)
and then pass that to your ESQL function as a parameter
and then do whatever processing you want..in your External function. _________________ Thimk
Joined: 28 Nov 2005 Posts: 26 Location: Brisbane Australia
In my experience, passing the path in a function is that same as passing a reference. All of the code we write uses functions and procedures, and the majority of them accept a REFERENCE and they are all called passing the fully qualified path rather than creating a reference and passing it.
The only difference between what I've done before and what you're doing is you are using namespaces. Maybe this has something to do with your error?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum