/AWS1/CL_GERROUTEVEHICLENOTICE¶
Notices are additional information returned that indicate issues that occurred during route calculation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_code TYPE /AWS1/GERROUTEVEHICLENOTICEC00 /AWS1/GERROUTEVEHICLENOTICEC00¶
Code corresponding to the issue.
it_details TYPE /AWS1/CL_GERROUTEVEHICLENOTI00=>TT_ROUTEVEHICLENOTICEDETLIST TT_ROUTEVEHICLENOTICEDETLIST¶
Additional details of the notice.
Optional arguments:¶
iv_impact TYPE /AWS1/GERROUTENOTICEIMPACT /AWS1/GERROUTENOTICEIMPACT¶
Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.
Queryable Attributes¶
Code¶
Code corresponding to the issue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
Details¶
Additional details of the notice.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETAILS() |
Getter for DETAILS, with configurable default |
ASK_DETAILS() |
Getter for DETAILS w/ exceptions if field has no value |
HAS_DETAILS() |
Determine if DETAILS has a value |
Impact¶
Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPACT() |
Getter for IMPACT, with configurable default |
ASK_IMPACT() |
Getter for IMPACT w/ exceptions if field has no value |
HAS_IMPACT() |
Determine if IMPACT 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_ROUTEVEHICLENOTICELIST¶
TYPES TT_ROUTEVEHICLENOTICELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERROUTEVEHICLENOTICE WITH DEFAULT KEY
.