Hi,
We have a requirement where we generate text files in a specified structure.
While creating the files in SAP, at the end of every record CRLF gets added by default. ‘OPEN DATASET’ has been used for creating the files. These files are sent by our customer to other parties, the expectation is, there should be no CRLF at the end of the record. We need to add a linefeed at the end of every record.
We have tried using attributes NewLine and CRLF of the class cl_abap_char_utilities but their hex equivalent comes out to be ‘0d0a’ and the client expectation is to be ‘0a’. Please let us know if somebody has worked on similar requirement.
Thanks
Jitender