‎2008 May 14 8:21 AM
Hi Abap Experts,
We develop an Abap program to create a flat file from a fixed length structure using TRANSFER instruction.
It appears reccords are created in flat file with variable length, terminated with LF code (Line Feed). Space caracters in the end of our structure are ignored in file.
Is there any option to force SAP using space caracters like significant caracters during file generation, and keeping LF at end of reccord ?
We work on SAP ECC6.0, SAP_ABA 700 SP12.
Thanks a lot.
Etienne
‎2009 Feb 04 9:50 AM
For your information : we resolve this question using...LENGTH option in TRANSFER instruction.
Best regard
Etienne
‎2009 Aug 20 6:14 AM
I am facing similar kind of issue.Could you please tell me in detail .How to use the length option in transfer.
I need to remove only LF character(#) other then the symbol #(somtimes used in description) from the file.
Thanks in advance.
Manju