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

about FM DB_CRYPTO_PASSWORD

n_sharavdorj
Explorer
0 Kudos
686

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?

1 REPLY 1
Read only

shuai_liang
Product and Topic Expert
Product and Topic Expert
0 Kudos
374

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