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

IDOC encryption

Former Member
0 Likes
1,011

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

6 REPLIES 6
Read only

Former Member
0 Likes
830

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

Read only

0 Likes
830

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)

Read only

Former Member
0 Likes
830

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.

Read only

abdul_hakim
Active Contributor
0 Likes
830

hi kaki,

i dont think you could do this...

Cheers,

Abdul Hakim

Read only

0 Likes
830

Hi experts,

But how to protect IDOCs in a secured way? OR

And how to send them via HTTPS to target?

kaki