/AWS1/CL_DSRASSESSMENTVALIDA00¶
Contains information about a specific validation test performed during a directory assessment.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_category
TYPE /AWS1/DSRASSESSMENTVALIDATIO00
/AWS1/DSRASSESSMENTVALIDATIO00
¶
The category of the validation test.
iv_name
TYPE /AWS1/DSRASSESSMENTVALIDATIO01
/AWS1/DSRASSESSMENTVALIDATIO01
¶
The name of the specific validation test performed within the category.
iv_status
TYPE /AWS1/DSRASSESSMENTVALIDATIO02
/AWS1/DSRASSESSMENTVALIDATIO02
¶
The result status of the validation test. Valid values include
SUCCESS
,FAILED
,PENDING
, andIN_PROGRESS
.
iv_statuscode
TYPE /AWS1/DSRASSESSMENTVALIDATIO03
/AWS1/DSRASSESSMENTVALIDATIO03
¶
A detailed status code providing additional information about the validation result.
iv_statusreason
TYPE /AWS1/DSRASSESSMENTVALIDATIO04
/AWS1/DSRASSESSMENTVALIDATIO04
¶
A human-readable description of the validation result, including any error details or recommendations.
iv_starttime
TYPE /AWS1/DSRASSESSMENTVALIDATIO05
/AWS1/DSRASSESSMENTVALIDATIO05
¶
The date and time when the validation test was started.
iv_lastupdatedatetime
TYPE /AWS1/DSRASSESSMENTVALIDATIO05
/AWS1/DSRASSESSMENTVALIDATIO05
¶
The date and time when the validation test was completed or last updated.
Queryable Attributes¶
Category¶
The category of the validation test.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CATEGORY() |
Getter for CATEGORY, with configurable default |
ASK_CATEGORY() |
Getter for CATEGORY w/ exceptions if field has no value |
HAS_CATEGORY() |
Determine if CATEGORY has a value |
Name¶
The name of the specific validation test performed within the category.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Status¶
The result status of the validation test. Valid values include
SUCCESS
,FAILED
,PENDING
, andIN_PROGRESS
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
StatusCode¶
A detailed status code providing additional information about the validation result.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |
StatusReason¶
A human-readable description of the validation result, including any error details or recommendations.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
StartTime¶
The date and time when the validation test was started.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
LastUpdateDateTime¶
The date and time when the validation test was completed or last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATEDATETIME() |
Getter for LASTUPDATEDATETIME, with configurable default |
ASK_LASTUPDATEDATETIME() |
Getter for LASTUPDATEDATETIME w/ exceptions if field has no |
HAS_LASTUPDATEDATETIME() |
Determine if LASTUPDATEDATETIME 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_ASSESSMENTVALIDATIONS
¶
TYPES TT_ASSESSMENTVALIDATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DSRASSESSMENTVALIDA00 WITH DEFAULT KEY
.