cancel
Showing results for 
Search instead for 
Did you mean: 

Bypassing the invalid character # while loading data into BW

Former Member
0 Kudos

Hi Experts,

While i was loading data into BW i encountered the invalid character # .so i had to go to PSA correct it and then push the data to the info provider. But is there any way to bypass this i.e. in RSKC .But i already have ALL_CAPITAL in RSKC however it is not allowing the character # into BW.

I will definitely reward points if the answer is useful ....

Thanks

Santosh ...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Create a routine in your transformation/transfer structure

if field = #

result = ''.

endif.

alessandro

Answers (2)

Answers (2)

Former Member
0 Kudos

you can also use replace_all option in formula.

Former Member
0 Kudos

use the formula options

'repalce' or translate to replace # with some valid character.

pls assignpoints if helpful.