on 2006 Sep 19 1:00 PM
Hi all,
I need to add 3 nodes in an user-defined function in message mapping using java code.The nodes r like EmpFirstName,EmpMiddleName,EmpLastName.I am writing one user-defined function like "ADD".How can i call these field names into "ADD" Function.
Thanks,
Gopi.
give three arguements a, b and c and write the function. The pass the nodes you require to the a,b and c in the mapping and map the UDF to the target.
Ref:
Activities - http://help.sap.com/saphelp_nw04/helpdata/en/22/e127f28b572243b4324879c6bf05a0/content.htm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If you want to add the nodes to the input , then just add import parameters to the UDF.
If you want to create the multiple diff target nodes along with the values , then this would not be possible using an UDF.
it is possible to pass multiple values out of your UDF by writing an Advanced UDF , but, it would not be poissible to create multiple target nodes using an UDF.
Regards,
Bhavesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
if you use message mapping you
just need to specify that your user define function
will have 3 inbound parameters
save it and then you can drag and drop
those three nodes to your user defined function
Regards,
michal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.