/AWS1/CL_SHIINCIDENTRESPONDER
CONSTRUCTOR
IMPORTING
Required arguments:
iv_jobtitle TYPE /AWS1/SHIJOBTITLE /AWS1/SHIJOBTITLE
Optional arguments:
it_communicationpreferences TYPE /AWS1/CL_SHICOMMPREFERENCES_W=>TT_COMMUNICATIONPREFERENCES TT_COMMUNICATIONPREFERENCES
Queryable Attributes
name
Accessible with the following methods
| Method |
Description |
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
jobTitle
Accessible with the following methods
| Method |
Description |
GET_JOBTITLE() |
Getter for JOBTITLE, with configurable default |
ASK_JOBTITLE() |
Getter for JOBTITLE w/ exceptions if field has no value |
HAS_JOBTITLE() |
Determine if JOBTITLE has a value |
email
Accessible with the following methods
| Method |
Description |
GET_EMAIL() |
Getter for EMAIL, with configurable default |
ASK_EMAIL() |
Getter for EMAIL w/ exceptions if field has no value |
HAS_EMAIL() |
Determine if EMAIL has a value |
communicationPreferences
Accessible with the following methods
| Method |
Description |
GET_COMMUNICATIONPREFERENCES() |
Getter for COMMUNICATIONPREFERENCES, with configurable defau |
ASK_COMMUNICATIONPREFERENCES() |
Getter for COMMUNICATIONPREFERENCES w/ exceptions if field h |
HAS_COMMUNICATIONPREFERENCES() |
Determine if COMMUNICATIONPREFERENCES 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_INCIDENTRESPONSETEAM
TYPES TT_INCIDENTRESPONSETEAM TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHIINCIDENTRESPONDER WITH DEFAULT KEY
.