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 ...

View Entire Topic
Former Member
0 Kudos

Create a routine in your transformation/transfer structure

if field = #

result = ''.

endif.

alessandro