SAP ABAP Central
Pages
Home
SAP ABAP Tutorials
Interview Q&A
Job
Certifications
Books
Showing posts with label
ABAP-Calculation
.
Show all posts
Showing posts with label
ABAP-Calculation
.
Show all posts
Wednesday, 19 October 2016
MD5 calculation via ABAP and JavaScript
Calculate MD5 for string “Jerry” via ABAP
Calculate via JavaScript
1. Calculate MD5 for string “Jerry” via ABAP
Source code:
DATA: md5_160 TYPE hash160.
CALL FUNCTION 'CALCULATE_HASH_FOR_CHAR'
EXPORTING
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)