Permitted Characters In BW Data Loading
By default, SAP BW only allows the following as valid characters for characteristics values during data loading:
‘ !”%&”()*+,-./:;<=>?_0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ’
In case you need to add more character as valid for data loading, you have to input the character in transaction RSKC – Maintenance of the permitted extra characters in BW.
If you enter the character string “ALL_CAPITAL“, all characters which are uppercase letters in the codepage are permitted for data loading. This is useful if, for example, you allow Asian character sets such as Chinese or Japanese.
The following characteristic values can never be permitted:
- The value that only consists of the single character ‘#’ is not allowed because the initial input is masked with ‘#’. It is acceptable if # is combined with other characters, for example ‘#001’.
- Values starting with the character ‘!’ are not allowed, because variable entry is deleted at the first position due to this character.
In case the source system does have such values, you may need to do some conversions on the incoming record using the start routine of a transformation.


















