Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Uni code pages

Former Member
0 Kudos

For payments I have created a file. In me user parameters I have set the parameter.

DCP = 4103.

When I use the ABAP RSCP_CONVERT_FILE to convert DCP=4103 to 1100 it i get this on the screen:

-


Convert plain text files from one to another code

Files are to be converted from code page 4103 to 1

4103 UTF-16LE Unicode / ISO/IEC 10646

1100 SAP internal, like ISO 8859-1 (00697/00

File location: local PC

File opened for input : c:\pay3655UC2.txt

Could not open file for input: 0###

Could not open file for input: #1#1###

Could not open file for input: #1###

Could not open file for input: #2#0#0#0#0#0#0#3#2#

Could not open file for input: #2###

Could not open file for input: #0#5#0#0#5#6#8#0#0#

Could not open file for input: #3###

Could not open file for input: #1#1#4#0#1#0#1#0###

-


And it did not create a new file incode page 1100

How can I solve this, is there a way to see what page code is in the source file?

1 REPLY 1

Former Member
0 Kudos

There where somenot standard SAP programs with the command 0D0A to get a CRLF in the file.

When unicode is implemented 0D0A is no Longer CRLF but a strange character. After changing the 0D0A command it is possible to download the files normal