cancel
Showing results for 
Search instead for 
Did you mean: 

Concatenation UDF

Former Member
0 Kudos

Hi Expert,

I have requirement like, One Source System and Two Target System. In that source system I have input like First Name last Name and age department. In First target side I need a output like Name(FirstName+LastName), Age , Department but in my Secound Target System I need a outPut Only First Name , Age and Department. How Can I write a UDF for this. Anyone can help me out in this?

Thanks

Mary Durai

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

as per my knowledge , that is possiable with Receiver Determination Enhancement.

f.n + l.n -> concat -> if -> then (f.n+l.n)->else -> f.n ->(target) SERVICE.

for.ex:

http://www.saptechnical.com/Tutorials/XI/RecvDetermination/Enhancement.htm

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Not really sure about your requirement, but have you tried using the standard text function called concat?

Regards,

Mark

Former Member
0 Kudos

Yes I tried with "Concat". But I need a UDF Function to do this Concepts.

Thanks

Mary Durai