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: 

SHA1 algorithm ABAP

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

Check note 578377 or the SAPCRYPTOLIB package.

Should fulfill your requirements,

Hope it helps.

Isidoro!

Former Member
0 Kudos

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