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.