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: 

LRAW data Conversion during Unicode Conversion

Former Member
0 Kudos

Hi,

We have upgraded our 46C MDMP system to Unicode system.

After conversion we found that some of the tables with field of LRAW type are having conversion issue.

In 46C system, Russian data which enetered in the MS Cyrillic (Code page 1504), is converted to code page 1500 after unicode conversion.

We have not found any entries for this table in vocabulary, reprocess log or in SUMG.

For example table STXL. This table contains Purchase order text for the material.

Report HRUU_CONVERT_IN_UNICODE does not shows LRAW data field for conversion.

Can you suggest how LRAW data can be converted from 1500 to 1504 code page.

Thanks and Regards

Rahul

1 ACCEPTED SOLUTION

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Rahul,

STXL is a language dependent INDX type table. Hence SPUMG will not scan this one with the default settings.

Please have a look at the description of INDX type table handling in the Unicode conversion Guide.

In the Unicode system, you can use UMG_ADJUST_STXL for the conversion.

However please be aware of the restrictions:

Once you have decided about the code page and converted the object, this cannot be reverted !

Therefore it is highly recommended to check the display mode first and in addition test it extensively on a sandbox system !

Best regards,

Nils Buerckel

SAP AG

1 REPLY 1

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Rahul,

STXL is a language dependent INDX type table. Hence SPUMG will not scan this one with the default settings.

Please have a look at the description of INDX type table handling in the Unicode conversion Guide.

In the Unicode system, you can use UMG_ADJUST_STXL for the conversion.

However please be aware of the restrictions:

Once you have decided about the code page and converted the object, this cannot be reverted !

Therefore it is highly recommended to check the display mode first and in addition test it extensively on a sandbox system !

Best regards,

Nils Buerckel

SAP AG