/AWS1/CL_GERISOLINETRAILEROPTS¶
Additional specifications when the vehicle includes one or more trailers.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_axlecount TYPE /AWS1/GERSENSITIVEINTEGER /AWS1/GERSENSITIVEINTEGER¶
The total number of axles across all trailers. Used for weight distribution calculations and road restrictions.
iv_trailercount TYPE /AWS1/GERSENSITIVEINTEGER /AWS1/GERSENSITIVEINTEGER¶
The number of trailers being pulled. Affects which roads can be used based on local regulations.
Default value:
0
Queryable Attributes¶
AxleCount¶
The total number of axles across all trailers. Used for weight distribution calculations and road restrictions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AXLECOUNT() |
Getter for AXLECOUNT, with configurable default |
ASK_AXLECOUNT() |
Getter for AXLECOUNT w/ exceptions if field has no value |
HAS_AXLECOUNT() |
Determine if AXLECOUNT has a value |
TrailerCount¶
The number of trailers being pulled. Affects which roads can be used based on local regulations.
Default value:
0
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAILERCOUNT() |
Getter for TRAILERCOUNT, with configurable default |
ASK_TRAILERCOUNT() |
Getter for TRAILERCOUNT w/ exceptions if field has no value |
HAS_TRAILERCOUNT() |
Determine if TRAILERCOUNT has a value |