/AWS1/CL_KNDENTITYDISPLAYDATA¶
Information about the user entity.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_username TYPE /AWS1/KNDNAMETYPE /AWS1/KNDNAMETYPE¶
The name of the user.
iv_groupname TYPE /AWS1/KNDNAMETYPE /AWS1/KNDNAMETYPE¶
The name of the group.
iv_identifiedusername TYPE /AWS1/KNDNAMETYPE /AWS1/KNDNAMETYPE¶
The user name of the user.
iv_firstname TYPE /AWS1/KNDNAMETYPE /AWS1/KNDNAMETYPE¶
The first name of the user.
iv_lastname TYPE /AWS1/KNDNAMETYPE /AWS1/KNDNAMETYPE¶
The last name of the user.
Queryable Attributes¶
UserName¶
The name 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 |
GroupName¶
The name of the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPNAME() |
Getter for GROUPNAME, with configurable default |
ASK_GROUPNAME() |
Getter for GROUPNAME w/ exceptions if field has no value |
HAS_GROUPNAME() |
Determine if GROUPNAME has a value |
IdentifiedUserName¶
The user name of the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTIFIEDUSERNAME() |
Getter for IDENTIFIEDUSERNAME, with configurable default |
ASK_IDENTIFIEDUSERNAME() |
Getter for IDENTIFIEDUSERNAME w/ exceptions if field has no |
HAS_IDENTIFIEDUSERNAME() |
Determine if IDENTIFIEDUSERNAME has a value |
FirstName¶
The first name of the 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 the 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 |