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