Skip to Content
0
Apr 14, 2014 at 01:54 PM

Routine help

56 Views

Hello,

Have 2 fields as below coming from source,

one with spanish and english mix -> financierofinancial

other with japanese and english mix -> ファイナンシャルfinancial

Now, I need to split these into respective values, say spanish field needs to be filled with financiero and english field with financial

Same applies to japanese.

Now I think, the first case is really not possible, as there is NO split possible based on alphabets.

How about 2nd case? Does SAP provide any FM as such to detect language? or should i use some offset of every character in this string?