/AWS1/CL_VL_REGTARGETSRESPONSE¶
RegisterTargetsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_successful TYPE /AWS1/CL_VL_TARGET=>TT_TARGETLIST TT_TARGETLIST¶
The targets that were successfully registered.
it_unsuccessful TYPE /AWS1/CL_VL_TARGETFAILURE=>TT_TARGETFAILURELIST TT_TARGETFAILURELIST¶
The targets that were not registered.
Queryable Attributes¶
successful¶
The targets that were successfully registered.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFUL() |
Getter for SUCCESSFUL, with configurable default |
ASK_SUCCESSFUL() |
Getter for SUCCESSFUL w/ exceptions if field has no value |
HAS_SUCCESSFUL() |
Determine if SUCCESSFUL has a value |
unsuccessful¶
The targets that were not registered.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNSUCCESSFUL() |
Getter for UNSUCCESSFUL, with configurable default |
ASK_UNSUCCESSFUL() |
Getter for UNSUCCESSFUL w/ exceptions if field has no value |
HAS_UNSUCCESSFUL() |
Determine if UNSUCCESSFUL has a value |