cancel
Showing results for 
Search instead for 
Did you mean: 

Sending attachment via UDF to a dynamic URL using SOAP receiver in PI 7.1

Former Member
0 Kudos

Hi Experts,

we have a scenario,where we will get invoice with attachment from Ariba,we need to send payload to ECC as an IDOC via PI 7.1 and we have to make RFC lookup (in PI7.1) to ECC to get URL and we need to send the attachment to that URL using SOAP receiver ,here URL is dynamic and we should do this scenario with out BPM. please suggest your opinion.

Thanks,

Akhila

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Use two different receivers while creating objects in ID and route messages to ECC and external system simultaneously.

So u can configure the interface to send messages from Ariba to ECC which eventually creates Idoc + use another receiver (BS/BC) and create one more mapping where u will do RFC lookup (u can also read the attachments in ur message mapping) and depending upon the response from ECC dynamically set target url in soap receiver....

http://scn.sap.com/community/b2b-integration/blog/2012/09/16/dynamically-providing-url-and-action-va...

Thanks

Amit Srivastava

Former Member
0 Kudos

Hi Amith,

Thanks for your reply.

In this scenario ,we will send an attachment to Filenet,and we need response from them,If the response state is 'Accepted' ,then only Idoc's should get posted to ECC.please let me know how to achieve without BPM.

Thanks in Advance

AKhila.A

Former Member
0 Kudos

Hello,

Which version of PI u r using?

So if u don't want to use BPM then in that case, before sending message to ECC send attachment to Filenet system using UDF/lookup and parse the response (Accepted/Rejected) and if response is successful then only create Idoc XML structure in PI which eventually creates idoc in ECC.

Thanks

Amit Srivastava

Answers (0)