‎2008 Jun 22 11:42 AM
‎2008 Jun 22 11:46 AM
BINARY MODE: The READ or TRANSFER will be character wise. Each time u2018nu2019u2019 characters are READ or transferred.
The next READ or TRANSFER will start from the next character position and not on the next line.
IN TEXT MODE: The READ or TRANSFER will start at the beginning of a new line each time.
If for READ, the destination is shorter than the source, it gets truncated.
If destination is longer, then it is padded with spaces.
source: help.sap.com
‎2008 Jun 22 11:51 AM
hi,
binary mode : it reads the file contents in character mode(character by character).
text mode: it reads the file contents in line mode(line by line) .
thanks,
raji
‎2008 Jun 22 4:16 PM
Hi.
Please have a look into the [rules of engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] of all SDN forums. Threads not following the rules will be locked or deleted. See Michael Schwandt's [blog about strict moderation|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/10047] [original link is broken] [original link is broken] [original link is broken]; for details.
Best regards,
Jan Stallkamp