Skip to content

/AWS1/CL_CNTPHONENUMBERCONFIG

Configuration settings for phone type and phone number.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_channel TYPE /AWS1/CNTCHANNEL /AWS1/CNTCHANNEL

The channel for this phone number configuration. Only VOICE is supported for this data type.

iv_phonetype TYPE /AWS1/CNTPHONETYPE /AWS1/CNTPHONETYPE

The phone type. Valid values: SOFT_PHONE, DESK_PHONE.

Optional arguments:

iv_phonenumber TYPE /AWS1/CNTSENSITIVEPHONENUMBER /AWS1/CNTSENSITIVEPHONENUMBER

The phone number for the user's desk phone.


Queryable Attributes

Channel

The channel for this phone number configuration. Only VOICE is supported for this data type.

Accessible with the following methods

Method Description
GET_CHANNEL() Getter for CHANNEL, with configurable default
ASK_CHANNEL() Getter for CHANNEL w/ exceptions if field has no value
HAS_CHANNEL() Determine if CHANNEL has a value

PhoneType

The phone type. Valid values: SOFT_PHONE, DESK_PHONE.

Accessible with the following methods

Method Description
GET_PHONETYPE() Getter for PHONETYPE, with configurable default
ASK_PHONETYPE() Getter for PHONETYPE w/ exceptions if field has no value
HAS_PHONETYPE() Determine if PHONETYPE has a value

PhoneNumber

The phone number for the user's desk phone.

Accessible with the following methods

Method Description
GET_PHONENUMBER() Getter for PHONENUMBER, with configurable default
ASK_PHONENUMBER() Getter for PHONENUMBER w/ exceptions if field has no value
HAS_PHONENUMBER() Determine if PHONENUMBER has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PHONENUMBERCONFIGS

TYPES TT_PHONENUMBERCONFIGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTPHONENUMBERCONFIG WITH DEFAULT KEY
.