Z Event Processing

A typical flow for processing outbound Z events is:

  • An outbound message is triggered by an event; for example, entry of a sales order.

  • Subsystem processing starts processing the transaction and calls the outbound notification function.

  • The outbound notification function sends a net message, and the kernel picks up the message and calls the outbound notification function for the event type.

  • The messaging adapter reads the message and calls the appropriate API.

  • The adapter uses the record key from the JDENET message.

  • An XML response document is created.

  • The XML document is placed in the outbound queue.