cancel
Showing results for 
Search instead for 
Did you mean: 

Email password protected pdf from ECC through PI

former_member228109
Participant
0 Kudos

Hello Experts ,

I have a requirement in which pdf will be generated in ECC. I want to send that pdf as an attachment through mail. That pdf should be password protected. Please have a brief explanation.

I have already seen below link which i m not able to understand.

http://scn.sap.com/docs/DOC-34713

Regards ,

Nikhil Save

Accepted Solutions (0)

Answers (3)

Answers (3)

iaki_vila
Active Contributor
0 Kudos

Hi Nikhil,

Do you need to protect the PDF or the PDF is still protected?.

If i was you, i would try to divide your problem in hints.

1. To send a PDF in ABAP Proxy - ??? (may be file?) scenario. (Step-by-Step guide to develop Outbound ABAP Proxy from SAP with PDF attachment</title><meta...)

2. If you need to protect the PDF, do it via java mapping or adapter module. (The previous links will be helpful)

Regards.

former_member182455
Active Contributor
0 Kudos

Hi,

you can go through the below link also.

http://scn.sap.com/docs/DOC-36031

Regards

Srinivas

Dimitri
Active Contributor
0 Kudos

Hi Nikhil,

The document you're referring to looks straight forward.

Did you already try to set it up? Do you face a specific problem?

Kind regards,

Dimitri

former_member228109
Participant
0 Kudos

Hi Dimitri ,

Thanks for your reply.

But i am stuck that how to begin with ? What is the first thing which i need to do and regarding customize adapter i have no idea like where to write that given code and from where to start . Please explain me in detail.

Regards ,

Nikhil Save

Dimitri
Active Contributor

Hi Nikhil,

The 2 references in this thread are good, but require some knowledge of java.

You need to write a custom adapter module and deploy the code on the server.

Afterwards, you need to refer to that code in your communication channel.

Or you use a java mapping, like Iñaki Vila already proposed.

Either way, not that easy to accomplish. But a challenge is never easy

Kind regards,

Dimitri