Skip to content

Latest commit

 

History

History
226 lines (145 loc) · 2.64 KB

communication-management-f522dec.md

File metadata and controls

226 lines (145 loc) · 2.64 KB

Communication Management

Get an overview of the ABAP classes and methods you can use to access communication scenarios, communication systems, communication arrangements and communication users.

The following classes and methods allow you to read communication scenarios, communication systems, communication arrangements and communication users.

These classes and methods can only be used if the authorizations are defined via standard COM catalogs.

Communication Scenarios

Class/Method

Description

CL_COM_SCENARIO_FACTORY

Factory class for IF_COM_SCENARIO_FACTORY

IF_COM_SCENARIO_FACTORY

Allows you to query and retrieve communication scenarios

IF_COM_SCENARIO

Allows you to read attributes of communication scenarios

Communication Users

Class/Method

Description

CL_COM_USER_FACTORY

Factory class for IF_COM_USER_FACTORY

IF_COM_USER_FACTORY

Allows you to query and retrieve communication users

IF_COM_USER

Allows you to read attributes of communication users

Communication Systems

Class/Method

Description

CL_COM_SYSTEM_FACTORY

Factory class for IF_COM_SYSTEM_FACTORY

IF_COM_SYSTEM_FACTORY

Allows you to query and retrieve communication systems

IF_COM_SYSTEM

Allows you to read attributes of communication systems

Communication Arrangements

Class/Method

Description

CL_COM_ARRANGEMENT_FACTORY

Factory class for IF_COM_ARRANGEMENT_FACTORY

IF_COM_ARRANGEMENT_FACTORY

Allows you to query and retrieve communication arrangements

IF_COM_ ARRANGEMENT

Allows you to read attributes of communication arrangements