Add joins between ERP tables
Link multiple ERP (Enterprise Resource Planning) tables from the system of record to build an ERP model in Zero Copy Connector for ERP using table joins.
始める前に
Table joins require a read operation that uses table read entities. For more information, see Add an operation to a model in Zero Copy Connector for ERP.
- If you have more than one table for an operation, you must join the tables.
- You can create table joins only for table read operations, not for operations that use a BAPI (Business Application Programming Interface).
Role required: sn_erp_integration.erp_admin
このタスクについて
Table joins link different tables through shared fields. Joins enable you to access data from multiple tables based on logical relationships between them. The relationship can be conditional, which you specify using join conditions. Use inner joins or outer joins. An inner join returns records that have matching values in both tables. Outer joins combine left and right join results to return all rows with matches or NULLS.
Join fields defines the common attribute or key used to connect records in a child table with their corresponding parent records.
手順
タスクの結果
- Specifying where ERP system data is saved
- Building flows to read or update the ERP system