/AWS1/CL_CNTEVALANSWERDATA¶
Information about answer data for a contact evaluation. Answer data must be either string, numeric, or not applicable.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_stringvalue TYPE /AWS1/CNTEVALANSWERDATASTRVAL /AWS1/CNTEVALANSWERDATASTRVAL¶
The string value for an answer in a contact evaluation.
iv_numericvalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The numeric value for an answer in a contact evaluation.
it_stringvalues TYPE /AWS1/CL_CNTEVALANSWERDATAST00=>TT_EVALANSWERDATASTRVALUELIST TT_EVALANSWERDATASTRVALUELIST¶
String values provided as answers to evaluation questions.
iv_datetimevalue TYPE /AWS1/CNTISO8601DATETIME /AWS1/CNTISO8601DATETIME¶
Date and time value provided as an answer to an evaluation question.
iv_notapplicable TYPE /AWS1/CNTBOOLEAN /AWS1/CNTBOOLEAN¶
The flag to mark the question as not applicable.
Queryable Attributes¶
StringValue¶
The string value for an answer in a contact evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRINGVALUE() |
Getter for STRINGVALUE, with configurable default |
ASK_STRINGVALUE() |
Getter for STRINGVALUE w/ exceptions if field has no value |
HAS_STRINGVALUE() |
Determine if STRINGVALUE has a value |
NumericValue¶
The numeric value for an answer in a contact evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMERICVALUE() |
Getter for NUMERICVALUE, with configurable default |
ASK_NUMERICVALUE() |
Getter for NUMERICVALUE w/ exceptions if field has no value |
STR_NUMERICVALUE() |
String format for NUMERICVALUE, with configurable default |
HAS_NUMERICVALUE() |
Determine if NUMERICVALUE has a value |
StringValues¶
String values provided as answers to evaluation questions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRINGVALUES() |
Getter for STRINGVALUES, with configurable default |
ASK_STRINGVALUES() |
Getter for STRINGVALUES w/ exceptions if field has no value |
HAS_STRINGVALUES() |
Determine if STRINGVALUES has a value |
DateTimeValue¶
Date and time value provided as an answer to an evaluation question.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATETIMEVALUE() |
Getter for DATETIMEVALUE, with configurable default |
ASK_DATETIMEVALUE() |
Getter for DATETIMEVALUE w/ exceptions if field has no value |
HAS_DATETIMEVALUE() |
Determine if DATETIMEVALUE has a value |
NotApplicable¶
The flag to mark the question as not applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTAPPLICABLE() |
Getter for NOTAPPLICABLE, with configurable default |
ASK_NOTAPPLICABLE() |
Getter for NOTAPPLICABLE w/ exceptions if field has no value |
HAS_NOTAPPLICABLE() |
Determine if NOTAPPLICABLE has a value |