/AWS1/CL_LICREGIONSTATUS¶
Status information for a specific region.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
Status value for the region.
Queryable Attributes¶
Status¶
Status value for the region.
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:
TS_REGIONSTATUSMAP_MAPROW¶
TYPES: BEGIN OF TS_REGIONSTATUSMAP_MAPROW,
key TYPE /AWS1/LICSTRING,
value TYPE REF TO /AWS1/CL_LICREGIONSTATUS,
END OF TS_REGIONSTATUSMAP_MAPROW.
TT_REGIONSTATUSMAP¶
TYPES TT_REGIONSTATUSMAP TYPE HASHED TABLE OF /AWS1/CL_LICREGIONSTATUS=>TS_REGIONSTATUSMAP_MAPROW WITH UNIQUE KEY key
.