2011 Sep 16 1:45 PM
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.?
2011 Sep 17 12:27 AM
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
2011 Sep 17 7:09 AM
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.