2006 Oct 13 6:43 AM
Hello Everyone,
I am downloading the data into application server by using transfer command.
Interesting thing is coming.
Automatically blank line is getting inserted at the end of the file if i open the file in edit plus or third party software.
I am downloading text file in application server.
Any clue how to get rid of blank line.
Waiting in anticipation.
Regards,
Tarun
Hello Everyone,
I am downloading the data into application server by using transfer command.
Interesting thing is coming.
Automatically blank line is getting inserted at the end of the file if i open the file in edit plus or third party software.
I am downloading text file in application server.
Any clue how to get rid of blank line.
Waiting in anticipation.
Regards,
Tarun
2006 Oct 13 6:49 AM
did you debug to check how your code is transfer from (assuming) internal table.
Ie is there a blank row in your internal table?
2006 Oct 13 6:51 AM
2006 Oct 13 6:52 AM
hi,
i know this phenomenon (e.g. with program ultra edit)
-but this is not an error from sap (command transfer)
and i think it's not important
A.
2006 Oct 13 5:31 PM
Hi,
i don´t know if it is useful in your case but here it goes:
in an OO environment (using classes and methods) whenever i want to download a file to the application server i create the internal table to be downloaded thus:
DATA:
BEGIN OF ITAB,
field1(2) TYPE C,
...............
fieldn(14) TYPE C,
CRLF(2) TYPE C VALUE cl_abap_char_utilities=>cr_lf
,Maybe there is a CRLF somewhere in your code.
Best regards.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |