/AWS1/CL_QLDLEDGERSUMMARY¶
Information about a ledger, including its name, state, and when it was created.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/QLDLEDGERNAME /AWS1/QLDLEDGERNAME¶
The name of the ledger.
iv_state TYPE /AWS1/QLDLEDGERSTATE /AWS1/QLDLEDGERSTATE¶
The current status of the ledger.
iv_creationdatetime TYPE /AWS1/QLDTIMESTAMP /AWS1/QLDTIMESTAMP¶
The date and time, in epoch time format, when the ledger was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)
Queryable Attributes¶
Name¶
The name of the ledger.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
State¶
The current status of the ledger.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
CreationDateTime¶
The date and time, in epoch time format, when the ledger was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATETIME() |
Getter for CREATIONDATETIME, with configurable default |
ASK_CREATIONDATETIME() |
Getter for CREATIONDATETIME w/ exceptions if field has no va |
HAS_CREATIONDATETIME() |
Determine if CREATIONDATETIME 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_LEDGERLIST¶
TYPES TT_LEDGERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QLDLEDGERSUMMARY WITH DEFAULT KEY
.