AS ABAP Release 758, ©Copyright 2024 SAP SE. All rights reserved.
ABAP - Keyword Documentation → ABAP - ABAP Release News → News for ABAP Release 7.5x → News for ABAP Release 7.52 →
ABAP Daemons in ABAP Release 7.52
Introduction of ABAP Daemons
An ABAP Daemon is an instance of an
ABAP Daemon class in an
ABAP Daemon session. An ABAP Daemon is created again automatically every time a
runtime error or a message
of type E, A, or X causes a program termination.
Timers for the Non-Blocking Mode
ABAP Timers can be used to define wait times in the non-blocking mode. An ABAP Timer is created by ABAP Timer Manager and handled using ABAP Timer handlers. The associated class and interfaces are CL_ABAP_TIMER_MANAGER, IF_ABAP_TIMER_MANAGER, and IF_ABAP_TIMER_HANDLER.
The new object types replace the previous types CL_APC_TIMER_MANAGER, IF_APC_TIMER_MANAGER, and IF_APC_TIMER_HANDLER.