Skip to content

/AWS1/CL_COPENROLLMENTFILTER

Describes a filter that returns a more specific list of account enrollment statuses. Use this filter with the GetEnrollmentStatusesForOrganization action.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/COPENROLLMENTFILTERNAME /AWS1/COPENROLLMENTFILTERNAME

The name of the filter.

Specify Status to return accounts with a specific enrollment status (for example, Active).

it_values TYPE /AWS1/CL_COPFILTERVALUES_W=>TT_FILTERVALUES TT_FILTERVALUES

The value of the filter.

The valid values are Active, Inactive, Pending, and Failed.


Queryable Attributes

name

The name of the filter.

Specify Status to return accounts with a specific enrollment status (for example, Active).

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

values

The value of the filter.

The valid values are Active, Inactive, Pending, and Failed.

Accessible with the following methods

Method Description
GET_VALUES() Getter for VALUES, with configurable default
ASK_VALUES() Getter for VALUES w/ exceptions if field has no value
HAS_VALUES() Determine if VALUES has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_ENROLLMENTFILTERS

TYPES TT_ENROLLMENTFILTERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_COPENROLLMENTFILTER WITH DEFAULT KEY
.