SAP Note 7930 - Character set conversion during batch input

Component : UI services, screen, batch input -

Solution : https://service.sap.com/sap/support/notes/7930 (SAP Service marketplace login required)

Summary :
The SAP Note addresses an issue where special characters and vowels with umlaut are lost during data transfer via batch input from an original system to the R/3 System. The root cause is the ignorance of character set descriptions by batch input. To resolve this, ensure the batch input data matches the character set of the R/3 application server and use the TRANSLATE statement for character set conversion within ABAP/4. Implement the command `TRANSLATE c FROM CODE PAGE g1 TO CODE PAGE g2` to execute the conversion. Consult the ABAP/4 manual for detailed instructions on editing text fields.

Key words :
abap/4 manual 'bc abap/4, character set conversion occurs, code page g2a conversion, sap character set codes, creating batch input data, sap character set, symptom key word, batch inputerror id, additional key words, batch input ignores

Related Notes :

42709Conversion between ASCII and EBCDIC
33793