cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:UDF validation

Former Member
0 Kudos

Hi experts,

I wrote UDF for replacing comma with space between two input fields,it is working

Ex:(Iinput)ndia, Greek= india Greek(output)

but for greek letters it is not working.Can anyony give me needful suggestions.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

check this blog [https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9420] [original link is broken] [original link is broken] [original link is broken]; may help you to handle special chacters using java mapping or search in sdn you will find how to handle special characters using udf

Former Member
0 Kudos

Hi ,

you can try this with the standard function replaceString

regards,

Jude

Former Member
0 Kudos

Hi,

Make sure that you have used the correct encoding parameters for greek letters. also check if there is any other symbol used inplace of comma. In UDF it might be looking for symbol "," but it may have different conversion based on Encoding parameters.

thanks

Swarup

Former Member
0 Kudos

Hi swarup,

Thanks for reply,it is IDoc to File scenario but at recevier side i have used encoding but it is at mapping stage how to apply encoding or we need to add any coding in UDF

Former Member
0 Kudos

Hi.

You try use a simple standard function (text) "replaceString".