/AWS1/CL_PP2CARRIERSTATUSINFO¶
Contains carrier-level launch status details for an RCS agent within a country.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_carriername TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The name of the carrier.
iv_status TYPE /AWS1/PP2CARRIERSTATUS /AWS1/PP2CARRIERSTATUS¶
The launch status for this carrier.
Queryable Attributes¶
CarrierName¶
The name of the carrier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CARRIERNAME() |
Getter for CARRIERNAME, with configurable default |
ASK_CARRIERNAME() |
Getter for CARRIERNAME w/ exceptions if field has no value |
HAS_CARRIERNAME() |
Determine if CARRIERNAME has a value |
Status¶
The launch status for this carrier.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CARRIERSTATUSINFOLIST¶
TYPES TT_CARRIERSTATUSINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PP2CARRIERSTATUSINFO WITH DEFAULT KEY
.