Skip to content

/AWS1/CL_WKRBTCUNAMEERRRSPITEM

Contains error information for a username hash lookup that failed in a batch uname lookup request.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_uname TYPE /AWS1/WKRUNAME /AWS1/WKRUNAME

The username hash that failed to be looked up.

Optional arguments:

iv_field TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

The field that caused the error.

iv_reason TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

A description of why the username hash lookup failed.


Queryable Attributes

field

The field that caused the error.

Accessible with the following methods

Method Description
GET_FIELD() Getter for FIELD, with configurable default
ASK_FIELD() Getter for FIELD w/ exceptions if field has no value
HAS_FIELD() Determine if FIELD has a value

reason

A description of why the username hash lookup failed.

Accessible with the following methods

Method Description
GET_REASON() Getter for REASON, with configurable default
ASK_REASON() Getter for REASON w/ exceptions if field has no value
HAS_REASON() Determine if REASON has a value

uname

The username hash that failed to be looked up.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_BATCHUNAMEERRORRSPITEMS

TYPES TT_BATCHUNAMEERRORRSPITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WKRBTCUNAMEERRRSPITEM WITH DEFAULT KEY
.