/AWS1/CL_SAGUSERMETADATA¶
Contains metadata about a user member, including the username and email address.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_username TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The username of the user.
iv_email TYPE /AWS1/SAGSENSITIVEEMAIL /AWS1/SAGSENSITIVEEMAIL¶
The email address of the user.
Queryable Attributes¶
username¶
The username of the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
email¶
The email address of the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAIL() |
Getter for EMAIL, with configurable default |
ASK_EMAIL() |
Getter for EMAIL w/ exceptions if field has no value |
HAS_EMAIL() |
Determine if EMAIL has a value |