/AWS1/CL_GERROUTENUMBER¶
The route number.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_value TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING¶
The route number.
Optional arguments:¶
iv_direction TYPE /AWS1/GERROUTEDIRECTION /AWS1/GERROUTEDIRECTION¶
Directional identifier of the route.
iv_language TYPE /AWS1/GERLANGUAGETAG /AWS1/GERLANGUAGETAG¶
List of languages for instructions corresponding to the route number.
Queryable Attributes¶
Direction¶
Directional identifier of the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTION() |
Getter for DIRECTION, with configurable default |
ASK_DIRECTION() |
Getter for DIRECTION w/ exceptions if field has no value |
HAS_DIRECTION() |
Determine if DIRECTION has a value |
Language¶
List of languages for instructions corresponding to the route number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LANGUAGE() |
Getter for LANGUAGE, with configurable default |
ASK_LANGUAGE() |
Getter for LANGUAGE w/ exceptions if field has no value |
HAS_LANGUAGE() |
Determine if LANGUAGE has a value |
Value¶
The route number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE 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_ROUTENUMBERLIST¶
TYPES TT_ROUTENUMBERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERROUTENUMBER WITH DEFAULT KEY
.