/AWS1/CL_QSTBTCDESCRUSRLMTSRSP¶
BatchDescribeUserLimitsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_userlimits TYPE /AWS1/CL_QSTUSERLIMITS=>TT_USERLIMITSLIST TT_USERLIMITSLIST¶
A list of user limits results. Each entry contains the effective limits for a user.
it_errors TYPE /AWS1/CL_QSTBTCDESCRUSRLMTSERR=>TT_BATCHDESCRUSERLMTSERRORLIST TT_BATCHDESCRUSERLMTSERRORLIST¶
A list of errors for users whose limits could not be described.
Queryable Attributes¶
userLimits¶
A list of user limits results. Each entry contains the effective limits for a user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERLIMITS() |
Getter for USERLIMITS, with configurable default |
ASK_USERLIMITS() |
Getter for USERLIMITS w/ exceptions if field has no value |
HAS_USERLIMITS() |
Determine if USERLIMITS has a value |
errors¶
A list of errors for users whose limits could not be described.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |