Hello experts.
I seem to have a problem with message packets.
I receive several messages of type ALEAUD (not as acks, but as a regular IDOC), and when I send them to my
SAP ECC system they are being sent as a packet.
When an ALEAUD is being processed I want it to raise an event, however, an event is being raised for a packet only.
I asked SAP, and they told me that I can change AUD1 and there I can make it to raise an event for each IDOC
(but they will not support it, so I made a new process code named ZAUD1)
However when I send several IDOCS, there are 2 events that are being raised for the same IDOC, and an IDOC that has no event.
Can anyone please help?
How can I make every IDOC processing raise an event for that IDOC only?