Skip to content

/AWS1/CL_GERROUTETOLLPASS

Details if the toll rate can be a pass that supports multiple trips.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_includesreturntrip TYPE /AWS1/GERSENSITIVEBOOLEAN /AWS1/GERSENSITIVEBOOLEAN

If the pass includes the rate for the return leg of the trip.

iv_seniorpass TYPE /AWS1/GERSENSITIVEBOOLEAN /AWS1/GERSENSITIVEBOOLEAN

If the pass is only valid for senior persons.

iv_transfercount TYPE /AWS1/GERSENSITIVEINTEGER /AWS1/GERSENSITIVEINTEGER

If the toll pass can be transferred, and how many times.

iv_tripcount TYPE /AWS1/GERSENSITIVEINTEGER /AWS1/GERSENSITIVEINTEGER

Number of trips the pass is valid for.

io_validityperiod TYPE REF TO /AWS1/CL_GERROUTETOLLPASSVAL00 /AWS1/CL_GERROUTETOLLPASSVAL00

Period for which the pass is valid.


Queryable Attributes

IncludesReturnTrip

If the pass includes the rate for the return leg of the trip.

Accessible with the following methods

Method Description
GET_INCLUDESRETURNTRIP() Getter for INCLUDESRETURNTRIP, with configurable default
ASK_INCLUDESRETURNTRIP() Getter for INCLUDESRETURNTRIP w/ exceptions if field has no
HAS_INCLUDESRETURNTRIP() Determine if INCLUDESRETURNTRIP has a value

SeniorPass

If the pass is only valid for senior persons.

Accessible with the following methods

Method Description
GET_SENIORPASS() Getter for SENIORPASS, with configurable default
ASK_SENIORPASS() Getter for SENIORPASS w/ exceptions if field has no value
HAS_SENIORPASS() Determine if SENIORPASS has a value

TransferCount

If the toll pass can be transferred, and how many times.

Accessible with the following methods

Method Description
GET_TRANSFERCOUNT() Getter for TRANSFERCOUNT, with configurable default
ASK_TRANSFERCOUNT() Getter for TRANSFERCOUNT w/ exceptions if field has no value
HAS_TRANSFERCOUNT() Determine if TRANSFERCOUNT has a value

TripCount

Number of trips the pass is valid for.

Accessible with the following methods

Method Description
GET_TRIPCOUNT() Getter for TRIPCOUNT, with configurable default
ASK_TRIPCOUNT() Getter for TRIPCOUNT w/ exceptions if field has no value
HAS_TRIPCOUNT() Determine if TRIPCOUNT has a value

ValidityPeriod

Period for which the pass is valid.

Accessible with the following methods

Method Description
GET_VALIDITYPERIOD() Getter for VALIDITYPERIOD