Application Development 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: 

md5 sums in ABAP

Former Member
0 Kudos

Is there a way to generate md5 sums of strings in ABAP?

1 REPLY 1

ChristianFi
Active Participant

There are a couple of FM

MD5_CALCULATE_HASH_FOR_CHAR

MD5_CALCULATE_HASH_FOR_RAW

MD5_CONVERT_HASH

MD5_GET_HASH_INTERACTIVE

CHristian