Skip to content

/AWS1/CL_CEXRESERVATIONUTILI00

A group of reservations that share a set of attributes.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_key TYPE /AWS1/CEXRESERVATIONGROUPKEY /AWS1/CEXRESERVATIONGROUPKEY

The key for a specific reservation attribute.

iv_value TYPE /AWS1/CEXRESERVATIONGROUPVALUE /AWS1/CEXRESERVATIONGROUPVALUE

The value of a specific reservation attribute.

it_attributes TYPE /AWS1/CL_CEXATTRIBUTES_W=>TT_ATTRIBUTES TT_ATTRIBUTES

The attributes for this group of reservations.

io_utilization TYPE REF TO /AWS1/CL_CEXRESERVATIONAGGRE00 /AWS1/CL_CEXRESERVATIONAGGRE00

How much you used this group of reservations.


Queryable Attributes

Key

The key for a specific reservation attribute.

Accessible with the following methods

Method Description
GET_KEY() Getter for KEY, with configurable default
ASK_KEY() Getter for KEY w/ exceptions if field has no value
HAS_KEY() Determine if KEY has a value

Value

The value of a specific reservation attribute.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value

Attributes

The attributes for this group of reservations.

Accessible with the following methods

Method Description
GET_ATTRIBUTES() Getter for ATTRIBUTES, with configurable default
ASK_ATTRIBUTES() Getter for ATTRIBUTES w/ exceptions if field has no value
HAS_ATTRIBUTES() Determine if ATTRIBUTES has a value

Utilization

How much you used this group of reservations.

Accessible with the following methods

Method Description
GET_UTILIZATION() Getter for UTILIZATION

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RESERVATIONUTILIZATIONGRPS

TYPES TT_RESERVATIONUTILIZATIONGRPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CEXRESERVATIONUTILI00 WITH DEFAULT KEY
.