SAP AMC
Get Example source ABAP code based on a different SAP table
ABAP Messaging Channels ( ABAP_AMC )
ABAP Messaging Channels (AMC) are a method of communication between ABAP programs using messages. Using a publish and subscribe mechanism, messages can be exchanged between any AS ABAP programs, which allows communication between different user sessions and ABAP_ASINSTANCES . Messages can be implemented as data objects with specific data types. Messages that can be sent and received are:
ABAP messaging channels are implemented as repository objects that can be accessed in sender and receiver programs using an interface-based and class-based programming interface (API). The classes and interfaces of the API use the naming convention
ITOC
Latest notes: