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.50 →
RFC and ABAP Channels in ABAP Release 7.50
Dynamic Destinations in RFC
The methods of the class CL_DYNAMIC_DESTINATION are used to manage dynamic
RFC destinations in ABAP release 7.50 and higher. In particular, the method CREATE_RFC_DESTINATION
makes it possible to create a dynamic destination, which can be used in the current sessions for RFCs.
Point-to-Point Communication for AMC
Alongside the general publish-and-subscribe mechanism, a point-to-point communication option was introduced for the
ABAP messaging channels (AMC). Here, a sender object addresses
precisely one receiver session. The send action can be either synchronous or asynchronous. This is done using the new factory method CREATE_MESSAGE_PRODUCER_BY_ID
of the class CL_AMC_CHANNEL_MANAGER.
The ID of a receiver session is provided by the method GET_CONSUMER_SESSION_ID of the same class.
Enhancements for APC
The framework for ABAP channels was expanded as follows:
See also the ABAP Channels documentation in SAP Help Portal.
Forbidden Accesses for APC
Up to now, any repeated attempts to bind a push channel to a bound messaging channel or any attempts
to remove a nonexistent binding were ignored. From ABAP release 7.50, both situations raise an exception.