Skip to content

/AWS1/CL_SMCGETCONTACTRESULT

GetContactResult

CONSTRUCTOR

IMPORTING

Required arguments:

iv_contactarn TYPE /AWS1/SMCSSMCONTACTSARN /AWS1/SMCSSMCONTACTSARN

The ARN of the contact or escalation plan.

iv_alias TYPE /AWS1/SMCCONTACTALIAS /AWS1/SMCCONTACTALIAS

The alias of the contact or escalation plan. The alias is unique and identifiable.

iv_type TYPE /AWS1/SMCCONTACTTYPE /AWS1/SMCCONTACTTYPE

The type of contact, either PERSONAL or ESCALATION.

io_plan TYPE REF TO /AWS1/CL_SMCPLAN /AWS1/CL_SMCPLAN

Details about the specific timing or stages and targets of the escalation plan or engagement plan.

Optional arguments:

iv_displayname TYPE /AWS1/SMCCONTACTNAME /AWS1/SMCCONTACTNAME

The full name of the contact or escalation plan.


Queryable Attributes

ContactArn

The ARN of the contact or escalation plan.

Accessible with the following methods

Method Description
GET_CONTACTARN() Getter for CONTACTARN, with configurable default
ASK_CONTACTARN() Getter for CONTACTARN w/ exceptions if field has no value
HAS_CONTACTARN() Determine if CONTACTARN has a value

Alias

The alias of the contact or escalation plan. The alias is unique and identifiable.

Accessible with the following methods

Method Description
GET_ALIAS() Getter for ALIAS, with configurable default
ASK_ALIAS() Getter for ALIAS w/ exceptions if field has no value
HAS_ALIAS() Determine if ALIAS has a value

DisplayName

The full name of the contact or escalation plan.

Accessible with the following methods

Method Description
GET_DISPLAYNAME() Getter for DISPLAYNAME, with configurable default
ASK_DISPLAYNAME() Getter for DISPLAYNAME w/ exceptions if field has no value
HAS_DISPLAYNAME() Determine if DISPLAYNAME has a value

Type

The type of contact, either PERSONAL or ESCALATION.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

Plan

Details about the specific timing or stages and targets of the escalation plan or engagement plan.

Accessible with the following methods

Method Description
GET_PLAN() Getter for PLAN