cancel
Showing results for 
Search instead for 
Did you mean: 

Web services --> XI---> ABAP Proxy.

S0004343680
Explorer
0 Kudos

Hi friends,

my scenario is to sending an attachment file(like pdf,excel,document) through a web service to my R/3, where i have to process it in my DMS.

how can i receive an attachment in my R/3, in which format i will receive, what are the steps need be taken while processing the attached file.

kalyan

Edited by: DANTULURI KALYAN on Jun 10, 2009 8:16 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can create ABAP proxies in ECC based on your XI msg type. then you can send msg's to ECC using XI adapter or expose it as a service from ECC & send SOAP messages from PI using SOAP Adapter.

As you see from the below link, Only SOAP & XI can handle attachemnts in receiver adapter.

http://help.sap.com/saphelp_nw04/helpdata/en/ae/d03341771b4c0de10000000a1550b0/content.htm

You can refer to the below weblog as starting point for handing your attachements in ECC using ABAP proxies.[but ECC is the sender of attachements in this example]

/people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments

-SM

S0004343680
Explorer
0 Kudos

thax Siva,

my requirement is :

reading the attached file(like pdf,excel etc) in the inbound abap proxy(which is in bite format,that has been sent from the ASP.NET application (SOAP Adapter with attachment)

can any one suggest, what are all the steps required.so that i can Re-process the attachment into my DMS system.

thanks

Former Member
0 Kudos

You need to do ABAP coding in your target system to process the attachments.

Handling attachments using XI Adapter

http://help.sap.com/saphelp_nw04/helpdata/en/a7/3b2a2d45a34a23b75e3b18745c63bc/frameset.htm

-SM