Skip to content

/AWS1/CL_REKMATCHEDUSER

Contains metadata for a UserID matched with a given face.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_userid TYPE /AWS1/REKUSERID /AWS1/REKUSERID

A provided ID for the UserID. Unique within the collection.

iv_userstatus TYPE /AWS1/REKUSERSTATUS /AWS1/REKUSERSTATUS

The status of the user matched to a provided FaceID.


Queryable Attributes

UserId

A provided ID for the UserID. Unique within the collection.

Accessible with the following methods

Method Description
GET_USERID() Getter for USERID, with configurable default
ASK_USERID() Getter for USERID w/ exceptions if field has no value
HAS_USERID() Determine if USERID has a value

UserStatus

The status of the user matched to a provided FaceID.

Accessible with the following methods

Method Description
GET_USERSTATUS() Getter for USERSTATUS, with configurable default
ASK_USERSTATUS() Getter for USERSTATUS w/ exceptions if field has no value
HAS_USERSTATUS() Determine if USERSTATUS has a value