‎2010 Oct 07 3:55 PM
Hi All,
I need to insert the hexadecimal value 1A( -> ) at the End of the file downloaded. Kindly suggest how to do it.
Thanks
‎2010 Oct 07 4:41 PM
you have EOL in cl*charutilities.
concatenate this particular value at the last..
check CL_ABAP_CHAR_UTILITIES=>CR_LF or NEWLINE..
‎2010 Oct 08 10:17 AM
Thank you for the response. I am working in 4.6C and this class is not available in 4.6C. But , I;ve found the solution for the problem.