Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Insert hexadecimal value at EOF

Former Member
0 Likes
501

Hi All,

I need to insert the hexadecimal value 1A( -> ) at the End of the file downloaded. Kindly suggest how to do it.

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
427

you have EOL in cl*charutilities.

concatenate this particular value at the last..

check CL_ABAP_CHAR_UTILITIES=>CR_LF or NEWLINE..

Read only

0 Likes
427

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.