Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Built-in Services | Transaction Administration Services | pub.sap.transaction:list
 
pub.sap.transaction:list
Returns a list of transactions from the transaction store that match the filter criteria. Regular expressions are supported to allow flexible filter criteria matching. For more information of regular expressions, see webMethods Service Development Help for your release.
Input Parameters
endDate
Optional. Filter criteria: Last creation date of the transaction. The format of this field is the same as the one defined under Settings > Logging > Log Timestamp Format.
startDate
Optional. Filter criteria: Earliest creation date of the transaction. The format of this field is the same as the one defined under Settings > Logging > Log Timestamp Format.
sender
Optional. Filter criteria: name of the sender of the transaction.
receiver
Optional. Filter criteria: name of the receiver of the transaction.
msgType
Optional. Filter criteria: name of the message type of the transaction.
state
Optional. Filter criteria: state of the transaction.
$tid
Optional. Filter criteria: TID of the transaction.
$sortKey
Optional. Specifies the sort key - valid:
*noSort. Default.
*$tid
*sender
*receiver
*msgType
*date
*state
The resulting transaction list is sorted by the given attribute.
$dir
Optional. Specifies the sort direction. Possible values:
*descending. Triggers a descending sort order.
*Any value other than descending. Triggers ascending sort order.
Return Values
transactions
Optional. A Document List containing one document with detail information for each transaction. The following keys are always included:
*$tid
*sender
*receiver
*msgType
*date. Date/time, when the state of this transactions was last changed, formatted in the usual "Log Timestamp Format"
*state
$sortKey
Optional. Specifies the sort key - valid:
*noSort. Default.
*$tid
*sender
*receiver
*msgType
*date
*state
The resulting transaction list is sorted by the given attribute.
$dir
Optional. Specifies the sort direction. Possible values:
*descending. Triggers a descending sort order.
*Any value other than descending. Triggers ascending sort order.