/AWS1/CL_GERROUTETOLLPMNTSITE¶
Locations or sites where the toll fare is collected.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_position TYPE /AWS1/CL_GERPOSITION23_W=>TT_POSITION23 TT_POSITION23¶
Position defined as
[longitude, latitude].
Optional arguments:¶
iv_name TYPE /AWS1/GERSTRING /AWS1/GERSTRING¶
Name of the payment site.
Queryable Attributes¶
Name¶
Name of the payment site.
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 |
Position¶
Position defined as
[longitude, latitude].
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSITION() |
Getter for POSITION, with configurable default |
ASK_POSITION() |
Getter for POSITION w/ exceptions if field has no value |
HAS_POSITION() |
Determine if POSITION 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_ROUTETOLLPAYMENTSITELIST¶
TYPES TT_ROUTETOLLPAYMENTSITELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERROUTETOLLPMNTSITE WITH DEFAULT KEY
.