cancel
Showing results for 
Search instead for 
Did you mean: 

PI7.31(Java Only) - How to enable application acknowledgments

Former Member
0 Kudos

Dear Experts,

I am currently working on a migration project (PI7.11 to PI7.31) and I have a below asynchronous scenario:

CRM(Proxy) -> PI -> MDM

This scenario had application acknowledgments enabled in the previous PI version. I am not getting a clear picture as to how I need to enable thin in AEX.

Here application acknowledgment contains information if the data was successfully imported into MDM.

Request you all to please suggest some pointers as to how we can achieve this using AEX.

Warm Regards,

Anshul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please mention what is the receiver adapter?

Former Member
0 Kudos

The receiver here is an MDM adapter. I can see MDM sending back the application acknowledgment that the import is successful to PI.

PI is not able to send this to CRM. I am also not seeing any error logs for this in my system.

Muniyappan
Active Contributor
0 Kudos

Hi,

How did you enable ack for previous version?

did you configure using ccBPM like below one?

http://scn.sap.com/people/orit.prince/blog/2009/02/03/how-to-schedule-mdm-inbound-processes-with-pi-...

Regards,

Muniyappan.

Former Member
0 Kudos

Hi,

This was done without ccBPM.

The proxy was coded to request for both sys and app acknowledgments. Then we created a receiver agreement with MDM as a sender and CRM as a receiver. In here "Acknowledgment" was used as a service interface with namespace as http://sap.com/xi/XI/System.

A receiver channel was also created having an RFC destination which was pointing to CRM.

Warm Regards,

Anshul