Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Charcter # gets converted to symbol'u00AC'when posted in SAP (is it Unicode??)

Former Member
0 Kudos
266

Hi All,

We have an inetrface which needs to post the legacy system data into SAP.

Legacy system uses the symbol '#' in a document number example 'UK#123456' which needs to exactly get posted in SAP.

However when data is posted in SAP, the above document number looks like 'UK¬123456'.

Is it to do something with Unicode checks.

How do I correct this issue so as to post the exact data string in SAP.

Appreciate your guidance on same.

Thanks and regards

RK

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
224

Hi,

You please check the data file once before the Upload of data into SAP from legacy and correct this type of symbols once again in Text file just before upload and observe.

Generally when I cheange the file from Excel to Txt tab delimited I observed this type of error and when I corrected it it gone.

Regards,

Anji

2 REPLIES 2
Read only

Former Member
0 Kudos
225

Hi,

You please check the data file once before the Upload of data into SAP from legacy and correct this type of symbols once again in Text file just before upload and observe.

Generally when I cheange the file from Excel to Txt tab delimited I observed this type of error and when I corrected it it gone.

Regards,

Anji

Read only

0 Kudos
224

Thanks Anji for the hint.

We have automated interfaces using XI. so data source is in XML which gets posted into IDOC and then into SAP R/3. The data looks fine in XML as well as IDOC. Its only when posted in SAP this sybol conversion occurs.

Any ideas why its happening.

Thanks and regards

RK