Skip to content

/AWS1/CL_WKRGETUSERSCOUNTRSP

GetUsersCountResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_pending TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The number of users with pending status (invited but not yet accepted).

iv_active TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The number of users with active status in the network.

iv_rejected TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The number of users who have rejected network invitations.

iv_remaining TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The number of additional users that can be added to the network while maintaining premium free trial eligibility.

iv_total TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The total number of users in the network (active and pending combined).


Queryable Attributes

pending

The number of users with pending status (invited but not yet accepted).

Accessible with the following methods

Method Description
GET_PENDING() Getter for PENDING, with configurable default
ASK_PENDING() Getter for PENDING w/ exceptions if field has no value
HAS_PENDING() Determine if PENDING has a value

active

The number of users with active status in the network.

Accessible with the following methods

Method Description
GET_ACTIVE() Getter for ACTIVE, with configurable default
ASK_ACTIVE() Getter for ACTIVE w/ exceptions if field has no value
HAS_ACTIVE() Determine if ACTIVE has a value

rejected

The number of users who have rejected network invitations.

Accessible with the following methods

Method Description
GET_REJECTED() Getter for REJECTED, with configurable default
ASK_REJECTED() Getter for REJECTED w/ exceptions if field has no value
HAS_REJECTED() Determine if REJECTED has a value

remaining

The number of additional users that can be added to the network while maintaining premium free trial eligibility.

Accessible with the following methods

Method Description
GET_REMAINING() Getter for REMAINING, with configurable default
ASK_REMAINING() Getter for REMAINING w/ exceptions if field has no value
HAS_REMAINING() Determine if REMAINING has a value

total

The total number of users in the network (active and pending combined).

Accessible with the following methods

Method Description
GET_TOTAL() Getter for TOTAL, with configurable default
ASK_TOTAL() Getter for TOTAL w/ exceptions if field has no value
HAS_TOTAL() Determine if TOTAL has a value