/AWS1/CL_FNTINVALIDATIONSUMM¶
A summary of an invalidation request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The unique ID for an invalidation request.
iv_createtime TYPE /AWS1/FNTTIMESTAMP /AWS1/FNTTIMESTAMP¶
The time that an invalidation request was created.
iv_status TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The status of an invalidation request.
Queryable Attributes¶
Id¶
The unique ID for an invalidation request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
CreateTime¶
The time that an invalidation request was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
Status¶
The status of an invalidation request.
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_INVALIDATIONSUMMARYLIST¶
TYPES TT_INVALIDATIONSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTINVALIDATIONSUMM WITH DEFAULT KEY
.