/AWS1/CL_GLUBTCGETTRIGGERSRSP¶
BatchGetTriggersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_triggers TYPE /AWS1/CL_GLUTRIGGER=>TT_TRIGGERLIST TT_TRIGGERLIST¶
A list of trigger definitions.
it_triggersnotfound TYPE /AWS1/CL_GLUTRIGGERNAMELIST_W=>TT_TRIGGERNAMELIST TT_TRIGGERNAMELIST¶
A list of names of triggers not found.
Queryable Attributes¶
Triggers¶
A list of trigger definitions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIGGERS() |
Getter for TRIGGERS, with configurable default |
ASK_TRIGGERS() |
Getter for TRIGGERS w/ exceptions if field has no value |
HAS_TRIGGERS() |
Determine if TRIGGERS has a value |
TriggersNotFound¶
A list of names of triggers not found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIGGERSNOTFOUND() |
Getter for TRIGGERSNOTFOUND, with configurable default |
ASK_TRIGGERSNOTFOUND() |
Getter for TRIGGERSNOTFOUND w/ exceptions if field has no va |
HAS_TRIGGERSNOTFOUND() |
Determine if TRIGGERSNOTFOUND has a value |