cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to load vietnamese text in sap bw master data

former_member245036
Participant
0 Likes
685

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

Accepted Solutions (1)

Accepted Solutions (1)

Rushikesh_Yeole
Contributor
0 Likes

HI,

You can add routines to avoid such characters while loading mater data.

former_member614882
Discoverer
0 Likes

Hi RUSHIKESH YEOLE,

I am newbie at SAP BW. I have the same issue when loading Vietnamese master data from ECC to BW. Could you please explain more when you say "add routines ...".

Thanks,

Anh

Answers (3)

Answers (3)

Former Member
0 Likes

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

Former Member
0 Likes

Same Question,...Hope you got correct answer, pl close the forum with ratings !!!

Former Member
0 Likes

---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("-","_")