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?