70 pts.
0
Q:
SAP - Create CSV from Text format
I tried to convert the text format to CSV format by USing internal table and the FM isSAP_CONVERT_TO_CSV_FORMAT. But wn i download to CSV format the file contains fields serepared by ';'.So becuse of this Im unable to Up load this file.
ASKED: Apr 2 2009  4:11 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
70 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Do a find and replace all on the file. Replace all ";" with ",".

No ..we can replace but while uploading from CSV file again we are getting error.

The CSV file now downloading into this manner:
A B C D E
01;10102009;3040490
02 ;10092009;3040494

but it has to be:
A B C
01 10102009 3040490
02 10092009 3040494
Last Answered: Apr 2 2009  6:21 AM GMT by 8223   70 pts.
Latest Contributors: Mshen   23525 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Mshen   23525 pts.  |   Apr 3 2009  6:40AM GMT

I don’t quite understand anymore. Once you download the file, you can replace ; with , . Then upload the file with no problems. What are your steps and where are you having the problem?

 
0