Skip to content

/AWS1/CL_GERRTETRNSTTRAVELSTEP

A step that must be performed during the travel portion of the leg.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_duration TYPE /AWS1/GERDURATIONSECONDS /AWS1/GERDURATIONSECONDS

Duration of the step.

Unit: seconds

iv_type TYPE /AWS1/GERRTETRNSTTRAVELSTEPTYP /AWS1/GERRTETRNSTTRAVELSTEPTYP

Type of the step.

Optional arguments:

iv_distance TYPE /AWS1/GERDISTANCEMETERS /AWS1/GERDISTANCEMETERS

Distance of the step.

Unit: meters

iv_geometryoffset TYPE /AWS1/GERINTEGER /AWS1/GERINTEGER

Offset in the leg geometry corresponding to the start of this step.

iv_instruction TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING

Brief description of the step in the requested language.


Queryable Attributes

Distance

Distance of the step.

Unit: meters

Accessible with the following methods

Method Description
GET_DISTANCE() Getter for DISTANCE, with configurable default
ASK_DISTANCE() Getter for DISTANCE w/ exceptions if field has no value
HAS_DISTANCE() Determine if DISTANCE has a value

Duration

Duration of the step.

Unit: seconds

Accessible with the following methods

Method Description
GET_DURATION() Getter for DURATION, with configurable default
ASK_DURATION() Getter for DURATION w/ exceptions if field has no value
HAS_DURATION() Determine if DURATION has a value

GeometryOffset

Offset in the leg geometry corresponding to the start of this step.

Accessible with the following methods

Method Description
GET_GEOMETRYOFFSET() Getter for GEOMETRYOFFSET, with configurable default
ASK_GEOMETRYOFFSET() Getter for GEOMETRYOFFSET w/ exceptions if field has no valu
HAS_GEOMETRYOFFSET() Determine if GEOMETRYOFFSET has a value

Instruction

Brief description of the step in the requested language.

Accessible with the following methods

Method Description
GET_INSTRUCTION() Getter for INSTRUCTION, with configurable default
ASK_INSTRUCTION() Getter for INSTRUCTION w/ exceptions if field has no value
HAS_INSTRUCTION() Determine if INSTRUCTION has a value

Type

Type of the step.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE 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_ROUTETRANSITTRAVELSTEPLIST

TYPES TT_ROUTETRANSITTRAVELSTEPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERRTETRNSTTRAVELSTEP WITH DEFAULT KEY
.