We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

Re: [sap-abap] Problem with Open Dataset -codepages dump-

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Reply from michaelkoch on Dec 2 at 4:10 AM
In OPEN DATASET you can use the addition IGNORING CONVERSION ERRORS.
Nonconvertible characters will be replaced by # by default.
You can define a different replacement character with the addition
REPLACEMENT CHARACTER rc.
Alternatively you can try to open the file in LEGACY TEXT MODE, using the
correct CODE PAGE.

---------------Original Message---------------
From: cosa_gaucha
Sent: Thursday, December 01, 2016 3:49 PM
Subject: Problem with Open Dataset -codepages dump-

Hi all, i have one requirement that generates a file in the presentation
server, and when the job run, the report crash after the line of Open
dataset:

the error in dump is:

Texto breve
A character set conversion is not possible.
?Qu? ha sucedido?
During conversion of a text from code page '4110' to code page '4103',
one of the following occurred:
- characters were discovered that cannot be dislpayed in one of the
code pages, or
- the conversion could not be performed for some other reason (see
below for more details)

and the code is:
211 * Opcion Servidor
212 lv_filename = p_file.
213 OPEN DATASET lv_filename FOR INPUT IN TEXT MODE ENCODING DEFAULT.
214 WHILE sy-subrc EQ 0.
>>>> READ DATASET lv_filename INTO ls_line.
216 APPEND ls_line TO pt_lines.
217 ENDWHILE.
218 CLOSE DATASET lv_filename.

can anyone help me??
Thanks a lot!!!

 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
© 2016 Ziff Davis, LLC. and message author.
Ziff Davis, LLC. 28 E 28th Street New York, NY 10016
michaelkoch  

Programmer/Developer - Software
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Have a technical question? Need to find IT solutions? Ask your peers in the Toolbox for IT community.

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language