cancel
Showing results for 
Search instead for 
Did you mean: 

using Convertion agent adapter module (mail sender)

Former Member
0 Kudos

All,

In my scenario pdf file is being sent as mail attachment. The pdf file content should be mapped to rfc.

I was able to implement similar scenario in which attached file is xml and not pdf (using adapter modules).

I was able to use the Conversion agent module over file sender (and convert pdf to xml).

Yet, I'm not able to the combination of both.

Can you please provide useful links & advice?

Regards,

Uri

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Your module chain must have the following:

1. Conversion agent module to convert pdf to xml.

2. PayloadSwapBean to access the attachment.

Are you following this? What parameters are you using?

Regards,

Prateek

Former Member
0 Kudos

Prateek,

Thank for your replay.

I'm using the following modules (&params):

MODULE:localejbs/AF_Modules/PayloadSwapBean:

PARAMETER NAME;PARAMETER VALUE

swap.keyName;Content-Disposition

swap.keyName;Content-Description

swap.keyValue;attachment;filename="Z1HR_ADOBE_CREATE_INCIDENCE_AD.pdf"

swap.keyValueZ1HR_ADOBE_CREATE_INCIDENCE_AD

MODULE:localejbs/sap.com/com.sap.nw.cm.xi/CMTransformBean:

PARAMETER NAME;PARAMETER VALUE

TransformationName;Z1HR_ADOBE_CREATE_INCIDENCE_AD

I tried using them in variety of sequences, yet none of them worked.

Regards,

Uri

Answers (0)