Skip to content

/AWS1/CL_PTSOPPORTUNITYSORT

Object that configures response sorting.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_sortorder TYPE /AWS1/PTSSORTORDER /AWS1/PTSSORTORDER

Sort order.

Default: Descending

iv_sortby TYPE /AWS1/PTSOPPORTUNITYSORTNAME /AWS1/PTSOPPORTUNITYSORTNAME

Field name to sort by.


Queryable Attributes

SortOrder

Sort order.

Default: 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

Field name to sort by.

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