Skip to content

/AWS1/CL_GLUOFFSETCONF

Offset-based pagination configuration that defines how to handle pagination using numeric offsets and limits.

CONSTRUCTOR

IMPORTING

Required arguments:

io_offsetparameter TYPE REF TO /AWS1/CL_GLUEXTRACTEDPARAMETER /AWS1/CL_GLUEXTRACTEDPARAMETER

The parameter name used to specify the starting position or offset for retrieving results.

io_limitparameter TYPE REF TO /AWS1/CL_GLUEXTRACTEDPARAMETER /AWS1/CL_GLUEXTRACTEDPARAMETER

The parameter name used to specify the maximum number of results to return per page.


Queryable Attributes

OffsetParameter

The parameter name used to specify the starting position or offset for retrieving results.

Accessible with the following methods

Method Description
GET_OFFSETPARAMETER() Getter for OFFSETPARAMETER

LimitParameter

The parameter name used to specify the maximum number of results to return per page.

Accessible with the following methods

Method Description
GET_LIMITPARAMETER() Getter for LIMITPARAMETER