
Applies to: SAP BW (INA Provider) connections.
This API enables you to open a query on a connection you are already connected to.
| Parameter | Description |
|---|---|
| ConnectionString As String |
Connection. Mandatory. For details about the syntax you must use, see ConnectionString Parameter - Syntax |
| QueryName As String |
Name of the query as it is defined in BEx Query Designer. For example, to work with the query named MyQuery, enter what follows:
query:[MyQuery] |
| QueryDisplayName As String |
Alias of the query. |
|
VariableNames As Ref String |
Specify in a table the variables to be set for the query. Note that the table must contain at least one value. |
|
Variable values As Ref String |
Specify in a table the values corresponding to the variables specified. Note that the table must contain at least one value. |