ā2012 May 03 5:24 PM
Hi Experts,
I am sending the records to outbound file using TRANSFER statement.
Here i have some 33 fields in each record. It is a fixed length file.
If the last field doesn't contain any values i am not able to have spaces in the outbound file instead of field contents.
If the field contains value then there is no problem.
But client is very specific to have spaces at the end of each record if the last fields doesn't contain values.
Please help me
Thanks & Regards
Rajasrikanth
ā2012 May 03 6:21 PM
Was the file opened in text or binary mode?
Try to specify the record length explicitly with the LENGTH addition of the TRANSFER statement.
ā2012 May 04 8:57 AM
file was opened in text mode . i tried with the length option by but i am not getting spaces at the end of each record
ā2012 May 03 7:06 PM
Why not start with ABAP Help (F1) on keyword TRANSFER? There, you would have seen the answer.
ā2012 May 03 9:47 PM