/AWS1/CL_QLSFETCHPAGEREQUEST¶
Specifies the details of the page to be fetched.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_transactionid TYPE /AWS1/QLSTRANSACTIONID /AWS1/QLSTRANSACTIONID¶
Specifies the transaction ID of the page to be fetched.
iv_nextpagetoken TYPE /AWS1/QLSPAGETOKEN /AWS1/QLSPAGETOKEN¶
Specifies the next page token of the page to be fetched.
Queryable Attributes¶
TransactionId¶
Specifies the transaction ID of the page to be fetched.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSACTIONID() |
Getter for TRANSACTIONID, with configurable default |
ASK_TRANSACTIONID() |
Getter for TRANSACTIONID w/ exceptions if field has no value |
HAS_TRANSACTIONID() |
Determine if TRANSACTIONID has a value |
NextPageToken¶
Specifies the next page token of the page to be fetched.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN, with configurable default |
ASK_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN w/ exceptions if field has no value |
HAS_NEXTPAGETOKEN() |
Determine if NEXTPAGETOKEN has a value |