Skip to content

/AWS1/CL_GERRTEINTERMODALTAX00

Options for the taxi leg of the intermodal route.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_allowedmodes TYPE /AWS1/CL_GERRTETAXIMODELIST_W=>TT_ROUTETAXIMODELIST TT_ROUTETAXIMODELIST

Allowed taxi transport modes when calculating the route. By default, all transport modes are allowed. Cannot be used together with ExcludedModes.

it_enabledfor TYPE /AWS1/CL_GERRTEINTERMODALENB00=>TT_RTEINTERMODALENBLDLEGSLIST TT_RTEINTERMODALENBLDLEGSLIST

Specifies the portion of the route for which this leg type is enabled. By default, the leg type is enabled for all legs. Valid values:

  • FirstLeg - Enable this leg type for the first non-pedestrian leg of the route.

  • LastLeg - Enable this leg type for the last non-pedestrian leg of the route.

  • EntireRoute - Enable this leg type for the entire route.

  • None - Disable this leg type entirely.

it_excludedmodes TYPE /AWS1/CL_GERRTETAXIMODELIST_W=>TT_ROUTETAXIMODELIST TT_ROUTETAXIMODELIST

Excluded taxi transport modes when calculating the route. By default, all transport modes are allowed. Cannot be used together with AllowedModes.


Queryable Attributes

AllowedModes

Allowed taxi transport modes when calculating the route. By default, all transport modes are allowed. Cannot be used together with ExcludedModes.

Accessible with the following methods

Method Description
GET_ALLOWEDMODES() Getter for ALLOWEDMODES, with configurable default
ASK_ALLOWEDMODES() Getter for ALLOWEDMODES w/ exceptions if field has no value
HAS_ALLOWEDMODES() Determine if ALLOWEDMODES has a value

EnabledFor

Specifies the portion of the route for which this leg type is enabled. By default, the leg type is enabled for all legs. Valid values:

  • FirstLeg - Enable this leg type for the first non-pedestrian leg of the route.

  • LastLeg - Enable this leg type for the last non-pedestrian leg of the route.

  • EntireRoute - Enable this leg type for the entire route.

  • None - Disable this leg type entirely.

Accessible with the following methods

Method Description
GET_ENABLEDFOR() Getter for ENABLEDFOR, with configurable default
ASK_ENABLEDFOR() Getter for ENABLEDFOR w/ exceptions if field has no value
HAS_ENABLEDFOR() Determine if ENABLEDFOR has a value

ExcludedModes

Excluded taxi transport modes when calculating the route. By default, all transport modes are allowed. Cannot be used together with AllowedModes.

Accessible with the following methods

Method Description
GET_EXCLUDEDMODES() Getter for EXCLUDEDMODES, with configurable default
ASK_EXCLUDEDMODES() Getter for EXCLUDEDMODES w/ exceptions if field has no value
HAS_EXCLUDEDMODES() Determine if EXCLUDEDMODES has a value