/AWS1/CL_AFCUSERACCESSTASKITEM¶
Contains information about a user access task.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_app TYPE /AWS1/AFCSTRING255 /AWS1/AFCSTRING255¶
The name of the application.
iv_tenantid TYPE /AWS1/AFCTENANTIDENTIFIER /AWS1/AFCTENANTIDENTIFIER¶
The ID of the application tenant.
Optional arguments:¶
iv_taskid TYPE /AWS1/AFCUUID /AWS1/AFCUUID¶
The unique ID of the task.
io_error TYPE REF TO /AWS1/CL_AFCTASKERROR /AWS1/CL_AFCTASKERROR¶
Error from the task, if any.
Queryable Attributes¶
app¶
The name of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APP() |
Getter for APP, with configurable default |
ASK_APP() |
Getter for APP w/ exceptions if field has no value |
HAS_APP() |
Determine if APP has a value |
tenantId¶
The ID of the application tenant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TENANTID() |
Getter for TENANTID, with configurable default |
ASK_TENANTID() |
Getter for TENANTID w/ exceptions if field has no value |
HAS_TENANTID() |
Determine if TENANTID has a value |
taskId¶
The unique ID of the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKID() |
Getter for TASKID, with configurable default |
ASK_TASKID() |
Getter for TASKID w/ exceptions if field has no value |
HAS_TASKID() |
Determine if TASKID has a value |
error¶
Error from the task, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_USERACCESSTASKSLIST¶
TYPES TT_USERACCESSTASKSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_AFCUSERACCESSTASKITEM WITH DEFAULT KEY
.