cancel
Showing results for 
Search instead for 
Did you mean: 

ElectronicalTransfer of Attachments/Documents using the EDI Messages

Former Member
0 Kudos

We have a requirement to sent attachments (PDF docs) through EDI messages.

Please let me know the steps to implement the same.

Also share any documentation if you have

Former Member
0 Kudos

I've found a document - already. Can anyone explain in detail how to implement this fucntionality.

ElectronicalTransfer of Attachments/Documents using the Example of
EDI Messages (EDIFACT / VDA4983)

Accepted Solutions (0)

Answers (1)

Answers (1)

helmut_skolaut3
Active Participant
0 Kudos

Hi Nataraja,

how is the PDF generated? If the PDF is generated in ECC, you can send it through an ABAP proxy to PI. I recommend to Base64 code it in ECC. A small Java Mapping is base64 decode it again and place it into the payload.

Hope that is helping you.

Helmut