Application Development 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: 

Can I update values of field CHARCO in table TCP0C to 1160?

Former Member
0 Kudos

Hello,

we recently converted our (single codepage) SAP System to Unicode.

When we read files in ABAP, we use OPEN DATASET encoding NON-UNICODE.

With this command, we cannot read € or <TRADEMARK> signs correctly.

To solve the Problem: can we configure the Setting for our locales on our AIX platform and set the value of field CHARCO (and CHARCOMNLS?) from 1100 to 1160?

Appreciate your Feedback, thanks in advance,

Susanne

1 ACCEPTED SOLUTION

nils_buerckel
Product and Topic Expert
Product and Topic Expert

Hi Susanne,

this would be a change of a standard setting. However (similar to settings in transaction SPUMG) I do not see major disadvantages in case you change it ....

But I also have to admit that there are probably only very few customers who have done it, so I guess experience is not wide spread...

Best regards,

Nils Buerckel

2 REPLIES 2

nils_buerckel
Product and Topic Expert
Product and Topic Expert

Hi Susanne,

this would be a change of a standard setting. However (similar to settings in transaction SPUMG) I do not see major disadvantages in case you change it ....

But I also have to admit that there are probably only very few customers who have done it, so I guess experience is not wide spread...

Best regards,

Nils Buerckel

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Susanne,

just to make it clear also for other customers who read this one: In general it is NOT supported and not recommended to change entries in TCP0C. Hence if customers decide to do it, SAP does not guarantee full support anymore.

The change does not affect the area of OPEN DATASET only, but also RFC and other functions. Hence e.g. interfaces could rely on the current behavior and a change could have a negative effect ...

However for the specific change (1100 --> 1160) we do not know of concrete issues .

Recommended solution would be to change the ABAP program to

OPEN DATASET […] IN LEGACY TEXT MODE CODE PAGE '1160‘

Best regards,

Nils