ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Get Rid of Code Page Errors (CONVT_CODEPAGE)

Print This Post Email This Post Written by admin on Dec 11th, 2009 | Filed under: ABAP

You usually get these dumps in ST22 with the runtime error as CONVT_CODEPAGE and it says that the character set conversion is not possible. So, how to we get rid of these errors?

These errors are caused when you try to download the file with some special characters in the unicode system. When SAP system is not able to convert the special characters, it ends up with this system dump.

Just add the clause IGNORE CONVERSION ERRORS when you try to open the dataset and all these special characters which cannot be converted into a specific code page will be skipped. You can also add the clause REPLACEMENT CHARACTER space, with this addition, all the special non convertible characters will simply be replaced with space.

Share

If you like this post, you may as well like these too:

  1. END-OF-PAGE : ABAP Keyword a day END-OF-PAGE Basic form END-OF-PAGE. Effect List processing event. The END-OF-PAGE event is executed whenever processing reaches that area when formatting a list page or if the RESERVE statement detects that...
  2. How to get rid of ‘#’ in forms When ever you try to print forms in SAP for any other language other than English, you usually end up with some of the characters printed as ‘#’ instead of...
  3. Transaction Code to Access Other Transaction Code with Values Many times in SAP, you may come across situations where in the users wants to have a separate transaction codes for some of the tables which can be easily maintained...



One Response to “Get Rid of Code Page Errors (CONVT_CODEPAGE)”

  1. Hi, – stumbled upon this website by accident whilst roaming around the net this evening, and glad that I did! I like the page structure and tones, but I should mention that I’m having difficulties when it loads. I’m making use of Shiira 2 web browser for mac, and the top panel won’t align nicely. i am convinced employed the exact same layout on a customer’s web site, but the menu seems Ok on mine. I imagine the mistake is with my outdated browser and I’m assuming it is time to swap!

Leave a Reply