/AWS1/CL_QSTWHATIFPTSCENARIO¶
Provides the forecast to meet the target for a particular date.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_date TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The date that you need the forecast results for.
iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The target value that you want to meet for the provided date.
Queryable Attributes¶
Date¶
The date that you need the forecast results for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATE() |
Getter for DATE, with configurable default |
ASK_DATE() |
Getter for DATE w/ exceptions if field has no value |
HAS_DATE() |
Determine if DATE has a value |
Value¶
The target value that you want to meet for the provided date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
STR_VALUE() |
String format for VALUE |