Looking for the previous version? View v2024.06 documentation →
SAP ECC Join Query
Overview
This guide demonstrates joining two SAP ECC tables in a single query. The join is performed at the application layer (ABAP) or database layer depending on the configuration selected in the SAP ECC profile.
Prerequisites
- You are logged in to Data Trust with a Pro-User or Admin Pro-User role.
- An SAP ECC connection profile has been configured.
Steps
Path: Data Trust › Query Studio › SAP ECC Join Query
This step shows Info in the SAP ECC Join Query workflow. Follow the on-screen prompts to complete this configuration step before proceeding to the next stage.
This step shows Search Table button in the SAP ECC Join Query workflow. Follow the on-screen prompts to complete this configuration step before proceeding to the next stage.
The Join widget merges two data streams based on matching key columns, similar to a SQL JOIN operation. Select the join type (Inner, Left, Right, or Full) and map the key columns from both input streams.
The Filter transformation restricts the records passing through the Query Chain to only those matching the specified conditions. Define the filter expression using field dropdowns, operator selectors, and value inputs, then save the widget.
The Filter transformation restricts the records passing through the Query Chain to only those matching the specified conditions. Define the filter expression using field dropdowns, operator selectors, and value inputs, then save the widget.
Click Execute Now to run the query immediately and fetch the result set. The results appear in the Results tab, and the execution status is displayed in the progress indicator.