‎2010 Feb 19 4:57 AM
Hi Gurus
I am transferring fles to Application Server through Open Dataset.
OPEN DATASET fname FOR APPENDING IN TEXT MODE ENCODING DEFAULT WITH SMART LINEFEED.
I am creating CSV files & they are working fine.
Problem is when I am opening the same file in Text Format (using 'Open with' notepad), all different records are coming in same line seprated by <symbol in shape of Square>.
Please help what's the problem.
Regards.
‎2010 Feb 19 5:28 AM
Hi,
notepad just does not recognize linefeed. Have you tried with WITH WINDOWS LINEFEED. Why did you choose SMART LINEFEED?
Cheers
‎2010 Feb 19 5:33 AM
Hi Martin
not using LINE FEED.
Copied from somewhere just to test
Actually I'm just using
OPEN DATASET fname FOR APPENDING IN TEXT MODE ENCODING DEFAULT.
Regards.
‎2010 Feb 19 5:36 AM
In that case I guess that your SAP system is running on Unix platform. Have you tried with WINDOWS FEED?
Cheers
‎2010 Feb 19 5:38 AM
Correct.
SAP System is running on UNIX.
Not tried WINDOWS FEED...
When using 'with windows /unix feed', its giving Error.
Edited by: ñÃkhÃl on Feb 19, 2010 11:38 AM