Hi Loed,
If you BW system is unicode and if you select the right code page (at the infoPackage level for file or at the RFC level for SAP source system), you should be able to load non-english characters into your system with this customizing (ALL_CAPITAL_PLUS_HEX).
Only 6 characters are definitively forbidden and should be explicitly removed (see here).
Regards,
Frederic
There is a field "Unicode syst" (Yes or no) in the System/status screen.
The code page defines the character set of data (unicode is a code page). When loading a file you define the code page that you want to use:
So, your BW system is unicode. Your source system is. Your RFC destination is well defined (unicode). Your customizing is fine
The sceen shot I gave you with the code page is only for file source. Here this is not relevant.
Did you identify the character that cause the error ?
I have no more clue. ALL_CAPITAL or ALL_CAPITAL_PLUS_HEX should definitively work for these characters (there was only the ALL_CAPITAL_PLUS_HEX string in the RSKC, right ? you should have only this string with no other characters nor mispelling ;-) ).
You can have a look to the note 1151294. I didn't see any relevant point for you but maybe you can...
Add comment