cancel
Showing results for 
Search instead for 
Did you mean: 

Requesting Acknowledgments

hai_long3
Explorer
0 Kudos

Hello,

how to configure "request acknowledgment" into PI message header. It seems to be possible for ccBPM send step and for IDOC Adapter and proxy sender. What I need is to rout the acknowledment to a third system not to the sender. Is this possible without ccBPM ?

regards,

Hai

Accepted Solutions (0)

Answers (2)

Answers (2)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

i had a limilar question

take a look to this http://scn.sap.com/thread/3400154

Former Member
0 Kudos

where is the acknowledgement being triggered?

can you not route it to multiple places when it is generated?

or are you having difficulties generating the acknowledgement?

hai_long3
Explorer
0 Kudos

The problem is I don't know how to trigger it without BPE.

How could I request for Ack if I have for example a SOAP Sender Apdater. 

Former Member
0 Kudos

at what point are you supposed to trigger the acknowledgement?  when PI receives it and processes the message?

if so, you can have two message mappings within your operation mapping. one to send to receiving system.  the other back to the sending system.  no BPM is required.

hai_long3
Explorer
0 Kudos

the whole scenario looks like:

  1. A send one way soap request to PI (Asynchronous message)
  2. PI send it to B via SOAP or File (how to request the technische Ack from B ?)
  3. The Ack from B is send back to PI and PI route the Ack to C

I don't know how to make B send Acks back without BPE.

regards,

Hai

Former Member
0 Kudos

Hi

if you can go for SFTP adapter there is an option to send back the delivery report which is a technical acknowledge ..

if you are using normal ftp/soap adapter then you can have to do this via BPM only..

HTH

Rajesh