/AWS1/CL_AFBUSERDATA¶
Information related to a user.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_userarn TYPE /AWS1/AFBARN /AWS1/AFBARN¶
The ARN of a user.
iv_firstname TYPE /AWS1/AFBUSER_FIRSTNAME /AWS1/AFBUSER_FIRSTNAME¶
The first name of a user.
iv_lastname TYPE /AWS1/AFBUSER_LASTNAME /AWS1/AFBUSER_LASTNAME¶
The last name of a user.
iv_email TYPE /AWS1/AFBEMAIL /AWS1/AFBEMAIL¶
The email of a user.
iv_enrollmentstatus TYPE /AWS1/AFBENROLLMENTSTATUS /AWS1/AFBENROLLMENTSTATUS¶
The enrollment status of a user.
iv_enrollmentid TYPE /AWS1/AFBENROLLMENTID /AWS1/AFBENROLLMENTID¶
The enrollment ARN of a user.
Queryable Attributes¶
UserArn¶
The ARN of a user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERARN() |
Getter for USERARN, with configurable default |
ASK_USERARN() |
Getter for USERARN w/ exceptions if field has no value |
HAS_USERARN() |
Determine if USERARN has a value |
FirstName¶
The first name of a user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIRSTNAME() |
Getter for FIRSTNAME, with configurable default |
ASK_FIRSTNAME() |
Getter for FIRSTNAME w/ exceptions if field has no value |
HAS_FIRSTNAME() |
Determine if FIRSTNAME has a value |
LastName¶
The last name of a user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTNAME() |
Getter for LASTNAME, with configurable default |
ASK_LASTNAME() |
Getter for LASTNAME w/ exceptions if field has no value |
HAS_LASTNAME() |
Determine if LASTNAME has a value |
Email¶
The email of a 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 |
EnrollmentStatus¶
The enrollment status of a user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENROLLMENTSTATUS() |
Getter for ENROLLMENTSTATUS, with configurable default |
ASK_ENROLLMENTSTATUS() |
Getter for ENROLLMENTSTATUS w/ exceptions if field has no va |
HAS_ENROLLMENTSTATUS() |
Determine if ENROLLMENTSTATUS has a value |
EnrollmentId¶
The enrollment ARN of a user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENROLLMENTID() |
Getter for ENROLLMENTID, with configurable default |
ASK_ENROLLMENTID() |
Getter for ENROLLMENTID w/ exceptions if field has no value |
HAS_ENROLLMENTID() |
Determine if ENROLLMENTID 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_USERDATALIST¶
TYPES TT_USERDATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_AFBUSERDATA WITH DEFAULT KEY
.