cancel
Showing results for 
Search instead for 
Did you mean: 

PO 7.5 - File > IDoc - Acknowledgments

thinh_tran15
Explorer
0 Kudos
713

Hi,

I have a requirement which involves generating a ALEAUD IDoc in ECC after an inbound IDoc has been processed.

The integration is File > PO 7.5 > IDoc > ECC

I have seen solutions that involve running and creating entries in program IDX_ALEREQUEST in the PI ABAP stack. This is not suitable as the PO 7.5 environment is single stack Java.

What would the alternative be for a PO 7.5 environment?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member608139
Active Participant

Apparently acknowledgments still working for SAP PI/PO single stack, avoid error, but you will need some configurations inside NWA, for example, configure the connection destination to send the message between systems ( IDOC_AAE configurations ) . Follow the blog below

https://blogs.sap.com/2018/01/04/idoc_aae-sender-adapter-in-sap-po/

Other point, you will need activate the IDOC monitoring (http://www.techtalkzone.com/sap-pi/enable-idoc-adapter-monitoring-in-sap-po/ )

thinh_tran15
Explorer
0 Kudos

Thanks for the reply Carlos. I will try that out.