SAP

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

Push Channel Protocol (PCP) Messaging in ABAP

An ABAP Daemon is a long-running, event-driven ABAP program that runs persistently in the background on the application server. Developers use it to handle asynchronous events and messages continuously without being tied to a user session. For example, an ABAP Daemon can be used to forward MQTT and AMC messages or to process incoming events as demonstrated in tutorials such as Create a Simple ABAP Daemon.

Tutorials that teach this

Prerequisites

Concepts that build on this