/AWS1/CL_CHVUPDPHONENUMREQITEM¶
The phone number ID, product type, or calling name fields to update, used with the BatchUpdatePhoneNumber and UpdatePhoneNumber actions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_phonenumberid TYPE /AWS1/CHVSENSITIVENONEMPTYSTR /AWS1/CHVSENSITIVENONEMPTYSTR¶
The phone number ID to update.
Optional arguments:¶
iv_producttype TYPE /AWS1/CHVPHONENUMPRODUCTTYPE /AWS1/CHVPHONENUMPRODUCTTYPE¶
The product type to update.
iv_callingname TYPE /AWS1/CHVCALLINGNAME /AWS1/CHVCALLINGNAME¶
The outbound calling name to update.
iv_name TYPE /AWS1/CHVPHONENUMBERNAME /AWS1/CHVPHONENUMBERNAME¶
The name of the phone number.
Queryable Attributes¶
PhoneNumberId¶
The phone number ID to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHONENUMBERID() |
Getter for PHONENUMBERID, with configurable default |
ASK_PHONENUMBERID() |
Getter for PHONENUMBERID w/ exceptions if field has no value |
HAS_PHONENUMBERID() |
Determine if PHONENUMBERID has a value |
ProductType¶
The product type to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCTTYPE() |
Getter for PRODUCTTYPE, with configurable default |
ASK_PRODUCTTYPE() |
Getter for PRODUCTTYPE w/ exceptions if field has no value |
HAS_PRODUCTTYPE() |
Determine if PRODUCTTYPE has a value |
CallingName¶
The outbound calling name to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CALLINGNAME() |
Getter for CALLINGNAME, with configurable default |
ASK_CALLINGNAME() |
Getter for CALLINGNAME w/ exceptions if field has no value |
HAS_CALLINGNAME() |
Determine if CALLINGNAME has a value |
Name¶
The name of the phone number.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_UPDPHONENUMBERREQITEMLIST¶
TYPES TT_UPDPHONENUMBERREQITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CHVUPDPHONENUMREQITEM WITH DEFAULT KEY
.