‎2006 Jun 26 11:14 AM
Hi Experts,
When generating the IDOC normally we can see(read) idoc data in the idoc file.Now, i want to make this file into Encrypted format.How can i do this while generating the IDOC.
Rewared guaranteed,
thanks
kaki
‎2006 Jun 26 11:34 AM
Hi,
Encrypt the data which has to be send, before populating it in the IDOC.
You can check the following FM for encryption:-
FC_SET_ENCRYPT_SETID
FIEB_PASSWORD_ENCRYPT
G_SET_ENCRYPT_SETID
K_ENCRYPT_RESOURCE
OFX_ALS_PASSWORD_ENCRYPT
OS390_ENCRYPT
Sameena
‎2006 Jun 26 12:25 PM
HI Sameena,
Can u explain me little more about ecryption of data before populating it into IDOC.
When i generate payment idoc into usr/sap path, my end user need more security.Nobody can change the data if it is in encrypted format.Could you pls explian me where to use this function modules for payment IDOCs.
SAP---->Encrypted IDOC---->BANK(here they will decrypt the data)
‎2006 Jun 26 12:29 PM
Hi kaki,
Refer the following links:
http://searchsap.techtarget.com/ateQuestionNResponse/0,289625,sid21_gci1027263,00.html?track=sap805
http://www.topxml.com/sap/sap_internet_business_framework.asp
Regards,
ravi
‎2006 Jun 26 11:35 AM
Hi Kaki.
As far as I know you can't. But why would you encrypt the data in the Idoc file? As long as the data is in the SAP-db ..
When sending the Idoc you could use an encrypted protocol (HTTPS or FTPS).
Regards,
John.
‎2006 Jun 26 12:29 PM
‎2006 Jun 27 4:14 AM
Hi experts,
But how to protect IDOCs in a secured way? OR
And how to send them via HTTPS to target?
kaki