/AWS1/CL_PTSOPPORTUNITYENGAG00¶
Defines sorting options for retrieving Engagement Invitations. Sorting can be done based on various criteria like the invitation date or status.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sortorder TYPE /AWS1/PTSSORTORDER /AWS1/PTSSORTORDER¶
Defines the order in which the Engagement Invitations are sorted. The values can be
ASC(ascending) orDESC(descending).
iv_sortby TYPE /AWS1/PTSOPPORTUNITYENGAGEME00 /AWS1/PTSOPPORTUNITYENGAGEME00¶
Specifies the field by which the Engagement Invitations are sorted. Common values include
InvitationDateandStatus.
Queryable Attributes¶
SortOrder¶
Defines the order in which the Engagement Invitations are sorted. The values can be
ASC(ascending) orDESC(descending).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SORTORDER() |
Getter for SORTORDER, with configurable default |
ASK_SORTORDER() |
Getter for SORTORDER w/ exceptions if field has no value |
HAS_SORTORDER() |
Determine if SORTORDER has a value |
SortBy¶
Specifies the field by which the Engagement Invitations are sorted. Common values include
InvitationDateandStatus.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SORTBY() |
Getter for SORTBY, with configurable default |
ASK_SORTBY() |
Getter for SORTBY w/ exceptions if field has no value |
HAS_SORTBY() |
Determine if SORTBY has a value |