/AWS1/CL_SUZCONDITION¶
A time-window condition that constrains when a support permit is valid.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_allowafter TYPE /AWS1/SUZTIMESTAMP /AWS1/SUZTIMESTAMP¶
The earliest time at which the permit becomes valid.
iv_allowbefore TYPE /AWS1/SUZTIMESTAMP /AWS1/SUZTIMESTAMP¶
The latest time at which the permit remains valid.
Queryable Attributes¶
allowAfter¶
The earliest time at which the permit becomes valid.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOWAFTER() |
Getter for ALLOWAFTER, with configurable default |
ASK_ALLOWAFTER() |
Getter for ALLOWAFTER w/ exceptions if field has no value |
HAS_ALLOWAFTER() |
Determine if ALLOWAFTER has a value |
allowBefore¶
The latest time at which the permit remains valid.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOWBEFORE() |
Getter for ALLOWBEFORE, with configurable default |
ASK_ALLOWBEFORE() |
Getter for ALLOWBEFORE w/ exceptions if field has no value |
HAS_ALLOWBEFORE() |
Determine if ALLOWBEFORE 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_CONDITIONS¶
TYPES TT_CONDITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SUZCONDITION WITH DEFAULT KEY
.