Skip to Content
0
Former Member
Mar 26, 2009 at 11:38 AM

Carriage return and line feed

6898 Views

Hi,

In a requirement, I am writing an application server file, which contains line feed and carriage return characters. I have tried to use '0D' and '0A' type hex. but is not giving properly. Please suggest how to write CR and LF. I have checked abap character utilities, it has CR_LF combined together. I need CR and LF individually.

Thanks.