Show TOC

Function documentationNon-ABAP Data Sources

 

You can extract data from non-ABAP data sources using the data source type Remote Database (Using ADBC). The data is read via ABAP Database Connectivity (ADBC) using a secondary database connection. A native SQL statement is generated to extract the data.

The following data is required:

  • Database Connection: Connection to read the data for the comparison.

  • Database Schema: Database schema from which the data is read.

  • SQL String (Count): The SQL statement used to count the objects in the comparison is displayed after generation.

  • SQL String (Extract): The SQL statement used to run the comparison is displayed after generation.