2008 Nov 19 9:03 AM
Hello All........
While uploading the file to application layer, At last of the file an empty line is been added to the file.
Please let me know how to avoide this.
Is there any server settings need to be done at unix level to supress this feature of getting extra empty line.
Thanks in advance..........
2008 Nov 19 9:19 AM
2008 Nov 19 10:33 AM
The loop is correct... no problem.. at the application layer file it self i am seeing a balck line extra...
2008 Nov 19 9:33 AM
Are you populating a carriage return after populating the data of each line ? If yes, then dont do that for the last line.
regards,
Advait
2008 Nov 19 10:33 AM
2008 Nov 19 12:22 PM
before the transfer statement use the below statement.
If wa_data is not initial.
TRANSFER WA_DATA.
endif.
2008 Nov 21 2:05 PM
It is adjust at unit server level.. so if we place a file in application layer, now the empty extra line is not been added to file....