/AWS1/CL_TBDFIXEDBUDGETSCHD¶
The details of a fixed budget schedule.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_starttime TYPE /AWS1/TBDSTARTSAT /AWS1/TBDSTARTSAT¶
When the budget starts.
iv_endtime TYPE /AWS1/TBDENDSAT /AWS1/TBDENDSAT¶
When the budget ends.
Queryable Attributes¶
startTime¶
When the budget starts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
When the budget ends.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |