/AWS1/CL_SAGUSERMETADATA¶
User-specific metadata
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_username TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
User name/display name
iv_email TYPE /AWS1/SAGSENSITIVEEMAIL /AWS1/SAGSENSITIVEEMAIL¶
User email address
Queryable Attributes¶
username¶
User name/display name
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¶
User email address
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 |