Create a Digital Signature in ABAP ( Sample Code)

Here is explanation of Create a Digital Signature in ABAP (Sample Code). This is a short list of necessary operations:Build a table for metadata using as key a field referring to data element SIGN_GUID_22 and the complete key for your to-be-signed document; in my case:ZZAPT_SIGNATUREFIELD DATA ELEMENTMANDTMANDTSIGN_ID SIGN_GUID_22CORDERID N1CORDIDBuild a structure for operation log: ZZAPT_SIGNATURE_LOGFIELD … Read more