‎2011 Jan 31 12:51 PM
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
‎2011 Mar 09 3:48 PM
Maybe you do not need the answer any longer but method CRC32 of class CL_ABAP_ZIP should work for your requirement.
Regards,
Mark
‎2011 Mar 09 3:48 PM
Maybe you do not need the answer any longer but method CRC32 of class CL_ABAP_ZIP should work for your requirement.
Regards,
Mark
‎2011 Mar 10 9:54 AM