Register Login

Tool for Converting files from one Code page to Another

Updated May 18, 2018

Converting text files of SAP code pages xxxx to another code page of SAP yyyy.


Comments

  • 31 May 2016 2:46 pm Abhijeet Mudgal Helpful Answer

    The pages when being converted in other format type the Unicode files conversion are requested for UTF-8 encoding. To converse the code page files the user have to use ABAP report  RSCP_CONVERT_FILE which are being include in support packages. In some of the cases when the conversion of code page is changed to UTF-8 the code pages has to be in 4110 settings. 

    The source of the code page is already dependent on the original files. Encoding of files in ISO-8859-1 the source code used is 1100. 

    The files which are to be encoded with the use of Microsoft Latin code page of 1252 the code page source has to be set into 1160. 

    In case the no code pages of SAP is fitted in the encoding of files then it is necessary to create a defined customer code page. The ranging number of the defined code page is between 9000- 9999 with the transaction of SCP. If the argument further exists then use a code page RSCP_CONVERT_FILE and this file is user defined. 

    Working with HP-ROMAN8 file with a line break then the user have o take code page of 2103 with the pattern of code pages. The code pages for this can have following sub segments. 

    9000-9000T-2103T
    9000-9000T-CT0A


×