/AWS1/CL_PP2SENDERIDANDCOUNTRY¶
The alphanumeric sender ID in a specific country that you want to describe. For more information on sender IDs see Requesting sender IDs in the AWS End User Messaging SMS User Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_senderid TYPE /AWS1/PP2SENDERIDORARN /AWS1/PP2SENDERIDORARN¶
The unique identifier of the sender.
iv_isocountrycode TYPE /AWS1/PP2ISOCOUNTRYCODE /AWS1/PP2ISOCOUNTRYCODE¶
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
Queryable Attributes¶
SenderId¶
The unique identifier of the sender.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENDERID() |
Getter for SENDERID, with configurable default |
ASK_SENDERID() |
Getter for SENDERID w/ exceptions if field has no value |
HAS_SENDERID() |
Determine if SENDERID has a value |
IsoCountryCode¶
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISOCOUNTRYCODE() |
Getter for ISOCOUNTRYCODE, with configurable default |
ASK_ISOCOUNTRYCODE() |
Getter for ISOCOUNTRYCODE w/ exceptions if field has no valu |
HAS_ISOCOUNTRYCODE() |
Determine if ISOCOUNTRYCODE 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_SENDERIDLIST¶
TYPES TT_SENDERIDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PP2SENDERIDANDCOUNTRY WITH DEFAULT KEY
.