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

FM CCARD_ENVELOPE SSF Error: Unknown error in external security prod

Former Member
0 Likes
746

Hi all,

Im still new in SAP. I am trying to run function module CCARD_ENVELOPE to encrypt a credit card number in tcode se37. After i input the credit card number and run it,it shows me an error ENVELOPE_FAILED, Error when encrypting payment card data: SSF error: Unknown error in external security prod. Can anyone tell me more about this problem.?

Hi all,

Im still new in SAP. I am trying to run function module CCARD_ENVELOPE to encrypt a credit card number in tcode se37. After i input the credit card number and run it,it shows me an error ENVELOPE_FAILED, Error when encrypting payment card data: SSF error: Unknown error in external security prod. Can anyone tell me more about this problem.?

2 REPLIES 2
Read only

Former Member
0 Likes
654

I think this cannot be executed in SE37.

Go to SE24 and paste this class->method - CMD_EI_API_CHECK, hit enter and go to method GET_ENCRYPT_CREDIT_CARD.

The above class-method should help you for your original requirement.

-Veer

Edited by: veerendranath Maddula on Sep 17, 2011 4:58 AM

Read only

Former Member
0 Likes
654

Hi veer,

Thanks for your response. I tried to test the method GET_ENCRYPT_CREDIT_CARD but still it does not give me the encrypted credit card number, it does not return any value. Is there any solution for this? I need to encrypt a credit card value before inserting to a table.