Show TOC

Function documentationTransaction Details Locate this document in the navigation structure

 

You use the Transactio n Detailsscreen for an Xacute query to define which SAP Manufacturing Integration and Intelligence transaction you want to run when the query is executed and dynamically set transaction properties (parameters) through the query template.

Activities

Once you select a transaction, transaction properties marked as output parameters are listed. You can select a property to output or enter an asterisk to receive all scalar outputs, or non-XML data types. If you want to receive an XML document as the output, you must specify the single output parameter that represents the XML document in the transaction.

Example

You have transaction properties for start date, end date, and lot ID named LotStartDate, LotEndDate, and MaterialLotID, respectively. To dynamically set these values through the query template, use a combination of mapped parameters and mapped date parameters. You can name the transaction properties whatever you want.

The query parameters must be Param.1 through Param.32. To link user-defined transaction property names to query parameters, you must use mapped parameters. Set MappedParamTarget.1 = MaterialLotID. You could specify a value to test the query. Specify LotStartDate as the StartDateMappedParam and LotEndDate as the EndDateMappedParam. By mapping the start and end dates, you can use the built-in applet date handling functions.