Wie können wir Ihnen helfen?
< Zurück
Drucken

SapNativeQuery

A SapNativeQuery offers the option of executing a native query against the database without using a template.

 

Attributes:

AttributeRequiredDescription
IdYesUnique Id in the query tree
DependsOnNoOptional dependency on on or more query nodes. These are provided with their Id as name as SQLite table.
StatementYesSQL native query

 

Examples

Example 1 – Query:

--- !SapNativeQuery
Id: T001
Statement: Select WAERS, SPRAS from T001
            where BUKRS = 'AT01' and
                  MANDT = '100'

Result:

WAERSSPRAS
EURDE
Inhaltsverzeichnis