2016 Feb 04 2:19 AM
Hi ABAPers,
I am newbie on ABAP.
I was used FM DB_CRYPTO_PASSWORD for encrypt string.
But this FM returns length is only 40 chars (encrypted string length) .
How can I extend this length of encrypted string?
2016 Feb 04 4:56 AM
Hi,
If you want to encrypt some long string, you may consider other function modules.
For example SSF_KRN_ENVELOPE.
You may reference the report SSF01 for how to use it.
Hope this helps.
Best regards,
Shuai