Skip to content

/AWS1/CL_LKF=>LISTTRANSACTIONS()

About ListTransactions

Returns metadata about transactions and their status. To prevent the response from growing indefinitely, only uncommitted transactions and those available for time-travel queries are returned.

This operation can help you identify uncommitted transactions or to get information about transactions.

Method Signature

IMPORTING

Optional arguments:

IV_CATALOGID TYPE /AWS1/LKFCATALOGIDSTRING /AWS1/LKFCATALOGIDSTRING

The catalog for which to list transactions. Defaults to the account ID of the caller.

IV_STATUSFILTER TYPE /AWS1/LKFTRANSACTSTATUSFILTER /AWS1/LKFTRANSACTSTATUSFILTER

A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.

IV_MAXRESULTS TYPE /AWS1/LKFPAGESIZE /AWS1/LKFPAGESIZE

The maximum number of transactions to return in a single call.

IV_NEXTTOKEN TYPE /AWS1/LKFTOKENSTRING /AWS1/LKFTOKENSTRING

A continuation token if this is not the first call to retrieve transactions.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_LKFLISTTRANSACTSRSP /AWS1/CL_LKFLISTTRANSACTSRSP