/AWS1/CL_BRKTIMEPERIOD¶
Defines a time range for spending limits, specifying when the limit is active.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_startat TYPE /AWS1/BRKTIMESTAMP /AWS1/BRKTIMESTAMP¶
The start date and time for the spending limit period, in epoch seconds.
iv_endat TYPE /AWS1/BRKTIMESTAMP /AWS1/BRKTIMESTAMP¶
The end date and time for the spending limit period, in epoch seconds.
Queryable Attributes¶
startAt¶
The start date and time for the spending limit period, in epoch seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTAT() |
Getter for STARTAT, with configurable default |
ASK_STARTAT() |
Getter for STARTAT w/ exceptions if field has no value |
HAS_STARTAT() |
Determine if STARTAT has a value |
endAt¶
The end date and time for the spending limit period, in epoch seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDAT() |
Getter for ENDAT, with configurable default |
ASK_ENDAT() |
Getter for ENDAT w/ exceptions if field has no value |
HAS_ENDAT() |
Determine if ENDAT has a value |