/AWS1/CL_PP2CNTRYLNCHSTATINFO¶
Contains per-country launch status details for an RCS agent.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_isocountrycode TYPE /AWS1/PP2ISOCOUNTRYCODE /AWS1/PP2ISOCOUNTRYCODE¶
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
iv_status TYPE /AWS1/PP2COUNTRYLAUNCHSTATUS /AWS1/PP2COUNTRYLAUNCHSTATUS¶
The launch status for this country.
iv_registrationid TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The unique identifier of the registration associated with this country launch.
it_carrierstatus TYPE /AWS1/CL_PP2CARRIERSTATUSINFO=>TT_CARRIERSTATUSINFOLIST TT_CARRIERSTATUSINFOLIST¶
An array of CarrierStatusInformation objects containing carrier-level launch status details.
Optional arguments:¶
iv_rcsplatformid TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The RCS platform identifier for this country.
Queryable Attributes¶
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 |
Status¶
The launch status for this country.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
RcsPlatformId¶
The RCS platform identifier for this country.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RCSPLATFORMID() |
Getter for RCSPLATFORMID, with configurable default |
ASK_RCSPLATFORMID() |
Getter for RCSPLATFORMID w/ exceptions if field has no value |
HAS_RCSPLATFORMID() |
Determine if RCSPLATFORMID has a value |
RegistrationId¶
The unique identifier of the registration associated with this country launch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRATIONID() |
Getter for REGISTRATIONID, with configurable default |
ASK_REGISTRATIONID() |
Getter for REGISTRATIONID w/ exceptions if field has no valu |
HAS_REGISTRATIONID() |
Determine if REGISTRATIONID has a value |
CarrierStatus¶
An array of CarrierStatusInformation objects containing carrier-level launch status details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CARRIERSTATUS() |
Getter for CARRIERSTATUS, with configurable default |
ASK_CARRIERSTATUS() |
Getter for CARRIERSTATUS w/ exceptions if field has no value |
HAS_CARRIERSTATUS() |
Determine if CARRIERSTATUS 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_COUNTRYLAUNCHSTATUSINFOLIST¶
TYPES TT_COUNTRYLAUNCHSTATUSINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PP2CNTRYLNCHSTATINFO WITH DEFAULT KEY
.