/AWS1/CL_SE2REVIEWDETAILS¶
An object that contains information about your account details review.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/SE2REVIEWSTATUS /AWS1/SE2REVIEWSTATUS¶
The status of the latest review of your account. The status can be one of the following:
PENDING– We have received your appeal and are in the process of reviewing it.
GRANTED– Your appeal has been reviewed and your production access has been granted.
DENIED– Your appeal has been reviewed and your production access has been denied.
FAILED– An internal error occurred and we didn't receive your appeal. You can submit your appeal again.
iv_caseid TYPE /AWS1/SE2CASEID /AWS1/SE2CASEID¶
The associated support center case ID (if any).
Queryable Attributes¶
Status¶
The status of the latest review of your account. The status can be one of the following:
PENDING– We have received your appeal and are in the process of reviewing it.
GRANTED– Your appeal has been reviewed and your production access has been granted.
DENIED– Your appeal has been reviewed and your production access has been denied.
FAILED– An internal error occurred and we didn't receive your appeal. You can submit your appeal again.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
CaseId¶
The associated support center case ID (if any).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CASEID() |
Getter for CASEID, with configurable default |
ASK_CASEID() |
Getter for CASEID w/ exceptions if field has no value |
HAS_CASEID() |
Determine if CASEID has a value |