/AWS1/CL_WKRBTCUNAMESUCCRSPI00¶
Contains information about a username hash that was successfully resolved in a batch uname lookup operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_uname TYPE /AWS1/WKRUNAME /AWS1/WKRUNAME¶
The username hash that was successfully resolved.
iv_username TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The email address or username corresponding to the username hash.
Queryable Attributes¶
uname¶
The username hash that was successfully resolved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNAME() |
Getter for UNAME, with configurable default |
ASK_UNAME() |
Getter for UNAME w/ exceptions if field has no value |
HAS_UNAME() |
Determine if UNAME has a value |
username¶
The email address or username corresponding to the username hash.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHUNAMESUCCESSRSPITEMS¶
TYPES TT_BATCHUNAMESUCCESSRSPITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WKRBTCUNAMESUCCRSPI00 WITH DEFAULT KEY
.