Skip to content

/AWS1/CL_GERRTEVEHICLEAFRTRA00

Steps of a leg that must be performed after 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/GERRTEVEHICLEAFRTRAVEL00 /AWS1/GERRTEVEHICLEAFRTRAVEL00

Type of the step.

Optional arguments:

io_chargestepdetails TYPE REF TO /AWS1/CL_GERRTECHARGESTEPDETS /AWS1/CL_GERRTECHARGESTEPDETS

Details that are specific to a Charge step.

Unit: KwH

iv_instruction TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING

Brief description of the step in the requested language.

Only available when the TravelStepType is Default.


Queryable Attributes

ChargeStepDetails

Details that are specific to a Charge step.

Unit: KwH

Accessible with the following methods

Method Description
GET_CHARGESTEPDETAILS() Getter for CHARGESTEPDETAILS

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

Instruction

Brief description of the step in the requested language.

Only available when the TravelStepType is Default.

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_RTEVEHICLEAFRTRAVELSTEPLIST

TYPES TT_RTEVEHICLEAFRTRAVELSTEPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERRTEVEHICLEAFRTRA00 WITH DEFAULT KEY
.