/AWS1/CL_GERROADSNAPTRUCKOPTS¶
Travel mode options when the provided travel mode is "Truck".
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_grossweight TYPE /AWS1/GERWEIGHTKILOGRAMS /AWS1/GERWEIGHTKILOGRAMS¶
Gross weight of the vehicle including trailers, and goods at capacity.
Unit:
Kilograms
it_hazardouscargos TYPE /AWS1/CL_GERROADSNAPHAZARDOU00=>TT_ROADSNAPHAZARDOUSCARGOTYP00 TT_ROADSNAPHAZARDOUSCARGOTYP00¶
List of Hazardous cargos contained in the vehicle.
iv_height TYPE /AWS1/GERDIMENSIONCENTIMETERS /AWS1/GERDIMENSIONCENTIMETERS¶
Height of the vehicle.
Unit:
centimeters
iv_length TYPE /AWS1/GERDIMENSIONCENTIMETERS /AWS1/GERDIMENSIONCENTIMETERS¶
Length of the vehicle.
Unit:
centimeters
io_trailer TYPE REF TO /AWS1/CL_GERROADSNAPTRAILERO00 /AWS1/CL_GERROADSNAPTRAILERO00¶
Trailer options corresponding to the vehicle.
iv_tunnelrestrictioncode TYPE /AWS1/GERTUNNELRESTRICTIONCODE /AWS1/GERTUNNELRESTRICTIONCODE¶
The tunnel restriction code.
Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. They relate to the types of dangerous goods that can be transported through them.
Tunnel Category B
Risk Level: Limited risk
Restrictions: Few restrictions
Tunnel Category C
Risk Level: Medium risk
Restrictions: Some restrictions
Tunnel Category D
Risk Level: High risk
Restrictions: Many restrictions occur
Tunnel Category E
Risk Level: Very high risk
Restrictions: Restricted tunnel
iv_width TYPE /AWS1/GERDIMENSIONCENTIMETERS /AWS1/GERDIMENSIONCENTIMETERS¶
Width of the vehicle in centimenters.
Queryable Attributes¶
GrossWeight¶
Gross weight of the vehicle including trailers, and goods at capacity.
Unit:
Kilograms
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROSSWEIGHT() |
Getter for GROSSWEIGHT |
HazardousCargos¶
List of Hazardous cargos contained in the vehicle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HAZARDOUSCARGOS() |
Getter for HAZARDOUSCARGOS, with configurable default |
ASK_HAZARDOUSCARGOS() |
Getter for HAZARDOUSCARGOS w/ exceptions if field has no val |
HAS_HAZARDOUSCARGOS() |
Determine if HAZARDOUSCARGOS has a value |
Height¶
Height of the vehicle.
Unit:
centimeters
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEIGHT() |
Getter for HEIGHT |
Length¶
Length of the vehicle.
Unit:
centimeters
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENGTH() |
Getter for LENGTH |
Trailer¶
Trailer options corresponding to the vehicle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAILER() |
Getter for TRAILER |
TunnelRestrictionCode¶
The tunnel restriction code.
Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. They relate to the types of dangerous goods that can be transported through them.
Tunnel Category B
Risk Level: Limited risk
Restrictions: Few restrictions
Tunnel Category C
Risk Level: Medium risk
Restrictions: Some restrictions
Tunnel Category D
Risk Level: High risk
Restrictions: Many restrictions occur
Tunnel Category E
Risk Level: Very high risk
Restrictions: Restricted tunnel
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TUNNELRESTRICTIONCODE() |
Getter for TUNNELRESTRICTIONCODE, with configurable default |
ASK_TUNNELRESTRICTIONCODE() |
Getter for TUNNELRESTRICTIONCODE w/ exceptions if field has |
HAS_TUNNELRESTRICTIONCODE() |
Determine if TUNNELRESTRICTIONCODE has a value |
Width¶
Width of the vehicle in centimenters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WIDTH() |
Getter for WIDTH |