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

SHA1 algorithm ABAP

Former Member
0 Likes
3,225

Hi,

I work for HCM - GB Payroll Team.

I need to use the SHA1 algorithm implemented in ABAP in 1 of my programs. Is there a function module in the SAP system in the HR landscape that I can use for this purpose?

I will be working on the development following systems:

L9C

L6B

L6D

L7D

L4H

Thanks & Regards,

Aditi Naik

2 REPLIES 2
Read only

Former Member
0 Likes
1,109

Hi,

Check note 578377 or the SAPCRYPTOLIB package.

Should fulfill your requirements,

Hope it helps.

Isidoro!

Read only

Former Member
0 Likes
1,109

Hi Aditi,

please have a look at the function module "CALCULATE_HASH_FOR_CHAR". It supports different Hash-Algorithms. SHA1 is default.

Best regards

Tobias