SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

ABAP Messaging Channels

An ABAP Daemon is a long-running, event-driven ABAP program that operates persistently in the background on the application server. Developers use it to handle asynchronous events and messages continuously without user interaction, for example to forward MQTT and AMC messages as they arrive. It is created by implementing a dedicated daemon class and can be managed through the ABAP Daemon framework.

Tutorials that teach this

Prerequisites

Concepts that build on this