/AWS1/CL_PIPAPPROVALRESULT¶
Represents information about the result of an approval request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_summary TYPE /AWS1/PIPAPPROVALSUMMARY /AWS1/PIPAPPROVALSUMMARY¶
The summary of the current status of the approval request.
iv_status TYPE /AWS1/PIPAPPROVALSTATUS /AWS1/PIPAPPROVALSTATUS¶
The response submitted by a reviewer assigned to an approval action request.
Queryable Attributes¶
summary¶
The summary of the current status of the approval request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUMMARY() |
Getter for SUMMARY, with configurable default |
ASK_SUMMARY() |
Getter for SUMMARY w/ exceptions if field has no value |
HAS_SUMMARY() |
Determine if SUMMARY has a value |
status¶
The response submitted by a reviewer assigned to an approval action request.
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 |