Hello Experts,
I am trying to integrate the master data from BW to BPC. In the data I have unauthorised characters like *.
In conversion file I have inserted the following JS script
EXTERNAL | INTERNAL |
* | js:%external%.toString().replace(/*/g,'_').split('/').join('_') |
Still it is populating an error as
*IXXX IT MFG KLU MES,ZZORG,, is invalid in the transaction data
Regards,