cancel
Showing results for 
Search instead for 
Did you mean: 

Send an attachment as part of an XML msg via ABAP Proxy (R3 6.40)

Former Member
0 Kudos

We have an existing proxy that sends to XI (3.0) via a Proxy from SAP R3 470 (Basis SAPKB62062) a message. We now want to include the .pdf object that we currently fax and/or email from R3.

I have read Michal Krawczyk article [https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3509] [original link is broken] [original link is broken] [original link is broken]; regarding this however the objects being referenced do not exist in our version SAP R3 470 (Basis SAPKB62062) we will not be upgrading to ECC 6.0 till the end of the year.

Specifically if_wsprotocol_attachments and references cannot be found.

There are several classess with methods that set attachments and we have one that attaches a .pdf that we create of our PO to an outbound Email.

I am wondering if what we are trying to do is possible with our version of SAP R3? and if so can anyone offer some advise?

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

For 6.20 proxies check this:

http://help.sap.com/saphelp_xi20sr1/helpdata/en/18/dd5f3ce7ca3d3ee10000000a11402f/frameset.htm

Be aware, that you have to change the code after upgrade to 6.40/7.0

Regards

Stefan

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks that worked like a charm.