Ver Mensaje Individual
  #2  
Viejo 15/01/10, 11:56:19
azua14 azua14 is offline
Senior Member
 
Fecha de Ingreso: jul 2007
Mensajes: 140
Note 570051 - CX_SY_CONVERSION_CODEPAGE exception during TRANSFER

Hola:

Encontre esta nota en SAP, espero que te ayude.

Summary

Symptom

An CX_SY_CONVERSION_CODEPAGE exception is triggered when data is written to a file using TRANSFER even though the file was opened with OPEN DATASET ... IGNORING CONVERSION ERRORS.

Other terms

Conversion error, multibyte code page, multibyte characters

Reason and Prerequisites

When data is written to files, characters may have to be converted because the file exists in a code page other than the code page used internally by the system that is running (system code page).Errors can naturally occur during conversion, for example, the character may not exist in the corresponding target code page or a character is invalid. In the latter, it may be a case that a field contains a truncated multibyte character in a multibyte code page because, for example, the field was not large enough to hold all of the character bytes.
Errors detected during conversion result in the CX_SY_CONVERSION_CODEPAGE exception. You can prevent the exception from being triggered by using the IGNORING CONVERSION ERRORS addition with the OPEN DATASET. Due to a programming error, you cannot prevent the exception from being triggered in the case of truncated multibyte characters.

Solution

A patch is available.
Patch comment: TRANSFER of broken characters
6.20 patch level: 463


Header Data


Release Status:
Released on: 11.11.2002 08:46:58
Master Language: Alemán
Priority:
Category:
Primary Component: BC-ABA-LA

Affected Releases
Responder Con Cita