/AWS1/CL_CNTAVAILABLENUMSUMM¶
Information about available phone numbers.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_phonenumber TYPE /AWS1/CNTPHONENUMBER /AWS1/CNTPHONENUMBER¶
The phone number. Phone numbers are formatted
[+] [country code] [subscriber number including area code].
iv_phonenumbercountrycode TYPE /AWS1/CNTPHONENUMCOUNTRYCODE /AWS1/CNTPHONENUMCOUNTRYCODE¶
The ISO country code.
iv_phonenumbertype TYPE /AWS1/CNTPHONENUMBERTYPE /AWS1/CNTPHONENUMBERTYPE¶
The type of phone number.
Queryable Attributes¶
PhoneNumber¶
The phone number. Phone numbers are formatted
[+] [country code] [subscriber number including area code].
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 |
PhoneNumberCountryCode¶
The ISO country code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHONENUMBERCOUNTRYCODE() |
Getter for PHONENUMBERCOUNTRYCODE, with configurable default |
ASK_PHONENUMBERCOUNTRYCODE() |
Getter for PHONENUMBERCOUNTRYCODE w/ exceptions if field has |
HAS_PHONENUMBERCOUNTRYCODE() |
Determine if PHONENUMBERCOUNTRYCODE has a value |
PhoneNumberType¶
The type of phone number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHONENUMBERTYPE() |
Getter for PHONENUMBERTYPE, with configurable default |
ASK_PHONENUMBERTYPE() |
Getter for PHONENUMBERTYPE w/ exceptions if field has no val |
HAS_PHONENUMBERTYPE() |
Determine if PHONENUMBERTYPE 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_AVAILABLENUMBERSLIST¶
TYPES TT_AVAILABLENUMBERSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTAVAILABLENUMSUMM WITH DEFAULT KEY
.