cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound Documents

Former Member
0 Kudos

Buyer <<-->> XI <<--->> Suppliers

When Supplier want to send an Order Confirmation document(Inbound to XI) to the buyer, the supplier are going to KEEP the Order Confirmation Document in THEIR Mail System.

All the INBOUND documents are needs to be Pulled by XI? How to handle the above situation?

Whether XI can Pull some data from a Mailsystem or from a file system?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

For this scenario you can use ABAP proxies to send data from R/3 to the XI.

For more information on programming with ABAP proxies, kindly check the following link:

http://help.sap.com/saphelp_nw04/helpdata/en/c9/74246d8ad2447799063d39013e9a11/frameset.htm

best regards,

Thangesh

Former Member
0 Kudos

Thanks Thangesh.

Buyer(NON R/3) <<-->> XI <<--->> Supplier (Mail System)

I am not talking about NON R/3 to XI.

I want from Supplier to XI. Supplier PUTS the Documents in a Mailsystem and XI has to PULL them into XI box and then send it to the Non R/3 System.

Thank You

Former Member
0 Kudos

Thanks Prakash. Whether its feasible to send PDF attachments using the Sender Mail Adapter Praksh?

Thanks

Shabarish_Nair
Active Contributor
0 Kudos

/people/sap.user72/blog/2005/07/31/xi-read-data-from-pdf-file-in-sender-adapter

to read PDF from a sender adapter !!!

former_member206604
Active Contributor
0 Kudos

Hi,

The payloadswapbean and the message transform bean have been used in the above link I gave, at the same time it can be used for pdf's as well.

Thanks,

Prakash

Answers (1)

Answers (1)

former_member206604
Active Contributor
0 Kudos

Hi,

Yes mails can be pulled by XI using Sender Mail adapter and this need to be configured with polling intervals

http://help.sap.com/saphelp_nw04/helpdata/en/23/c093409c663228e10000000a1550b0/content.htm

Thanks,

Prakash