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

MD5 checksum - obsolete function modules

Former Member
0 Likes
628

Hello experts,

I have to create a program, which generates the MD5 checksum for some flies. I have found some function modules, but the following is written in the description: OBSOLETE or DO NOT USE:

MD5_CALCULATE_HASH_FOR_CHAR OBSOLETE -

MD5_CALCULATE_HASH_FOR_RAW OBSOLETE -

MD5_CONVERT_HASH OBSOLETE -

MD5_GET_HASH_INTERACTIVE DO NOT USE

Does anybody know how to do the MD5 checksums with released function modules/classes?

Cheers and thanks in advance

Markvist

1 ACCEPTED SOLUTION
Read only

Mark_Teichmann
Contributor
0 Likes
512

Maybe you do not need the answer any longer but method CRC32 of class CL_ABAP_ZIP should work for your requirement.

Regards,

Mark

2 REPLIES 2
Read only

Mark_Teichmann
Contributor
0 Likes
513

Maybe you do not need the answer any longer but method CRC32 of class CL_ABAP_ZIP should work for your requirement.

Regards,

Mark

Read only

0 Likes
512

Thanks!!!!