/AWS1/CL_CHEUPDPHONENUMREQITEM¶
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/CHENONEMPTYSTRING /AWS1/CHENONEMPTYSTRING¶
The phone number ID to update.
Optional arguments:¶
iv_producttype TYPE /AWS1/CHEPHONENUMPRODUCTTYPE /AWS1/CHEPHONENUMPRODUCTTYPE¶
The product type to update.
iv_callingname TYPE /AWS1/CHECALLINGNAME /AWS1/CHECALLINGNAME¶
The outbound calling name to update.
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 | 
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_CHEUPDPHONENUMREQITEM WITH DEFAULT KEY
.