on ‎2016 Feb 23 5:14 AM
Dear Expert,
I can not load vietnamese description into Dimension beacause in sap bw including character '#' when load vietnamese text.
please tell me how to do this.
thanks
Request clarification before answering.
HI,
You can add routines to avoid such characters while loading mater data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hung,
Do you want to load text in BW to ID in BPC? or Text into BPC ID's Text?
first one you need to use routine and for IDs in BPC you can't use special chars.
second one you need to select what language you want to use when you load IDs, have a look at selection button, 3rd tab.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
---Go for Javascript(In BPC conversion files) syntax is
In External * ; In Internal js:%external%.toString().replace(/\s+/g,"").replace("-","_") OR
In External * ; In Internal js:%external%.replace("-","_")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 11 | |
| 9 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.