cancel
Showing results for 
Search instead for 
Did you mean: 

Decrypt the file without reading and place it in another location in sap pi

praveenkva
Explorer
0 Kudos

Hi Experts,

I have a requirement where I need to pick a file and place it in SAP Server without reading the file. But the file is in encrypted format so I need to decrypt the file without reading and place it in SAP server location.

Can we do this kind of requirement without reading but decrypt ?

Please help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Harish
Active Contributor
0 Kudos

Hi,

If you decrypt the file using pgp module then the file will be read by the module and you can decide if you want to log into the monitoring using the configuration. If that is not enough then try to create a script to decrypt the file and call the script from the communication channel post-processing. and SAP will not read the file.

regards,

Harish

praveenkva
Explorer
0 Kudos

Hi Harish,

Thank you in advance.

I would like to decrypt the file from FTP and dont need to read the file. Once the file is decrypted I need to place the file SAP R/3 AL11 location.

My doubt is that if i decrypt the file using PGP module the SAP PI system will try to read the file which I dont want.

If that is not enough then try to create a script to decrypt the file and call the script from the communication channel post-processing. and SAP will not read the file.

PLease help me with any link how to write a script and how to use it in SAP PI.

anishtripathy
Discoverer
0 Kudos
praveenkva
Explorer
0 Kudos

Thankyou in Advance.I have gone through this link but my doubt was SAP I dont need to read the file I just want to pick this file decrypt it ad place it in SAP server.

Can I do that ?