cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.3 Idoc_AAE Acknowledgement Issue

subhro_de
Active Participant
0 Kudos

Hi ,

While configuring a idoc to idoc scenario (SAP to SAP) with acknowledgements in PI 7.3 (using Idoc_AAE) - whether the special handling for ALEAUD option is checked or not in sender idoc adapter , the aleaud seems to come in from receiver ECC as a separate XI message rather than acknowledgement.On executing the RBDSTATE report on receiver ECC system it fails in sm58 - nwa logs mentions "No channel found for message" which is because the message tries to look up for a channel for <Receiver ECC System><ALEAUD.ALEAUD01><urn:idoc..>.

Could someone help me with the corresponding configuration for IDX_ALEREQUEST in PI 7.3 AAE configuration.

Thanks and Regards

Subhro Kumar De

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184681
Active Contributor
0 Kudos

Hi,

Since you are using AAE adapter, the IDX_ALEREQUEST transaction has nothing to do in your scenario. Moreover, if you want to have the acknowledgements generated automatically by PI, you should not use RBDSTATE in the receiver system, but rather use PI's capabilities.

See this link for step-by-step procedure on how to enable acknowledgements in your IDoc to IDoc scenario using AAE with PI 7.3:

http://help.sap.com/saphelp_nw73/helpdata/en/bc/0341dd385945d49eb809c084cf3dea/content.htm

Also, see here for more help on sender IDoc adapter if required:

http://help.sap.com/saphelp_nw73/helpdata/en/34/66c81241874285851e2497aa6f0573/content.htm

Hope you'll find this useful,

Greg

subhro_de
Active Participant
0 Kudos

Hi Greg,

I have already gone through this links and the scenario is configured accordingly. We are not using IDX_ALEREQUEST transaction but was checking if there is a configuration in PI 7.3 AAE which does the same thing - that is getting acknowledgement as a separate message. As in my case when we are using RBDSTATE this is always returning the acknowledgemnt as a separate message (whether the option "ALEAUD Special Handling" is seclected in the sender idoc adapter or not).

For getting application acknowledgements back from the target SAP system will this work automatically using PI 7.3 without scheduling the RBDSTATE in target SAP application.

For testing we configured the normal configuration scenario and acknowledgments are working fine - when we are trying to configure it using Idoc_AAE/ICO we are facing this issue.

Regards

subhro_de
Active Participant
0 Kudos

Apart from the usual settings have set Persistence parameter to true in JavaIdocAdapter in NWA. Just to be clear

1) System acknowledgement working ok in PI 7.3 AAE.

2) For application acknowledgement we are facing issue and the status is not reflecting in the sender idoc.

Regards