/AWS1/CL_IAPPENDINGUPDATE¶
Contains details for the pending updates for an approval team, if applicable.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_versionid TYPE /AWS1/IAPSTRING /AWS1/IAPSTRING¶
Version ID for the team.
iv_description TYPE /AWS1/IAPSTRING /AWS1/IAPSTRING¶
Description for the team.
io_approvalstrategy TYPE REF TO /AWS1/CL_IAPAPPROVALSTRAGRSP /AWS1/CL_IAPAPPROVALSTRAGRSP¶
An
ApprovalStrategyResponseobject. Contains details for how the team grants approval.
iv_numberofapprovers TYPE /AWS1/IAPINTEGER /AWS1/IAPINTEGER¶
Total number of approvers in the team.
iv_status TYPE /AWS1/IAPAPPROVALTEAMSTATUS /AWS1/IAPAPPROVALTEAMSTATUS¶
Status for the team. For more information, see Team health in the Multi-party approval User Guide.
iv_statuscode TYPE /AWS1/IAPAPPROVALTEAMSTATCODE /AWS1/IAPAPPROVALTEAMSTATCODE¶
Status code for the update. For more information, see Team health in the Multi-party approval User Guide.
iv_statusmessage TYPE /AWS1/IAPMESSAGE /AWS1/IAPMESSAGE¶
Message describing the status for the team.
it_approvers TYPE /AWS1/CL_IAPGETAPPROVALTEAMR00=>TT_GETAPPROVALTEAMRSPAPPROVERS TT_GETAPPROVALTEAMRSPAPPROVERS¶
An array of
GetApprovalTeamResponseApproverobjects. Contains details for the approvers in the team.
iv_updateinitiationtime TYPE /AWS1/IAPISOTIMESTAMP /AWS1/IAPISOTIMESTAMP¶
Timestamp when the update request was initiated.
Queryable Attributes¶
VersionId¶
Version ID for the team.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |
Description¶
Description for the team.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
ApprovalStrategy¶
An
ApprovalStrategyResponseobject. Contains details for how the team grants approval.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPROVALSTRATEGY() |
Getter for APPROVALSTRATEGY |
NumberOfApprovers¶
Total number of approvers in the team.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFAPPROVERS() |
Getter for NUMBEROFAPPROVERS, with configurable default |
ASK_NUMBEROFAPPROVERS() |
Getter for NUMBEROFAPPROVERS w/ exceptions if field has no v |
HAS_NUMBEROFAPPROVERS() |
Determine if NUMBEROFAPPROVERS has a value |
Status¶
Status for the team. For more information, see Team health in the Multi-party approval User Guide.
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 |
StatusCode¶
Status code for the update. For more information, see Team health in the Multi-party approval User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |
StatusMessage¶
Message describing the status for the team.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
Approvers¶
An array of
GetApprovalTeamResponseApproverobjects. Contains details for the approvers in the team.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPROVERS() |
Getter for APPROVERS, with configurable default |
ASK_APPROVERS() |
Getter for APPROVERS w/ exceptions if field has no value |
HAS_APPROVERS() |
Determine if APPROVERS has a value |
UpdateInitiationTime¶
Timestamp when the update request was initiated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEINITIATIONTIME() |
Getter for UPDATEINITIATIONTIME, with configurable default |
ASK_UPDATEINITIATIONTIME() |
Getter for UPDATEINITIATIONTIME w/ exceptions if field has n |
HAS_UPDATEINITIATIONTIME() |
Determine if UPDATEINITIATIONTIME has a value |