Skip to content

/AWS1/CL_KYZITERATORDESC

Provides information about the current iterator.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_iteratorposition TYPE /AWS1/KYZITERATORPOSITION /AWS1/KYZITERATORPOSITION

Indicates the current iterator's position within the shard. The possible values are:

  • AT_TIP - No more records are currently available.

  • BEHIND_TIP - Additional records may be available.

Stream progresses in absence of customer records. BEHIND_TIP with an empty changeRecords list indicates the stream is progressing but no customer records are available at this position. Continue polling normally.


Queryable Attributes

iteratorPosition

Indicates the current iterator's position within the shard. The possible values are:

  • AT_TIP - No more records are currently available.

  • BEHIND_TIP - Additional records may be available.

Stream progresses in absence of customer records. BEHIND_TIP with an empty changeRecords list indicates the stream is progressing but no customer records are available at this position. Continue polling normally.

Accessible with the following methods

Method Description
GET_ITERATORPOSITION() Getter for ITERATORPOSITION, with configurable default
ASK_ITERATORPOSITION() Getter for ITERATORPOSITION w/ exceptions if field has no va
HAS_ITERATORPOSITION() Determine if ITERATORPOSITION has a value